about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2022-11-04 12:18:03 +0100
committerGitHub <noreply@github.com>2022-11-04 12:18:03 +0100
commitee3c9f7051e26e7a36c8b252299bdd064562f8a9 (patch)
tree6293d3b0ffbdb769c93a40d193710c6c876551a1 /compiler/rustc_codegen_gcc
parent9398676635df1dcf75268f217284329fe917028e (diff)
parent1013ee8df512015855937615500690664399545f (diff)
downloadrust-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