Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/clippy/clippy_lints/src/matches/
Dsignificant_drop_in_scrutinee.rs20 source: MatchSource, in check()
89 source: MatchSource, in has_significant_drop_in_scrutinee()
/third_party/rust/rust/compiler/rustc_hir_typeck/src/
D_match.rs22 match_src: hir::MatchSource, in check_match()
/third_party/rust/rust/compiler/rustc_mir_build/src/thir/pattern/
Dcheck_match.rs241 source: hir::MatchSource, in check_match()
/third_party/rust/rust/compiler/rustc_hir/src/
Dhir.rs2143 pub enum MatchSource { enum
2156 impl MatchSource { impl
/third_party/rust/rust/compiler/rustc_ast_lowering/src/
Dexpr.rs1718 source: hir::MatchSource, in expr_match()