rust/src/test/ui/macros/trace-macro.stderr

10 lines
270 B
Text
Raw Normal View History

note: trace_macro
2017-12-10 21:12:28 +00:00
--> $DIR/trace-macro.rs:15:5
|
2018-02-23 03:42:32 +03:00
LL | println!("Hello, World!");
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: expanding `println! { "Hello, World!" }`
2018-08-01 07:37:38 -06:00
= note: to `{ $crate :: io :: _print ( format_args_nl ! ( "Hello, World!" ) ) ; }`