]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/borrowck/issue-88434-removal-index-should-be-less.stderr
Auto merge of #101768 - sunfishcode:sunfishcode/wasi-stdio-lock-asfd, r=joshtriplett
[rust.git] / src / test / ui / borrowck / issue-88434-removal-index-should-be-less.stderr
index a6c65b302db10f6ec74f41c10bb454b7d897033c..a889e67f4ea0015164f0b3243b96f3080ad77e70 100644 (file)
@@ -18,9 +18,9 @@ error: any use of this value will cause an error
 LL | const _CONST: &[u8] = &f(&[], |_| {});
    | -------------------   ^^^^^^^^^^^^^^^ referenced constant has errors
    |
-   = note: `#[deny(const_err)]` on by default
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = note: for more information, see issue #71800 <https://github.com/rust-lang/rust/issues/71800>
+   = note: `#[deny(const_err)]` on by default
 
 error: aborting due to 2 previous errors
 
@@ -32,7 +32,7 @@ error: any use of this value will cause an error
 LL | const _CONST: &[u8] = &f(&[], |_| {});
    | -------------------   ^^^^^^^^^^^^^^^ referenced constant has errors
    |
-   = note: `#[deny(const_err)]` on by default
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = note: for more information, see issue #71800 <https://github.com/rust-lang/rust/issues/71800>
+   = note: `#[deny(const_err)]` on by default