]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/error-codes/E0029.stderr
Stabilize match_default_bindings
[rust.git] / src / test / ui / error-codes / E0029.stderr
index 53c228c6e38c997017fdbdde0cbf100642a005f4..bcdfa3871110752ac051a00e498d5f192fa2f97c 100644 (file)
@@ -1,11 +1,3 @@
-error[E0658]: non-reference pattern used to match a reference (see issue #42640)
-  --> $DIR/E0029.rs:15:9
-   |
-LL |         "hello" ... "world" => {}
-   |         ^^^^^^^^^^^^^^^^^^^ help: consider using a reference: `&"hello" ... "world"`
-   |
-   = help: add #![feature(match_default_bindings)] to the crate attributes to enable
-
 error[E0029]: only char and numeric types are allowed in range patterns
   --> $DIR/E0029.rs:15:9
    |
@@ -15,7 +7,6 @@ LL |         "hello" ... "world" => {}
    = note: start type: &'static str
    = note: end type: &'static str
 
-error: aborting due to 2 previous errors
+error: aborting due to previous error
 
-Some errors occurred: E0029, E0658.
-For more information about an error, try `rustc --explain E0029`.
+For more information about this error, try `rustc --explain E0029`.