]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/block-expression-remove-semicolon.stderr
Auto merge of #62339 - pnkfelix:issue-61188-use-visitor-for-structural-match-check...
[rust.git] / src / test / ui / block-expression-remove-semicolon.stderr
index aa4889fc5a577294c128a114b01b8aba85dfd8ab..51942f3d920f5d602772e6fd9f18da6704d2b989 100644 (file)
@@ -3,8 +3,8 @@ error[E0308]: mismatched types
    |
 LL |       let x: i32 = {
    |  __________________^
-LL | |         //~^ ERROR mismatched types
-LL | |         foo(); //~ HELP consider removing this semicolon
+LL | |
+LL | |         foo();
    | |              - help: consider removing this semicolon
 LL | |     };
    | |_____^ expected i32, found ()