about summary refs log tree commit diff
path: root/src/test/codegen/src-hash-algorithm
diff options
context:
space:
mode:
authorMichael Howell <michael@notriddle.com>2021-08-28 17:35:39 -0700
committerMichael Howell <michael@notriddle.com>2021-08-28 20:56:55 -0700
commitf7c0566b1209fc7c29d9621cb482acdf58dabd65 (patch)
tree4e6a2c7ef925ea5f6e4535d53cce46fc07641a2b /src/test/codegen/src-hash-algorithm
parentd562848268e02d6cf342598551bc663fcd4ff341 (diff)
downloadrust-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')
0 files changed, 0 insertions, 0 deletions