diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2022-11-04 12:18:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-04 12:18:03 +0100 |
| commit | ee3c9f7051e26e7a36c8b252299bdd064562f8a9 (patch) | |
| tree | 6293d3b0ffbdb769c93a40d193710c6c876551a1 /compiler/rustc_codegen_gcc | |
| parent | 9398676635df1dcf75268f217284329fe917028e (diff) | |
| parent | 1013ee8df512015855937615500690664399545f (diff) | |
| download | rust-ee3c9f7051e26e7a36c8b252299bdd064562f8a9.tar.gz rust-ee3c9f7051e26e7a36c8b252299bdd064562f8a9.zip | |
Rollup merge of #103950 - nbdd0121:master, r=tmiasko
Fix ICE when negative impl is collected during eager mono
```rust
trait Foo {
fn foo() {}
}
impl !Foo for () {}
```
This code will currently cause an ICE when mono collection mode is "eager" (with `-C link-dead-code=y` or `-Z print-mono-items=eager`.
Diffstat (limited to 'compiler/rustc_codegen_gcc')
0 files changed, 0 insertions, 0 deletions
