]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc1717/rename-to-empty.rs
Rollup merge of #57107 - mjbshaw:thread_local_test, r=nikomatsakis
[rust.git] / src / test / ui / rfc1717 / rename-to-empty.rs
1 // compile-flags: -l foo:
2 // error-pattern: an empty renaming target was specified for library
3
4 #![crate_type = "lib"]
5
6 #[link(name = "foo")]
7 extern "C" {}