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