]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/issues/issue-2111.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / issues / issue-2111.stderr
index aab2559a155ae4289581e4d15a79daba37abe063..a39a479e078d928d5f95131ebded1aba3961227a 100644 (file)
@@ -5,7 +5,7 @@ LL |   match (a,b) {
    |         ^^^^^ pattern `(None, None)` 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<usize>, std::option::Option<usize>)`
+   = note: the matched value is of type `(Option<usize>, Option<usize>)`
 
 error: aborting due to previous error