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

13 lines
420 B
Plaintext
Raw Normal View History

note: trace_macro
2017-12-10 15:12:28 -06:00
--> $DIR/trace-macro.rs:15:5
|
2018-02-22 18:42:32 -06:00
LL | println!("Hello, World!");
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: expanding `println! { "Hello, World!" }`
2018-07-19 20:53:26 -05:00
= note: to `{
# [ cfg ( not ( stage0 ) ) ] {
( $crate :: io :: _print ( format_args_nl ! ( "Hello, World!" ) ) ) ; } # [
cfg ( stage0 ) ] { print ! ( "{}/n" , format_args ! ( "Hello, World!" ) ) } }`