]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/issues/issue-17728.nll.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / issues / issue-17728.nll.stderr
index d515cf451c410d8beb627a15ae987814fce34edc..a13d2dfa1fbaa39596c8031c23fda659bc1864da 100644 (file)
@@ -9,12 +9,12 @@ LL | |         "n" | "north" => RoomDirection::North,
 LL | |         "down" => RoomDirection::Down,
    | |                   ------------------- this and all prior arms are found to be of type `RoomDirection`
 LL | |         _ => None
-   | |              ^^^^ expected enum `RoomDirection`, found enum `std::option::Option`
+   | |              ^^^^ expected enum `RoomDirection`, found enum `Option`
 LL | |     }
    | |_____- `match` arms have incompatible types
    |
    = note: expected enum `RoomDirection`
-              found enum `std::option::Option<_>`
+              found enum `Option<_>`
 
 error: aborting due to previous error