]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/feature-gates/feature-gate-precise_pointer_size_matching.stderr
Update tests to remove old numeric constants
[rust.git] / src / test / ui / feature-gates / feature-gate-precise_pointer_size_matching.stderr
index c7a63e5d50252cc02765ee334de9ee95e727c203..9895646fc2ba477d8aa3c7d530acf78a79c46731 100644 (file)
@@ -1,5 +1,5 @@
 error[E0004]: non-exhaustive patterns: `_` not covered
-  --> $DIR/feature-gate-precise_pointer_size_matching.rs:6:11
+  --> $DIR/feature-gate-precise_pointer_size_matching.rs:2:11
    |
 LL |     match 0usize {
    |           ^^^^^^ pattern `_` not covered