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:28:39 -0700
committerMichael Howell <michael@notriddle.com>2021-08-28 17:59:00 -0700
commitd562848268e02d6cf342598551bc663fcd4ff341 (patch)
treec6701da3a8762adc5c0250465392909bde017eed /src/test/codegen/src-hash-algorithm
parent926f069950d7211a87fbd81778b420de420daad7 (diff)
downloadrust-d562848268e02d6cf342598551bc663fcd4ff341.tar.gz
rust-d562848268e02d6cf342598551bc663fcd4ff341.zip
fix(rustc_parse): incorrect span information for macro block expr
Old error output:

   = note: this warning originates in the macro `foo` (in Nightly builds, run with -Z macro-backtrace for more info)
help: wrap this expression in parentheses
   |
4  |             break '_l $f(;)
   |                         ^ ^

New error output:

   = note: this warning originates in the macro `foo` (in Nightly builds, run with -Z macro-backtrace for more info)
help: wrap this expression in parentheses
   |
4  |             break '_l ($f);
   |                       ^  ^
Diffstat (limited to 'src/test/codegen/src-hash-algorithm')
0 files changed, 0 insertions, 0 deletions