Files
rust/tests/ui/rfcs/rfc-1717-dllimport/rename-to-empty.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
157 B
Rust
Raw Normal View History

//@ compile-flags: -l foo:
#![crate_type = "lib"]
#[link(name = "foo")]
extern "C" {}
//~? ERROR an empty renaming target was specified for library `foo`