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 08:56:47 -07:00
--> $DIR/trace-macro.rs:5:5
|
2018-02-23 03:42:32 +03: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!")) ; }`