Skip to content

Commit 32ff9a0

Browse files
committed
Also catch rust-lang#71353
1 parent 25f070d commit 32ff9a0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/test/ui/consts/const-eval/ice-generic-assoc-const.rs

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// check-pass
1+
// build-pass
2+
#![crate_type = "lib"]
23

34
pub trait Nullable {
45
const NULL: Self;
@@ -13,6 +14,3 @@ impl<T> Nullable for *const T {
1314
*self == Self::NULL
1415
}
1516
}
16-
17-
fn main() {
18-
}

0 commit comments

Comments
 (0)