rust/compiler/rustc_codegen_ssa
Matthias Krüger f9ba5529eb
Rollup merge of #130863 - compiler-errors:relax-codegen-dyn-assert, r=lcnr
Relax a debug assertion for dyn principal *equality* in codegen

Maybe this sucks and I should just bite the bullet and use `infcx.sub` here. Thoughts?

r? lcnr

Fixes #130855
2024-10-02 17:10:43 +02:00
..
src Relate binders explicitly, do a leak check too 2024-09-30 12:42:29 -04:00
Cargo.toml Rollup merge of #130863 - compiler-errors:relax-codegen-dyn-assert, r=lcnr 2024-10-02 17:10:43 +02:00
messages.ftl simd_shuffle: require index argument to be a vector 2024-09-14 14:43:24 +02:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.