Skip to content

Commit

Permalink
disable the ui/const-generics/cannot-infer-type-for-const-param.rs test
Browse files Browse the repository at this point in the history
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.

rust-lang#60710 (comment)
  • Loading branch information
pietroalbini committed May 20, 2019
1 parent 1479f93 commit 74f8f35
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// 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.
// https://github.com/rust-lang/rust/pull/60710#issuecomment-493662676
//
// ignore-test

#![feature(const_generics)]
//~^ WARN the feature `const_generics` is incomplete and may cause the compiler to crash

Expand Down

0 comments on commit 74f8f35

Please sign in to comment.