Move assert_matches to planned stable path
This commit is contained in:
parent
c591bc103a
commit
e8c449dfbd
1 changed files with 3 additions and 0 deletions
|
|
@ -29,7 +29,10 @@ use rustc_span::{DUMMY_SP, Span, Symbol, sym};
|
|||
use rustc_trait_selection::traits::query::evaluate_obligation::InferCtxtExt as _;
|
||||
use rustc_trait_selection::traits::query::normalize::QueryNormalizeExt;
|
||||
use rustc_trait_selection::traits::{Obligation, ObligationCause};
|
||||
#[cfg(bootstrap)]
|
||||
use std::assert_matches::debug_assert_matches;
|
||||
#[cfg(not(bootstrap))]
|
||||
use std::debug_assert_matches;
|
||||
use std::collections::hash_map::Entry;
|
||||
use std::{iter, mem};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue