chore: update macro output tests for rust 1.61.0 (#4706)

This commit is contained in:
Alice Ryhl
2022-05-19 15:55:11 +00:00
committed by GitHub
parent 931a7773de
commit a2112b47d3
3 changed files with 30 additions and 31 deletions
@@ -1,11 +1,11 @@
error: function is never used: `f`
--> tests/fail/macros_dead_code.rs:6:10
--> $DIR/macros_dead_code.rs:6:10
|
6 | async fn f() {}
| ^
|
note: the lint level is defined here
--> tests/fail/macros_dead_code.rs:1:9
--> $DIR/macros_dead_code.rs:1:9
|
1 | #![deny(dead_code)]
| ^^^^^^^^^