summaryrefslogtreecommitdiffstats
path: root/tests/ui/rfcs/rfc-2627-raw-dylib/import-name-type-unsupported-link-kind.stderr
blob: 75cadc471c437fd7c064371f068dd95840dcd2da (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:3: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:7:39
   |
LL | #[link(name = "bar", kind = "static", import_name_type = "decorated")]
   |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to 2 previous errors