mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-29 03:51:39 +00:00
14 lines
319 B
Plaintext
14 lines
319 B
Plaintext
error: expected `{`, found keyword `unsafe`
|
|
--> $DIR/issue-19398.rs:2:19
|
|
|
|
|
LL | trait T {
|
|
| - while parsing this item list starting here
|
|
LL | extern "Rust" unsafe fn foo();
|
|
| ^^^^^^ expected `{`
|
|
LL |
|
|
LL | }
|
|
| - the item list ends here
|
|
|
|
error: aborting due to previous error
|
|
|