]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/pattern/usefulness/issue-35609.stderr
Rollup merge of #80298 - PankajChaudhary5:PankajChaudhary, r=GuillaumeGomez
[rust.git] / src / test / ui / pattern / usefulness / issue-35609.stderr
index 66f904aced11ba5bfa24bbf3b02745e13c347c54..0598c8d6f38c574b263700206d8955bb5b53d9b7 100644 (file)
@@ -74,7 +74,7 @@ LL |     match Some(A) {
    |           ^^^^^^^ patterns `Some(B)`, `Some(C)`, `Some(D)` and 2 more not covered
    |
    = help: ensure that all possible cases are being handled, possibly by adding wildcards or more match arms
-   = note: the matched value is of type `std::option::Option<Enum>`
+   = note: the matched value is of type `Option<Enum>`
 
 error: aborting due to 8 previous errors