Skip to content

Commit 96eb68b

Browse files
committed
Add FIXME for const generic defaults
1 parent 488b759 commit 96eb68b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_typeck/src/collect.rs

+1
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ impl Visitor<'tcx> for CollectItemTypesVisitor<'tcx> {
222222
hir::GenericParamKind::Const { .. } => {
223223
let def_id = self.tcx.hir().local_def_id(param.hir_id);
224224
self.tcx.ensure().type_of(def_id);
225+
// FIXME(const_generics:defaults)
225226
}
226227
}
227228
}

0 commit comments

Comments
 (0)