mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 11:59:49 +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;
|