1
Fork 0
rust/compiler/rustc_codegen_ssa
Matthias Krüger df61a0b1b2
Rollup merge of #131344 - nnethercote:ref-Lrc, r=compiler-errors
Avoid `&Lrc<T>` in various places

Seeing `&Lrc<T>` is a bit suspicious, and `&T` or `Lrc<T>` is often better.

r? `@oli-obk`
2024-10-07 12:23:54 +02:00
..
src Rollup merge of #131344 - nnethercote:ref-Lrc, r=compiler-errors 2024-10-07 12:23:54 +02: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 Use wide pointers consistenly across the compiler 2024-10-04 14:06:48 +02:00
README.md

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