2017-04-24 18:27:07 -05:00
|
|
|
note: trace_macro
|
2017-05-05 23:49:59 -05:00
|
|
|
--> $DIR/trace-macro.rs:14:5
|
2017-04-24 18:27:07 -05:00
|
|
|
|
|
2017-05-05 23:49:59 -05:00
|
|
|
14 | println!("Hello, World!");
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2017-04-24 18:27:07 -05:00
|
|
|
|
|
2017-05-05 23:49:59 -05:00
|
|
|
= note: expands to `println! { "Hello, World!" }`
|
|
|
|
= note: expands to `print! { concat ! ( "Hello, World!" , "/n" ) }`
|
2017-04-24 18:27:07 -05:00
|
|
|
|