We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60d6eb8 commit 1a91b5dCopy full SHA for 1a91b5d
proc-macros/tests/ui/incorrect/rpc/rpc_deprecated_method.stderr
@@ -1,11 +1,11 @@
1
error: use of deprecated method `DeprecatedClient::async_method`: please use `new_method` instead
2
- --> $DIR/rpc_deprecated_method.rs:63:20
+ --> tests/ui/incorrect/rpc/rpc_deprecated_method.rs:63:20
3
|
4
63 | assert_eq!(client.async_method().await.unwrap(), 16);
5
| ^^^^^^^^^^^^
6
7
note: the lint level is defined here
8
- --> $DIR/rpc_deprecated_method.rs:4:9
+ --> tests/ui/incorrect/rpc/rpc_deprecated_method.rs:4:9
9
10
4 | #![deny(warnings)]
11
| ^^^^^^^^
0 commit comments