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 20bb373 commit 36dc498Copy full SHA for 36dc498
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