Skip to content

Commit 8eb8894

Browse files
committed
Remove const auto traits from tests
1 parent fa2c812 commit 8eb8894

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Test that `const unsafe trait` and `const unsafe auto trait` works.
1+
// Test that `const unsafe trait` works.
22

33
//@ check-pass
44

@@ -7,7 +7,5 @@
77

88
pub const unsafe trait Owo {}
99
const unsafe trait OwO {}
10-
pub const unsafe auto trait UwU {}
11-
const unsafe auto trait Uwu {}
1210

1311
fn main() {}

0 commit comments

Comments
 (0)