File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
proc-macros/tests/ui/incorrect/rpc Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 11error: use of deprecated method `DeprecatedClient::async_method`: please use `new_method` instead
2- --> tests/ui/incorrect/rpc/rpc_deprecated_method.rs:63:20
3- |
2+ --> tests/ui/incorrect/rpc/rpc_deprecated_method.rs:63:20
3+ |
4463 | assert_eq!(client.async_method().await.unwrap(), 16);
5- | ^^^^^^^^^^^^
6- |
5+ | ^^^^^^^^^^^^
6+ |
77note: the lint level is defined here
8- --> tests/ui/incorrect/rpc/rpc_deprecated_method.rs:4:9
9- |
10- 4 | #![deny(warnings)]
11- | ^^^^^^^^
12- = note: `#[deny(deprecated)]` implied by `#[deny(warnings)]`
8+ --> tests/ui/incorrect/rpc/rpc_deprecated_method.rs:4:9
9+ |
10+ 4 | #![deny(warnings)]
11+ | ^^^^^^^^
12+ = note: `#[deny(deprecated)]` implied by `#[deny(warnings)]`
You can’t perform that action at this time.
0 commit comments