We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NOTE
tests/ui/macros/trace-macro.rs
1 parent a9a34e8 commit 82bf67cCopy full SHA for 82bf67c
tests/ui/macros/trace-macro.rs
@@ -3,4 +3,7 @@
3
4
fn main() {
5
println!("Hello, World!");
6
+ //~^ NOTE trace_macro
7
+ //~| NOTE expanding `println!
8
+ //~| NOTE to `{
9
}
0 commit comments