mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
Update failure status
This commit is contained in:
parent
b56acac41d
commit
242805442b
@ -1,4 +1,4 @@
|
||||
// failure-status: 101
|
||||
// failure-status: 1
|
||||
// known-bug: unknown
|
||||
// error-pattern:internal compiler error
|
||||
// normalize-stderr-test "internal compiler error.*" -> ""
|
||||
@ -22,7 +22,10 @@
|
||||
#![feature(generic_const_exprs)]
|
||||
#![allow(incomplete_features)]
|
||||
|
||||
const fn inner<'a>() -> usize where &'a (): Sized {
|
||||
const fn inner<'a>() -> usize
|
||||
where
|
||||
&'a (): Sized,
|
||||
{
|
||||
3
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user