]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/pattern/usefulness/non-exhaustive-match-nested.stderr
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[rustc.git] / src / test / ui / pattern / usefulness / non-exhaustive-match-nested.stderr
index d1cab75210296867ffd98be86b02dc7ac1c55ba5..928e9068266cd5cc7e9c9847ce34e68fea1a2476 100644 (file)
@@ -5,7 +5,7 @@ LL |     match (l1, l2) {
    |           ^^^^^^^^ pattern `(Some(&[]), Err(_))` 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 `(Option<&[T]>, std::result::Result<&[T], ()>)`
+   = note: the matched value is of type `(Option<&[T]>, Result<&[T], ()>)`
 
 error[E0004]: non-exhaustive patterns: `A(C)` not covered
   --> $DIR/non-exhaustive-match-nested.rs:15:11