]> git.proxmox.com Git - rustc.git/blame - tests/ui/parser/issues/issue-19398.stderr
New upstream version 1.76.0+dfsg1
[rustc.git] / tests / ui / parser / issues / issue-19398.stderr
CommitLineData
74b04a01 1error: expected `{`, found keyword `unsafe`
0731742a 2 --> $DIR/issue-19398.rs:2:19
0bf4aa26 3 |
74b04a01
XL
4LL | trait T {
5 | - while parsing this item list starting here
532ac7d7 6LL | extern "Rust" unsafe fn foo();
923072b8 7 | ^^^^^^ expected `{`
74b04a01
XL
8LL |
9LL | }
10 | - the item list ends here
0bf4aa26 11
4b012472 12error: aborting due to 1 previous error
0bf4aa26 13