2020-02-22 08:16:39 +01:00
|
|
|
error: expected `{`, found keyword `unsafe`
|
|
|
|
--> $DIR/issue-19398.rs:2:19
|
2018-10-20 23:36:17 +03:00
|
|
|
|
|
2020-02-22 08:16:39 +01:00
|
|
|
LL | trait T {
|
|
|
|
| - while parsing this item list starting here
|
|
|
|
LL | extern "Rust" unsafe fn foo();
|
2022-05-30 15:56:43 +08:00
|
|
|
| ^^^^^^ expected `{`
|
2020-02-22 08:16:39 +01:00
|
|
|
LL |
|
|
|
|
LL | }
|
|
|
|
| - the item list ends here
|
2018-10-20 23:36:17 +03:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|