Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_parse/src/parser/
Dmod.rs206 struct CaptureState { struct
207 capturing: Capturing,
208 replace_ranges: Vec<ReplaceRange>,
209 inner_attr_ranges: FxHashMap<AttrId, ReplaceRange>,