mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-02 09:47:42 +00:00
move `visit_predicate` into `TypeVisitor` Seems easier than dealing with `PredicateVisitor` for me which I needed for object safety checks for `PredicateAtom::ConstEvaluatable`. Is there a reason I am missing for this split? r? @matthewjasper
For more information about how rustc works, see the rustc dev guide.