]> git.proxmox.com Git - rustc.git/blame - tests/ui/error-codes/E0647.stderr
New upstream version 1.74.1+dfsg1
[rustc.git] / tests / ui / error-codes / E0647.stderr
CommitLineData
781aab86 1error[E0647]: `#[start]` function is not allowed to have a `where` clause
dc9dc135 2 --> $DIR/E0647.rs:7:50
94b46f34 3 |
532ac7d7 4LL | fn start(_: isize, _: *const *const u8) -> isize where (): Copy {
781aab86 5 | ^^^^^^^^^^^^^^ `#[start]` function cannot have a `where` clause
94b46f34
XL
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0647`.