diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2025-02-05 15:01:17 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2025-02-06 17:29:15 +0000 |
| commit | 9a833de62a1de598ea54ad0b8ac01369f8d23c85 (patch) | |
| tree | 27cf0f89dc00fa253d68d11c7dc0459f8e21eeff /compiler/rustc_interface/src/tests.rs | |
| parent | 79f82ad5e89aa421e2c765fea2098b23beb69b40 (diff) | |
| download | rust-9a833de62a1de598ea54ad0b8ac01369f8d23c85.tar.gz rust-9a833de62a1de598ea54ad0b8ac01369f8d23c85.zip | |
Construct DiagCtxt a bit earlier in build_session
Diffstat (limited to 'compiler/rustc_interface/src/tests.rs')
| -rw-r--r-- | compiler/rustc_interface/src/tests.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs index fb69dd54811..46d6f37a91c 100644 --- a/compiler/rustc_interface/src/tests.rs +++ b/compiler/rustc_interface/src/tests.rs @@ -65,7 +65,6 @@ where static USING_INTERNAL_FEATURES: AtomicBool = AtomicBool::new(false); let sess = build_session( - early_dcx, sessopts, io, None, |
