]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/resolve/token-error-correct-3.stderr
Auto merge of #43270 - petrochenkov:fixstab, r=alexcrichton
[rust.git] / src / test / ui / resolve / token-error-correct-3.stderr
index bd3bdf35da60900c2874febe3b10297e56118457..2e8cc40dc5175dd73b38d09c9b55ca9b90dc866f 100644 (file)
@@ -35,7 +35,7 @@ error[E0308]: mismatched types
   --> $DIR/token-error-correct-3.rs:25:13
    |
 25 |             fs::create_dir_all(path.as_ref()).map(|()| true) //~ ERROR: mismatched types
-   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- help: did you mean to add a semicolon here? `;`
+   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- help: did you mean to add a semicolon here?: `;`
    |             |
    |             expected (), found enum `std::result::Result`
    |