summaryrefslogtreecommitdiffstats
path: root/src/test/ui/rfc-2627-raw-dylib/import-name-type-unsupported-link-kind.stderr
blob: 5898cd875a1c852fe4d4c6523396e30570001620 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: import name type can only be used with link kind `raw-dylib`
  --> $DIR/import-name-type-unsupported-link-kind.rs:5:22
   |
LL | #[link(name = "foo", import_name_type = "decorated")]
   |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: import name type can only be used with link kind `raw-dylib`
  --> $DIR/import-name-type-unsupported-link-kind.rs:9:39
   |
LL | #[link(name = "bar", kind = "static", import_name_type = "decorated")]
   |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to 2 previous errors