]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc1717/multiple-renames.rs
Rollup merge of #57132 - daxpedda:master, r=steveklabnik
[rust.git] / src / test / ui / rfc1717 / multiple-renames.rs
1 // compile-flags: -l foo:bar -l foo:baz
2 // error-pattern: multiple renamings were specified for library
3
4 #![crate_type = "lib"]
5
6 #[link(name = "foo")]
7 extern "C" {}