summaryrefslogtreecommitdiffstats
path: root/tests/ui/rfcs/rfc-2627-raw-dylib/import-name-type-x86-only.stderr
blob: 757f1f7994e49787b2f06db272bcb2211cb9032c (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 1 previous error