blob: 3cc99c96c7c30898af115695892b1b474d64ea2d (
plain)
1
2
3
4
5
6
7
8
|
error: overriding linking modifiers from command line is not supported
--> $DIR/modifiers-override.rs:8:1
|
LL | extern "C" {}
| ^^^^^^^^^^^^^
error: aborting due to 1 previous error
|