summaryrefslogtreecommitdiffstats
path: root/tests/ui/rfcs/rfc-2627-raw-dylib/import-name-type-multiple.stderr
blob: 9533061892fee98f38374cc23c341c674a68093a (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:4:74
   |
LL | #[link(name = "foo", kind = "raw-dylib", import_name_type = "decorated", import_name_type = "decorated")]
   |                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error