Function rustc_middle::ty::print::with_no_visible_paths[][src]

pub fn with_no_visible_paths<F: FnOnce() -> R, R>(f: F) -> R
Expand description

Prevent selection of visible paths. Display impl of DefId will prefer visible (public) reexports of types as paths.