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 82be808 commit 6c75cfcCopy full SHA for 6c75cfc
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