mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 11:05:06 +00:00
Remove unused duplicated `trivial_dropck_outlives`
The copy that is actually in use now lives here:
d2454643e1/compiler/rustc_trait_selection/src/traits/query/dropck_outlives.rs (L84)
For more information about how rustc works, see the rustc dev guide.