pub macro with_no_visible_paths($e:expr) {
...
}Expand description
Prevent selection of visible paths. Display impl of DefId will prefer
visible (public) reexports of types as paths.
pub macro with_no_visible_paths($e:expr) {
...
}Prevent selection of visible paths. Display impl of DefId will prefer
visible (public) reexports of types as paths.