about summary refs log tree commit diff
path: root/compiler/rustc_interface/src/interface.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-02-15 08:48:44 +0000
committerbors <bors@rust-lang.org>2023-02-15 08:48:44 +0000
commit999ac5f7770bff68bd65f490990d32c3ec1faaa6 (patch)
tree9f3f7f01502659dd05406a67fa62c70c3ef1b7b6 /compiler/rustc_interface/src/interface.rs
parent068161ea483b1a80a959476cb3e31e6619a72737 (diff)
parentef6de70c77a9c38a48224608d4d596610d4b75d2 (diff)
downloadrust-999ac5f7770bff68bd65f490990d32c3ec1faaa6.tar.gz
rust-999ac5f7770bff68bd65f490990d32c3ec1faaa6.zip
Auto merge of #108070 - Dylan-DPC:rollup-v6xw7vk, r=Dylan-DPC
Rollup of 7 pull requests

Successful merges:

 - #105300 (rework min_choice algorithm of member constraints)
 - #107163 (Remove some superfluous type parameters from layout.rs.)
 - #107173 (Suggest the correct array length on mismatch)
 - #107411 (Handle discriminant in DataflowConstProp)
 - #107968 (Enable `#[thread_local]` on armv6k-nintendo-3ds)
 - #108032 (Un📦ing the Resolver)
 - #108060 (Revert to using `RtlGenRandom` as a fallback)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
Diffstat (limited to 'compiler/rustc_interface/src/interface.rs')
-rw-r--r--compiler/rustc_interface/src/interface.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_interface/src/interface.rs b/compiler/rustc_interface/src/interface.rs
index 7a5e45ada3f..d504aea77d0 100644
--- a/compiler/rustc_interface/src/interface.rs
+++ b/compiler/rustc_interface/src/interface.rs
@@ -1,4 +1,3 @@
-pub use crate::passes::BoxedResolver;
 use crate::util;
 
 use rustc_ast::token;