13686b6778
`use` statement may introduce an crate name alias. This patch always uses the link attrbute "name" as the crate's name when building the crate map. Closes #1706
5 lines
53 B
Rust
5 lines
53 B
Rust
// Issue #1706
|
|
use stdlib(name="std");
|
|
|
|
fn main() {}
|