]> git.lizzy.rs Git - rust.git/blob - tests/ui/rfc-2627-raw-dylib/import-name-type-x86-only.stderr
Rollup merge of #106570 - Xaeroxe:div-duration-tests, r=JohnTitor
[rust.git] / tests / ui / rfc-2627-raw-dylib / import-name-type-x86-only.stderr
1 error: import name type is only supported on x86
2   --> $DIR/import-name-type-x86-only.rs:3:42
3    |
4 LL | #[link(name = "foo", kind = "raw-dylib", import_name_type = "decorated")]
5    |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8