summary refs log tree commit diff
path: root/src/test/ui/macros/trace-macro.stderr
blob: 2a30d9837517e2dcd42f805328e4b8683246afb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
note: trace_macro
  --> $DIR/trace-macro.rs:15:5
   |
LL |     println!("Hello, World!");
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expanding `println! { "Hello, World!" }`
   = note: to `{
           # [ cfg ( not ( stage0 ) ) ] {
           ( $crate :: io :: _print ( format_args_nl ! ( "Hello, World!" ) ) ) ; } # [
           cfg ( stage0 ) ] { print ! ( "{}/n" , format_args ! ( "Hello, World!" ) ) } }`