Auto merge of #90387 - matthiaskrgr:rollup-b2x8v0x, r=matthiaskrgr
Rollup of 3 pull requests Successful merges: - #90082 (Fix minor typos) - #90336 (Remove extra lines in examples for `Duration::try_from_secs_*`) - #90376 (Various cleanups around opaque types) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
This commit is contained in:
commit
df76418f1e
9 changed files with 599 additions and 655 deletions
|
@ -36,7 +36,6 @@ use rustc_span::def_id::CRATE_DEF_ID;
|
|||
use rustc_span::{Span, DUMMY_SP};
|
||||
use rustc_target::abi::VariantIdx;
|
||||
use rustc_trait_selection::infer::InferCtxtExt as _;
|
||||
use rustc_trait_selection::opaque_types::InferCtxtExt;
|
||||
use rustc_trait_selection::traits::error_reporting::InferCtxtExt as _;
|
||||
use rustc_trait_selection::traits::query::type_op;
|
||||
use rustc_trait_selection::traits::query::type_op::custom::CustomTypeOp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue