mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-24 18:27:27 +00:00
Previously `libname.a` naming was supported as a fallback when producing rlibs, but not when producing executables or dynamic libraries
3 lines
58 B
Rust
3 lines
58 B
Rust
#[no_mangle]
|
|
pub extern "C" fn native_lib_alt_naming() {}
|