Auto merge of #107297 - Mark-Simulacrum:bump-bootstrap, r=pietroalbini
Bump bootstrap compiler to 1.68 This also changes our stage0.json to include the rustc component for the rustfmt pinned nightly toolchain, which is currently necessary due to rustfmt dynamically linking to that toolchain's librustc_driver and libstd. r? `@pietroalbini`
This commit is contained in:
commit
dc1d9d50fb
21 changed files with 447 additions and 425 deletions
|
@ -95,10 +95,7 @@ pub trait ForestObligation: Clone + Debug {
|
|||
pub trait ObligationProcessor {
|
||||
type Obligation: ForestObligation;
|
||||
type Error: Debug;
|
||||
type OUT: OutcomeTrait<
|
||||
Obligation = Self::Obligation,
|
||||
Error = Error<Self::Obligation, Self::Error>,
|
||||
>;
|
||||
type OUT: OutcomeTrait<Obligation = Self::Obligation, Error = Error<Self::Obligation, Self::Error>>;
|
||||
|
||||
fn needs_process_obligation(&self, obligation: &Self::Obligation) -> bool;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue