7ddd353ef6
Can't remove them from stdlib until the snapshotted compiler supports #[nolink].
6 lines
102 B
Rust
6 lines
102 B
Rust
// error-pattern:empty #[link_name] not allowed; use #[nolink].
|
|
|
|
#[link_name = ""]
|
|
native mod foo {
|
|
}
|