pub macro with_no_trimmed_paths($e:expr) {
    ...
}
Expand description

Prevent path trimming if it is turned on. Path trimming affects Display impl of various rustc types, for example std::vec::Vec would be trimmed to Vec, if no other Vec is found.