diff options
| author | Michael Howell <michael@notriddle.com> | 2021-08-28 17:28:39 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2021-08-28 17:59:00 -0700 |
| commit | d562848268e02d6cf342598551bc663fcd4ff341 (patch) | |
| tree | c6701da3a8762adc5c0250465392909bde017eed /src/test/codegen/src-hash-algorithm | |
| parent | 926f069950d7211a87fbd81778b420de420daad7 (diff) | |
| download | rust-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
