mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-17 00:53:04 +00:00
7 lines
157 B
Rust
7 lines
157 B
Rust
extern "C" {
|
|
#[linkage = "extern_weak"] static foo: *mut isize;
|
|
//~^ ERROR: the `linkage` attribute is experimental and not portable
|
|
}
|
|
|
|
fn main() {}
|