mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-02 08:33:55 +00:00
6 lines
131 B
Rust
6 lines
131 B
Rust
#[linkage = "external"]
|
|
static foo: isize = 0;
|
|
//~^^ ERROR: the `linkage` attribute is experimental and not portable
|
|
|
|
fn main() {}
|