We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a9a4e8 commit 0aa2153Copy full SHA for 0aa2153
compiler/rustc_traits/src/chalk/lowering.rs
@@ -1009,7 +1009,7 @@ impl PlaceholdersCollector {
1009
1010
impl<'tcx> TypeVisitor<'tcx> for PlaceholdersCollector {
1011
fn visit_ty(&mut self, t: Ty<'tcx>) -> bool {
1012
- match t.kind {
+ match t.kind() {
1013
ty::Placeholder(p) if p.universe == self.universe_index => {
1014
self.next_ty_placeholder = self.next_ty_placeholder.max(p.name.as_usize() + 1);
1015
}
0 commit comments