mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-02 00:07:42 +03:00
1db9290a83
Remove unused duplicated `trivial_dropck_outlives` The copy that is actually in use now lives here: https://github.com/rust-lang/rust/blob/d2454643e137bde519786ee9e650c455d7ad6f34/compiler/rustc_trait_selection/src/traits/query/dropck_outlives.rs#L84
For more information about how rustc works, see the rustc dev guide.