]> git.proxmox.com Git - rustc.git/blame - src/test/ui/async-await/issue-68523-start.stderr
New upstream version 1.65.0+dfsg1
[rustc.git] / src / test / ui / async-await / issue-68523-start.stderr
CommitLineData
f9652781 1error[E0752]: `start` is not allowed to be `async`
ba9703b0
XL
2 --> $DIR/issue-68523-start.rs:6:1
3 |
4LL | pub async fn start(_: isize, _: *const *const u8) -> isize {
f9652781 5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `start` is not allowed to be `async`
ba9703b0
XL
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0752`.