Home
last modified time | relevance | path

Searched defs:EXPANSION_RECURSION_LIMIT (Results 1 – 2 of 2) sorted by relevance

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/hir_def/src/
H A Dbody.rs57 static EXPANSION_RECURSION_LIMIT: Limit = Limit::new(32); variable
60 static EXPANSION_RECURSION_LIMIT: Limit = Limit::new(128); const
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/hir_def/src/
H A Dbody.rs57 static EXPANSION_RECURSION_LIMIT: Limit = Limit::new(32); const
60 static EXPANSION_RECURSION_LIMIT: Limit = Limit::new(128); const