2017-04-24 18:27:07 -05:00
|
|
|
note: trace_macro
|
2017-12-10 15:12:28 -06:00
|
|
|
--> $DIR/trace-macro.rs:15:5
|
2017-04-24 18:27:07 -05:00
|
|
|
|
|
2017-12-10 15:12:28 -06:00
|
|
|
15 | println!("Hello, World!");
|
2017-05-05 23:49:59 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2017-04-24 18:27:07 -05:00
|
|
|
|
|
2017-05-19 13:43:06 -05:00
|
|
|
= note: expanding `println! { "Hello, World!" }`
|
|
|
|
= note: to `print ! ( concat ! ( "Hello, World!" , "/n" ) )`
|
|
|
|
= note: expanding `print! { concat ! ( "Hello, World!" , "/n" ) }`
|
|
|
|
= note: to `$crate :: io :: _print ( format_args ! ( concat ! ( "Hello, World!" , "/n" ) )
|
|
|
|
)`
|
2017-04-24 18:27:07 -05:00
|
|
|
|