rust/tests/ui/lint/rfc-2383-lint-reason/avoid_delayed_good_path_ice.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
91 B
Rust
Raw Normal View History

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