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