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 96340f6 commit 5dddba5Copy full SHA for 5dddba5
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