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
271 B
Plaintext
Raw Normal View History

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