Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dextract_function.rs372 struct OutlivedLocal { struct
373 local: Local,
374 mut_usage_outside_body: bool,
1230 ) -> Option<OutlivedLocal> { in local_outlives_body()