rust/compiler
Michael Howell f7c0566b12 fix(rustc_parse): incorrect span information for macro path expr
Old error output:

    3  |         let _: usize = $f;
       |                -----     ^ expected `usize`, found struct `Baz`
       |                |
       |                expected due to this

New error output:

    3  |         let _: usize = $f;
       |                -----   ^^ expected `usize`, found struct `Baz`
       |                |
       |                expected due to this
2021-08-28 20:56:55 -07:00
..
2021-08-27 05:07:37 +00:00
2021-08-27 05:07:37 +00:00
2021-08-25 20:24:39 +02:00
2021-08-27 05:07:37 +00:00
2021-08-26 11:14:31 +02:00
2021-08-28 00:16:34 -07:00
2021-08-28 00:16:34 -07:00
2021-08-28 00:16:34 -07:00
2021-08-28 00:16:34 -07:00
2021-08-28 00:16:34 -07:00
fmt
2021-08-27 08:09:00 +00:00