|
5 | 5 | //! The more interesting impls of `Visit` remain in the `visit` module.
|
6 | 6 |
|
7 | 7 | use crate::{
|
8 |
| - AssocTypeId, ClausePriority, DebruijnIndex, FloatTy, Goals, ImplId, IntTy, Interner, Mutability, |
9 |
| - OpaqueTyId, Parameter, ParameterKind, PlaceholderIndex, ProgramClause, ProgramClauseData, |
10 |
| - ProgramClauses, QuantifiedWhereClauses, QuantifierKind, Scalar, StructId, Substitution, |
11 |
| - SuperVisit, TraitId, UintTy, UniverseIndex, Visit, VisitResult, Visitor, |
| 8 | + AssocTypeId, ClausePriority, DebruijnIndex, FloatTy, Goals, ImplId, IntTy, Interner, |
| 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};
|
|
0 commit comments