about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-05-28 09:22:22 +0000
committerbors <bors@rust-lang.org>2021-05-28 09:22:22 +0000
commit5cdba7d08a8a9a70b00167e85e79ed469324f75c (patch)
tree59815e5a6f2bfa116a9336c0743091d786292dfe /compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
parent543a8a6aac8b346c75dc69cb5b7945a52f72ffe7 (diff)
parent4ba6afd1922b679eb533b8523f6e47a0da152afb (diff)
downloadrust-5cdba7d08a8a9a70b00167e85e79ed469324f75c.tar.gz
rust-5cdba7d08a8a9a70b00167e85e79ed469324f75c.zip
Auto merge of #7287 - Jarcho:ice_7272, r=flip1995
Fix ICE in `too_many_lines`

fixes: #7272
fixes: #7286

#7272 looks like it's caused by a bug in rust-c. The span it's giving for the closure is:

```rust
$crate:: $lower($d arg) }
        }
    }
}
```

The correct span would be `$crate:: $lower($d arg)` without all the closing braces.

#7286 is definitely a clippy bug

changelog: none
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions