]> git.proxmox.com Git - rustc.git/blame - src/test/ui/rfc-2627-raw-dylib/import-name-type-unknown-value.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / rfc-2627-raw-dylib / import-name-type-unknown-value.stderr
CommitLineData
f2b60f7d
FG
1error: unknown import name type `unknown`, expected one of: decorated, noprefix, undecorated
2 --> $DIR/import-name-type-unknown-value.rs:5:42
3 |
4LL | #[link(name = "foo", kind = "raw-dylib", import_name_type = "unknown")]
5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6
7error: aborting due to previous error
8