]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/proc-macro/break-token-spans.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / proc-macro / break-token-spans.stderr
index caca973f252f7fe442d8d904a4eb26cdbbf4c9d4..0a0322b8a3ee2f01485a7be1456726ffa7701d69 100644 (file)
@@ -8,11 +8,11 @@ error[E0308]: mismatched types
   --> $DIR/break-token-spans.rs:14:32
    |
 LL |     let a: Option<Option<u8>>= true;
-   |            ------------------  ^^^^ expected enum `std::option::Option`, found `bool`
+   |            ------------------  ^^^^ expected enum `Option`, found `bool`
    |            |
    |            expected due to this
    |
-   = note: expected enum `std::option::Option<std::option::Option<u8>>`
+   = note: expected enum `Option<Option<u8>>`
               found type `bool`
 
 error: aborting due to 2 previous errors