There was an error while loading. Please reload this page.
1 parent 0863e17 commit 24c895aCopy full SHA for 24c895a
1 file changed
compiler/rustc_hir_analysis/src/hir_ty_lowering/mod.rs
@@ -1683,7 +1683,7 @@ impl<'tcx> dyn HirTyLowerer<'tcx> + '_ {
1683
let kind = match assoc_tag {
1684
ty::AssocTag::Type => ty::AliasTermKind::InherentTy { def_id: assoc_item },
1685
ty::AssocTag::Const => {
1686
- // drop once `InherentConst` accepts IAC-shaped args (issue #156181)
+ // FIXME(mgca): drop once `InherentConst` accepts IAC-shaped args (issue #156181)
1687
// without this, `new_from_args` errors (#155341).
1688
self.require_type_const_attribute(assoc_item, span)?;
1689
ty::AliasTermKind::InherentConst { def_id: assoc_item }
0 commit comments