about summary refs log tree commit diff
path: root/tests/ui/link-native-libs/modifiers-override.stderr
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