pub macro with_resolve_crate_name($e:expr) {
...
}
Expand description
Adds the crate name prefix to paths where appropriate.
Unlike with_crate_prefix
, this unconditionally uses tcx.crate_name
instead of sometimes
using crate::
for local items.
Overrides with_crate_prefix
.