| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-08-28 | fix(rustc_parse): incorrect span information for macro path expr | Michael Howell | -0/+11 | |
| 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 | ||||
