diff options
| author | Michael Woerister <michaelwoerister@posteo> | 2021-08-26 12:46:01 +0200 |
|---|---|---|
| committer | Michael Woerister <michaelwoerister@posteo> | 2021-08-27 11:50:44 +0200 |
| commit | af1b65cb18d5fa1358d1ae7a8ed3b1f7c635b6b5 (patch) | |
| tree | afc0d0959aae2f267142807624136555545f4fd8 /compiler/rustc_codegen_cranelift/src/lib.rs | |
| parent | dfd6306d26af1a163aaaa1456b4594244ddd182f (diff) | |
| download | rust-af1b65cb18d5fa1358d1ae7a8ed3b1f7c635b6b5.tar.gz rust-af1b65cb18d5fa1358d1ae7a8ed3b1f7c635b6b5.zip | |
Path remapping: Make behavior of diagnostics output dependent on presence of --remap-path-prefix.
Diffstat (limited to 'compiler/rustc_codegen_cranelift/src/lib.rs')
| -rw-r--r-- | compiler/rustc_codegen_cranelift/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_cranelift/src/lib.rs b/compiler/rustc_codegen_cranelift/src/lib.rs index 4ef53663ca0..6c7c8cbc311 100644 --- a/compiler/rustc_codegen_cranelift/src/lib.rs +++ b/compiler/rustc_codegen_cranelift/src/lib.rs @@ -74,7 +74,7 @@ mod vtable; mod prelude { pub(crate) use std::convert::{TryFrom, TryInto}; - pub(crate) use rustc_span::Span; + pub(crate) use rustc_span::{Span, FileNameDisplayPreference}; pub(crate) use rustc_hir::def_id::{DefId, LOCAL_CRATE}; pub(crate) use rustc_middle::bug; |
