]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/trace-macro.stderr
Update const_forget.rs
[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 ($crate :: format_args_nl ! ("Hello, World!")) ; }`
9