mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 20:09:19 +00:00
Bump chalk
This commit is contained in:
parent
a82e028e30
commit
8078c3d9e8
15 changed files with 102 additions and 88 deletions
|
@ -612,8 +612,6 @@ has_interner!(ImplTraits);
|
|||
|
||||
#[derive(PartialEq, Eq, Debug, Hash)]
|
||||
pub struct ImplTrait {
|
||||
// FIXME: Should be Arc<[QuantifiedWhereClause]>, but the HasInterner impl for Arc is missing a
|
||||
// ?Sized bound
|
||||
pub(crate) bounds: Binders<Vec<QuantifiedWhereClause>>,
|
||||
}
|
||||
|
||||
|
@ -624,7 +622,7 @@ pub fn static_lifetime() -> Lifetime {
|
|||
}
|
||||
|
||||
pub fn error_lifetime() -> Lifetime {
|
||||
LifetimeData::Static.intern(Interner)
|
||||
LifetimeData::Error.intern(Interner)
|
||||
}
|
||||
|
||||
pub(crate) fn fold_free_vars<T: HasInterner<Interner = Interner> + TypeFoldable<Interner>>(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue