Skip to content

Commit 20318e0

Browse files
committed
Add attribute
1 parent de6fe10 commit 20318e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/ui/crashes/ice-4968.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
// Test for https://github.com/rust-lang/rust-clippy/issues/4968
44

5+
#![warn(clippy::unsound_collection_transmute)]
6+
57
trait Trait {
68
type Assoc;
79
}

0 commit comments

Comments
 (0)