|
6 | 6 |
|
7 | 7 | use crate::{
|
8 | 8 | AssocTypeId, ClausePriority, DebruijnIndex, FloatTy, Goals, ImplId, IntTy, Interner,
|
9 |
| - OpaqueTyId, Parameter, ParameterKind, PlaceholderIndex, ProgramClause, ProgramClauseData, |
10 |
| - ProgramClauses, QuantifiedWhereClauses, QuantifierKind, Scalar, StructId, Substitution, |
11 |
| - SuperVisit, TraitId, UintTy, UniverseIndex, Visit, VisitResult, Visitor, |
| 9 | + Mutability, OpaqueTyId, Parameter, ParameterKind, PlaceholderIndex, ProgramClause, |
| 10 | + ProgramClauseData, ProgramClauses, QuantifiedWhereClauses, QuantifierKind, Scalar, StructId, |
| 11 | + Substitution, SuperVisit, TraitId, UintTy, UniverseIndex, Visit, VisitResult, Visitor, |
12 | 12 | };
|
13 | 13 | use chalk_engine::{context::Context, ExClause, FlounderedSubgoal, Literal};
|
14 | 14 | use std::{marker::PhantomData, sync::Arc};
|
@@ -211,6 +211,7 @@ const_visit!(Scalar);
|
211 | 211 | const_visit!(UintTy);
|
212 | 212 | const_visit!(IntTy);
|
213 | 213 | const_visit!(FloatTy);
|
| 214 | +const_visit!(Mutability); |
214 | 215 |
|
215 | 216 | #[macro_export]
|
216 | 217 | macro_rules! id_visit {
|
|
0 commit comments