rust/tests/ui/link-native-libs/issue-43926.rs
Jonathan Brouwer 7db1840569
Changes to the uitests
Signed-off-by: Jonathan Brouwer <jonathantbrouwer@gmail.com>
2025-08-27 20:25:18 +02:00

5 lines
100 B
Rust

#[link(name = "foo", cfg())] //~ ERROR malformed `link` attribute input
extern "C" {}
fn main() {}