summaryrefslogtreecommitdiff
path: root/tests/ui/rfc-2627-raw-dylib/import-name-type-multiple.stderr
blob: 7c0e0be911f73fb0ad00c29b45e376448e667a06 (plain)
1
2
3
4
5
6
7
8
error: multiple `import_name_type` arguments in a single `#[link]` attribute
  --> $DIR/import-name-type-multiple.rs:6:74
   |
LL | #[link(name = "foo", kind = "raw-dylib", import_name_type = "decorated", import_name_type = "decorated")]
   |                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error