]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/borrowck/issue-81899.stderr
Rollup merge of #102488 - compiler-errors:gat-compatibility, r=oli-obk
[rust.git] / src / test / ui / borrowck / issue-81899.stderr
index fd591c7b563b25b81e2e991ac63e82fc2454a4a9..19cd323ce5748ce04734f79f13cf3222187a1e38 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