Skip to content

Commit 24c895a

Browse files
authored
HIR ty lowering: Turn comment into FIXME
1 parent 0863e17 commit 24c895a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • compiler/rustc_hir_analysis/src/hir_ty_lowering

compiler/rustc_hir_analysis/src/hir_ty_lowering/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1683,7 +1683,7 @@ impl<'tcx> dyn HirTyLowerer<'tcx> + '_ {
16831683
let kind = match assoc_tag {
16841684
ty::AssocTag::Type => ty::AliasTermKind::InherentTy { def_id: assoc_item },
16851685
ty::AssocTag::Const => {
1686-
// drop once `InherentConst` accepts IAC-shaped args (issue #156181)
1686+
// FIXME(mgca): drop once `InherentConst` accepts IAC-shaped args (issue #156181)
16871687
// without this, `new_from_args` errors (#155341).
16881688
self.require_type_const_attribute(assoc_item, span)?;
16891689
ty::AliasTermKind::InherentConst { def_id: assoc_item }

0 commit comments

Comments
 (0)