Home
last modified time | relevance | path

Searched defs:with_constness (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dmod.rs1810 pub fn with_constness(mut self, constness: hir::Constness) -> Self { in with_constness() method
1890 pub fn with_constness(self, constness: BoundConstness) -> PolyTraitPredicate<'tcx> { in with_constness() method
Dsty.rs878 pub fn with_constness(self, constness: ty::BoundConstness) -> ty::TraitPredicate<'tcx> { in with_constness() method