mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-25 12:44:42 +00:00
9 lines
183 B
Rust
9 lines
183 B
Rust
impl FnScopes {
|
|
fn new_scope(&) -> ScopeId {
|
|
let res = self.scopes.len();
|
|
self.scopes.push(ScopeData { parent: None, entries: vec![] })
|
|
}
|
|
|
|
fn set_parent
|
|
}
|