mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-02 01:17:43 +00:00
8 lines
91 B
Rust
8 lines
91 B
Rust
//@ check-pass
|
|
|
|
#[expect(drop_bounds)]
|
|
fn trigger_rustc_lints<T: Drop>() {
|
|
}
|
|
|
|
fn main() {}
|