Skip to content

Commit 2428054

Browse files
committed
Update failure status
1 parent b56acac commit 2428054

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tests/ui/const-generics/late-bound-vars/in_closure.rs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// failure-status: 101
1+
// failure-status: 1
22
// known-bug: unknown
33
// error-pattern:internal compiler error
44
// normalize-stderr-test "internal compiler error.*" -> ""
@@ -22,7 +22,10 @@
2222
#![feature(generic_const_exprs)]
2323
#![allow(incomplete_features)]
2424

25-
const fn inner<'a>() -> usize where &'a (): Sized {
25+
const fn inner<'a>() -> usize
26+
where
27+
&'a (): Sized,
28+
{
2629
3
2730
}
2831

0 commit comments

Comments
 (0)