rust/tests/ui/macros/trace-macro.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
272 B
Plaintext
Raw Normal View History

note: trace_macro
2018-12-25 09:56:47 -06:00
--> $DIR/trace-macro.rs:5:5
|
2018-02-22 18:42:32 -06:00
LL | println!("Hello, World!");
2021-10-14 13:28:28 -05:00
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: expanding `println! { "Hello, World!" }`
= note: to `{ $crate :: io :: _print($crate :: format_args_nl! ("Hello, World!")) ; }`