summaryrefslogtreecommitdiffstats
path: root/src/test/ui/rfc-2627-raw-dylib/import-name-type-invalid-format.stderr
blob: 0e95fec29d2575087e17fbfdb52dd1752f167727 (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:5:42
   |
LL | #[link(name = "foo", kind = "raw-dylib", import_name_type = 6)]
   |                                          ^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error