Skip to content

Commit 74f8f35

Browse files
committed
disable the ui/const-generics/cannot-infer-type-for-const-param.rs test
The test is failing on 1.35.0 stable but that's not important since the ICE happens only with the feature gate enabled, thus it doesn't affect stable. #60710 (comment)
1 parent 1479f93 commit 74f8f35

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/test/ui/const-generics/cannot-infer-type-for-const-param.rs

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
// The test is failing on 1.35.0 stable but that's not important since the ICE happens only with
2+
// the feature gate enabled, thus it doesn't affect stable.
3+
// https://github.com/rust-lang/rust/pull/60710#issuecomment-493662676
4+
//
5+
// ignore-test
6+
17
#![feature(const_generics)]
28
//~^ WARN the feature `const_generics` is incomplete and may cause the compiler to crash
39

0 commit comments

Comments
 (0)