mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +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;
|