Home
last modified time | relevance | path

Searched refs:unit_ptr_ty (Results 1 – 1 of 1) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/ty/
H A Dlayout.rs2298 let unit_ptr_ty = if this.ty.is_unsafe_ptr() { in ty_and_layout_field() localVariable
2309 ..tcx.layout_of(ty::ParamEnv::reveal_all().and(unit_ptr_ty)).unwrap() in ty_and_layout_field()
3264 let unit_ptr_ty = tcx.mk_mut_ptr(tcx.mk_unit()); in make_thin_self_ptr() localVariable
3271 ..tcx.layout_of(ty::ParamEnv::reveal_all().and(unit_ptr_ty)).unwrap() in make_thin_self_ptr()