Merge pull request #21731 from rust-lang/rustc-pull

Rustc pull update
This commit is contained in:
Laurențiu Nicola
2026-03-02 08:03:33 +00:00
committed by GitHub
6 changed files with 6 additions and 10 deletions

View File

@@ -32,7 +32,7 @@ pub use crate::{
},
};
use dashmap::{DashMap, mapref::entry::Entry};
pub use query_group::{self};
pub use query_group;
use rustc_hash::{FxHashSet, FxHasher};
use salsa::{Durability, Setter};
pub use semver::{BuildMetadata, Prerelease, Version, VersionReq};

View File

@@ -5,10 +5,7 @@ use std::borrow::Cow;
use base_db::AnchoredPath;
use cfg::CfgExpr;
use either::Either;
use intern::{
Symbol,
sym::{self},
};
use intern::{Symbol, sym};
use itertools::Itertools;
use mbe::{DelimiterKind, expect_fragment};
use span::{Edition, FileId, Span};

View File

@@ -40,8 +40,7 @@ use rustc_hash::FxHashSet;
use rustc_type_ir::{
AliasTyKind, BoundVarIndexKind, ConstKind, DebruijnIndex, ExistentialPredicate,
ExistentialProjection, ExistentialTraitRef, FnSig, Interner, OutlivesPredicate, TermKind,
TyKind::{self},
TypeFoldable, TypeVisitableExt, Upcast, UpcastFrom, elaborate,
TyKind, TypeFoldable, TypeVisitableExt, Upcast, UpcastFrom, elaborate,
inherent::{Clause as _, GenericArgs as _, IntoKind as _, Region as _, Ty as _},
};
use smallvec::SmallVec;

View File

@@ -8,7 +8,7 @@ use syntax::{
use crate::{
assist_context::{AssistContext, Assists},
utils::{self},
utils,
};
// Assist: promote_local_to_const

View File

@@ -1,7 +1,7 @@
//! Simple logger that logs either to stderr or to a file, using `tracing_subscriber`
//! filter syntax and `tracing_appender` for non blocking output.
use std::io::{self};
use std::io;
use anyhow::Context;
use tracing::level_filters::LevelFilter;

View File

@@ -1 +1 @@
c78a29473a68f07012904af11c92ecffa68fcc75
e7d90c695a39426baf5ae705de2f9570a72229de