Files
rust/src/libsyntax
Corey Farwell 1940c31c92 Rollup merge of #41520 - estebank:trace-macro, r=nikomatsakis
Use diagnostics for trace_macro instead of println

When using `trace_macro`, use `span_label`s instead of `println`:

```rust
note: trace_macro
  --> $DIR/trace-macro.rs:14:5
   |
14 |     println!("Hello, World!");
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expands to `println! { "Hello, World!" }`
   = note: expands to `print! { concat ! ( "Hello, World!" , "\n" ) }`
```

Fix #22597.
2017-05-08 22:34:47 -04:00
..
2017-05-07 01:20:15 -07:00
2017-04-24 10:08:48 +00:00
2017-05-07 01:20:15 -07:00
2017-03-14 04:39:21 +00:00
2016-11-21 09:00:56 +00:00
2017-05-07 01:20:15 -07:00
2017-03-29 00:41:10 +00:00
2017-03-29 00:41:10 +00:00