summaryrefslogtreecommitdiffstats
path: root/src/test/ui/rfc-2627-raw-dylib/import-name-type-x86-only.stderr
blob: b56449299b71e8ea9b79829aebcf674826a8d2df (plain)
1
2
3
4
5
6
7
8
error: import name type is only supported on x86
  --> $DIR/import-name-type-x86-only.rs:3:42
   |
LL | #[link(name = "foo", kind = "raw-dylib", import_name_type = "decorated")]
   |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error