parent
1447f9d38c
commit
5b5dec338d
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
// -Zunstable-options added as test for ICE #97725 (left == right)`
|
||||
// left: `Binder(<[u8; _] as std::default::Default>, [])`,
|
||||
// right: `Binder(<[u8; 4] as std::default::Default>, [])
|
||||
|
||||
//@ compile-flags: -Zunstable-options
|
||||
//@ check-pass
|
||||
#![feature(generic_const_exprs)] //~ WARN the feature `generic_const_exprs` is incomplete
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
warning: the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes
|
||||
--> $DIR/unify-fixpoint.rs:2:12
|
||||
--> $DIR/unify-fixpoint.rs:7:12
|
||||
|
|
||||
LL | #![feature(generic_const_exprs)]
|
||||
| ^^^^^^^^^^^^^^^^^^^
|
||||
|
|
Loading…
Add table
Reference in a new issue