mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 14:51:48 +00:00
3 lines
69 B
Rust
3 lines
69 B
Rust
extern crate foo;
|
|
extern crate foo as bar;
|
|
extern crate self as baz;
|