mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-23 03:46:45 +00:00
Remove a special case and move another one out of reachable_non_generics One is no longer necessary, the other is best placed in cg_llvm as it works around a cg_llvm bug.
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.