]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/consts/const_in_pattern/incomplete-slice.stderr
New upstream version 1.66.0+dfsg1
[rustc.git] / src / test / ui / consts / const_in_pattern / incomplete-slice.stderr
index 0ff70837138431f8ccd49d5f2842c6690464c599..ddc576ced8f360e7ea3bcccf47c9d99fa791de39 100644 (file)
@@ -4,9 +4,9 @@ warning: to use a constant of type `E` in a pattern, `E` must be annotated with
 LL |         E_SL => {}
    |         ^^^^
    |
-   = note: `#[warn(indirect_structural_match)]` 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 #62411 <https://github.com/rust-lang/rust/issues/62411>
+   = note: `#[warn(indirect_structural_match)]` on by default
 
 error[E0004]: non-exhaustive patterns: `&_` not covered
   --> $DIR/incomplete-slice.rs:9:11