Skip to content

Commit 1a91b5d

Browse files
committed
fix(proc-macros): update deprecated method stderr path
Use explicit path instead of $DIR to match CI environment output.
1 parent 60d6eb8 commit 1a91b5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proc-macros/tests/ui/incorrect/rpc/rpc_deprecated_method.stderr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
error: use of deprecated method `DeprecatedClient::async_method`: please use `new_method` instead
2-
--> $DIR/rpc_deprecated_method.rs:63:20
2+
--> tests/ui/incorrect/rpc/rpc_deprecated_method.rs:63:20
33
|
44
63 | assert_eq!(client.async_method().await.unwrap(), 16);
55
| ^^^^^^^^^^^^
66
|
77
note: the lint level is defined here
8-
--> $DIR/rpc_deprecated_method.rs:4:9
8+
--> tests/ui/incorrect/rpc/rpc_deprecated_method.rs:4:9
99
|
1010
4 | #![deny(warnings)]
1111
| ^^^^^^^^

0 commit comments

Comments
 (0)