Skip to content

Commit e96d2e3

Browse files
committed
Relocate issue-50714.rs to entry-point/main-where-fn-bound.rs
1 parent e04a185 commit e96d2e3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

tests/ui/issues/issue-50714.stderr renamed to tests/ui/entry-point/main-where-fn-bound.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0646]: `main` function is not allowed to have a `where` clause
2-
--> $DIR/issue-50714.rs:3:11
2+
--> $DIR/main-where-fn-bound.rs:3:11
33
|
44
LL | fn main() where fn(&()): Eq {}
55
| ^^^^^^^^^^^^^^^^^ `main` cannot have a `where` clause

0 commit comments

Comments
 (0)