]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/trace-macro.stderr
ebfed41bc280ee52fbf59e69048ea5763b7c4602
[rust.git] / src / test / ui / macros / trace-macro.stderr
1 note: trace_macro
2   --> $DIR/trace-macro.rs:5:5
3    |
4 LL |     println!("Hello, World!");
5    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
6    |
7    = note: expanding `println! { "Hello, World!" }`
8    = note: to `{ $crate :: io :: _print ( format_args_nl ! ( "Hello, World!" ) ) ; }`
9