diff options
| author | Michael Howell <michael@notriddle.com> | 2021-08-28 17:35:39 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2021-08-28 20:56:55 -0700 |
| commit | f7c0566b1209fc7c29d9621cb482acdf58dabd65 (patch) | |
| tree | 4e6a2c7ef925ea5f6e4535d53cce46fc07641a2b /src/test/codegen/src-hash-algorithm/src-hash-algorithm-sha1.rs | |
| parent | d562848268e02d6cf342598551bc663fcd4ff341 (diff) | |
| download | rust-f7c0566b1209fc7c29d9621cb482acdf58dabd65.tar.gz rust-f7c0566b1209fc7c29d9621cb482acdf58dabd65.zip | |
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
Diffstat (limited to 'src/test/codegen/src-hash-algorithm/src-hash-algorithm-sha1.rs')
0 files changed, 0 insertions, 0 deletions
