blob: e1fec3059328263bb351f62f4e4b9797188d791b [file] [log] [blame]
//@ compile-flags: -l dylib=foo:bar
#![feature(native_link_modifiers_as_needed)]
#![crate_type = "lib"]
#[link(name = "foo", kind = "dylib", modifiers = "-as-needed")]
extern "C" {}
//~^ ERROR overriding linking modifiers from command line is not supported