rust/tests/ui/lint/rfc-2383-lint-reason/avoid_delayed_good_path_ice.rs
2024-06-25 17:22:22 +02:00

8 lines
91 B
Rust

//@ check-pass
#[expect(drop_bounds)]
fn trigger_rustc_lints<T: Drop>() {
}
fn main() {}