about summary refs log tree commit diff
path: root/tests/ui/lint/rfc-2383-lint-reason/avoid_delayed_good_path_ice.rs
blob: 1322d2d5e890eacd5cd9637a84f33e0347e3f215 (plain)
1
2
3
4
5
6
7
//@ check-pass

#[expect(drop_bounds)]
fn trigger_rustc_lints<T: Drop>() {
}

fn main() {}