We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5427d3b commit f77b6feCopy full SHA for f77b6fe
src/librustc_middle/ty/print/pretty.rs
@@ -294,7 +294,7 @@ pub trait PrettyPrinter<'tcx>:
294
true,
295
));
296
}
297
- (ExternCrateSource::Path, LOCAL_CRATE) if self.tcx().sess.rust_2018() => {
+ (ExternCrateSource::Path, LOCAL_CRATE) => {
298
debug!("try_print_visible_def_path: def_id={:?}", def_id);
299
return Ok((self.path_crate(cnum)?, true));
300
0 commit comments