]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/borrowck/issue-88434-minimal-example.stderr
Rollup merge of #102488 - compiler-errors:gat-compatibility, r=oli-obk
[rust.git] / src / test / ui / borrowck / issue-88434-minimal-example.stderr
index a3582e780415771257db41e68ee251ef5d8730d9..4492af7ec6bfbb98550dccf043ca093bc7ef0936 100644 (file)
@@ -18,9 +18,9 @@ error: any use of this value will cause an error
 LL | const _CONST: &() = &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: &() = &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