1 2 3 4 5 6 7
//@ check-pass #[expect(drop_bounds)] fn trigger_rustc_lints<T: Drop>() { } fn main() {}