Module rustc_mir::build::matches::test [−][src]
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Re-exports
use build::Builder; |
use build::matches::Candidate; |
use build::matches::MatchPair; |
use build::matches::Test; |
use build::matches::TestKind; |
use hair::*; |
use rustc_data_structures::fx::FxHashMap; |
use rustc_data_structures::bitvec::BitVector; |
use rustc::ty; |
use rustc::ty::Ty; |
use rustc::ty::util::IntTypeExt; |
use rustc::mir::*; |
use rustc::hir::RangeEnd; |
use rustc::hir::Mutability; |
use syntax_pos::Span; |
use std::cmp::Ordering; |
Functions
is_switch_ty |
[ Experimental ]
|