]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2627-raw-dylib/import-name-type-invalid-format.stderr
Rollup merge of #101614 - compiler-errors:rpitit-eq, r=jackh726
[rust.git] / src / test / ui / rfc-2627-raw-dylib / import-name-type-invalid-format.stderr
1 error: import name type must be of the form `import_name_type = "string"`
2   --> $DIR/import-name-type-invalid-format.rs:5:42
3    |
4 LL | #[link(name = "foo", kind = "raw-dylib", import_name_type = 6)]
5    |                                          ^^^^^^^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8