Skip to content

Commit

Permalink
Move block-related tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Jan 1, 2021
1 parent 01c6998 commit 049971c
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
@@ -1,5 +1,5 @@
warning: unnecessary trailing semicolons
--> $DIR/block-expr-precedence.rs:60:21
--> $DIR/old-closure-expr-precedence.rs:60:21
|
LL | if (true) { 12; };;; -num;
| ^^ help: remove these semicolons
Expand Down
@@ -1,5 +1,5 @@
error[E0308]: mismatched types
--> $DIR/block-expression-remove-semicolon.rs:8:19
--> $DIR/old-closure-expression-remove-semicolon.rs:8:19
|
LL | let _x: i32 = {
| ___________________^
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 049971c

Please sign in to comment.