Skip to content

Commit

Permalink
fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
estebank committed Feb 28, 2018
1 parent d63d363 commit 24be75d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/test/ui/if-without-block.stderr
@@ -1,10 +1,10 @@
error: expected `{`, found `}`
--> $DIR/if-without-block.rs:17:1
|
13 | if 5 == {
LL | if 5 == {
| -- this `if` statement has a condition, but no block
...
17 | }
LL | }
| ^

error: aborting due to previous error
Expand Down
4 changes: 2 additions & 2 deletions src/test/ui/suggestions/missing-comma-in-match.stderr
@@ -1,9 +1,9 @@
error: expected one of `,`, `.`, `?`, `}`, or an operator, found `=>`
--> $DIR/missing-comma-in-match.rs:14:18
|
13 | &None => 1
LL | &None => 1
| - help: missing a comma here to end this `match` arm
14 | &Some(2) => { 3 }
LL | &Some(2) => { 3 }
| ^^ expected one of `,`, `.`, `?`, `}`, or an operator here

error: aborting due to previous error
Expand Down

0 comments on commit 24be75d

Please sign in to comment.