Skip to content

Commit 3dbcc43

Browse files
committed
Add 95540: symbols, paths and lint expectations
rust-lang/rust#95540
1 parent 1714f42 commit 3dbcc43

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ices/95540.rs

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// check-pass
2+
#![feature(lint_reasons)]
3+
#![allow(unused)]
4+
5+
#[expect(drop_bounds)]
6+
fn trigger_rustc_lints<T: Drop>() {
7+
}
8+
9+
fn main() {}

0 commit comments

Comments
 (0)