Introduce ExtentUnord trait for collections that can safely consume UnordItems.
This commit is contained in:
parent
cfb310939b
commit
457b787a52
6 changed files with 40 additions and 27 deletions
|
@ -1,4 +1,4 @@
|
|||
use rustc_data_structures::unord::UnordSet;
|
||||
use rustc_data_structures::unord::{ExtendUnord, UnordSet};
|
||||
use rustc_hir::def::DefKind;
|
||||
use rustc_hir::def_id::LocalDefId;
|
||||
use rustc_middle::ty::TyCtxt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue