summaryrefslogtreecommitdiffstats
path: root/tests/ui/rfcs/rfc-2627-raw-dylib/import-name-type-invalid-format.stderr
blob: d2cf7a0ba1f4f95fc90f2e783744e7127c6685a5 (plain)
1
2
3
4
5
6
7
8
error: import name type must be of the form `import_name_type = "string"`
  --> $DIR/import-name-type-invalid-format.rs:3:42
   |
LL | #[link(name = "foo", kind = "raw-dylib", import_name_type = 6)]
   |                                          ^^^^^^^^^^^^^^^^^^^^

error: aborting due to 1 previous error