We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1714f42 commit 3dbcc43Copy full SHA for 3dbcc43
ices/95540.rs
@@ -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