Adapt for new cycle handling changing in Salsa

This commit is contained in:
Chayim Refael Friedman 2025-04-14 09:42:29 +03:00
parent db72e2ff41
commit 57c019a3c5
15 changed files with 133 additions and 339 deletions

View file

@ -619,7 +619,7 @@ impl_from!(
/// A constant, which might appears as a const item, an anonymous const block in expressions
/// or patterns, or as a constant in types with const generics.
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, salsa::Supertype)]
pub enum GeneralConstId {
ConstId(ConstId),
StaticId(StaticId),