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.
FIXME
1 parent 488b759 commit 96eb68bCopy full SHA for 96eb68b
compiler/rustc_typeck/src/collect.rs
@@ -222,6 +222,7 @@ impl Visitor<'tcx> for CollectItemTypesVisitor<'tcx> {
222
hir::GenericParamKind::Const { .. } => {
223
let def_id = self.tcx.hir().local_def_id(param.hir_id);
224
self.tcx.ensure().type_of(def_id);
225
+ // FIXME(const_generics:defaults)
226
}
227
228
0 commit comments