Skip to content

Commit 9704893

Browse files
committedAug 4, 2022
fix nit
1 parent ddc74d3 commit 9704893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/test/ui/consts/const-eval/issue-50814.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ impl<A: Unsigned, B: Unsigned> Unsigned for Sum<A,B> {
1616
//~^ ERROR any use of this value will cause an error [const_err]
1717
//~| ERROR any use of this value will cause an error
1818
//~| WARN this was previously accepted by the compiler but is being phased out
19-
//~| WARNING this was previously accepted by the compiler
19+
//~| WARN this was previously accepted by the compiler but is being phased out
2020
}
2121

2222
fn foo<T>(_: T) -> &'static u8 {

0 commit comments

Comments
 (0)