mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 13:06:28 +03:00
df61a0b1b2
Avoid `&Lrc<T>` in various places Seeing `&Lrc<T>` is a bit suspicious, and `&T` or `Lrc<T>` is often better. r? `@oli-obk`
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.