Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_borrowck/src/type_check/
Drelate_tys.rs96 fn create_next_universe(&mut self) -> ty::UniverseIndex { in create_next_universe() method
/third_party/rust/rust/compiler/rustc_infer/src/infer/canonical/
Dquery_response.rs709 fn create_next_universe(&mut self) -> ty::UniverseIndex { in create_next_universe() method
/third_party/rust/rust/compiler/rustc_infer/src/infer/nll_relate/
Dmod.rs77 fn create_next_universe(&mut self) -> ty::UniverseIndex; in create_next_universe() method
/third_party/rust/rust/compiler/rustc_infer/src/infer/
Dmod.rs1460 pub fn create_next_universe(&self) -> ty::UniverseIndex { in create_next_universe() method