mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-22 18:05:07 +00:00
4 lines
121 B
Rust
4 lines
121 B
Rust
mod krate; // `crate` is invalid ident :(
|
|
mod konst; // `const` is invalid ident :(
|
|
mod module;
|
|
pub(crate) mod function;
|