mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +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;
|