// check-pass #![feature(lint_reasons)] #[expect(drop_bounds)] fn trigger_rustc_lints() { } fn main() {}