]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-50714.stderr
New upstream version 1.60.0+dfsg1
[rustc.git] / src / test / ui / issues / issue-50714.stderr
CommitLineData
94b46f34 1error[E0646]: `main` function is not allowed to have a `where` clause
dc9dc135 2 --> $DIR/issue-50714.rs:3:11
94b46f34 3 |
532ac7d7 4LL | fn main() where fn(&()): Eq {}
dc9dc135 5 | ^^^^^^^^^^^^^^^^^ `main` cannot have a `where` clause
94b46f34
XL
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0646`.