]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/error-codes/E0029.rs
Stabilize match_default_bindings
[rust.git] / src / test / ui / error-codes / E0029.rs
index 80d215bd327c9f04757dc241e565795ea9893008..29b6fe44113582fca7e71ee40191c831a85d4ede 100644 (file)
@@ -14,7 +14,6 @@ fn main() {
     match s {
         "hello" ... "world" => {}
         //~^ ERROR only char and numeric types are allowed in range patterns
-        //~| ERROR non-reference pattern used to match a reference
         _ => {}
     }
 }