Skip to content

Commit 94b9077

Browse files
committed
fix(proc-macros): align deprecated method stderr indentation
Match the single-space indentation used in other successful UI tests.
1 parent 1a91b5d commit 94b9077

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
error: 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+
|
44
63 | assert_eq!(client.async_method().await.unwrap(), 16);
5-
| ^^^^^^^^^^^^
6-
|
5+
| ^^^^^^^^^^^^
6+
|
77
note: 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)]`

0 commit comments

Comments
 (0)