We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de6fe10 commit 20318e0Copy full SHA for 20318e0
tests/ui/crashes/ice-4968.rs
@@ -2,6 +2,8 @@
2
3
// Test for https://github.com/rust-lang/rust-clippy/issues/4968
4
5
+#![warn(clippy::unsound_collection_transmute)]
6
+
7
trait Trait {
8
type Assoc;
9
}
0 commit comments