We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddc74d3 commit 9704893Copy full SHA for 9704893
src/test/ui/consts/const-eval/issue-50814.rs
@@ -16,7 +16,7 @@ impl<A: Unsigned, B: Unsigned> Unsigned for Sum<A,B> {
16
//~^ ERROR any use of this value will cause an error [const_err]
17
//~| ERROR any use of this value will cause an error
18
//~| WARN this was previously accepted by the compiler but is being phased out
19
- //~| WARNING this was previously accepted by the compiler
+ //~| WARN this was previously accepted by the compiler but is being phased out
20
}
21
22
fn foo<T>(_: T) -> &'static u8 {
0 commit comments