Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_mir_build/src/thir/pattern/
Dcheck_match.rs68 enum LetSource { enum
185 fn with_let_source(&mut self, let_source: LetSource, f: impl FnOnce(&mut Self)) { in with_let_source()
227 fn check_let(&mut self, pat: &Pat<'tcx>, scrutinee: ExprId, source: LetSource, span: Span) { in check_let()
306 source: LetSource, in check_let_reachability()
318 let_source: LetSource, in check_let_chain()
597 source: LetSource, in irrefutable_let_patterns()