blob: 1da00960adfe4cc59c1939e408acf217605d397b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
|