Skip to content

Commit 5dddba5

Browse files
Add missing NOTE annotations in tests/ui/macros/trace-macro.rs
1 parent 96340f6 commit 5dddba5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/ui/macros/trace-macro.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@
33

44
fn main() {
55
println!("Hello, World!");
6+
//~^ NOTE trace_macro
7+
//~| NOTE expanding `println!
8+
//~| NOTE to `{
69
}

0 commit comments

Comments
 (0)