1
Fork 0

remove lazy_normalization_consts

This commit is contained in:
Ellen 2021-08-25 13:31:18 +01:00 committed by lcnr
parent fcc2badf9b
commit c0e853f274
16 changed files with 10 additions and 114 deletions

View file

@ -307,7 +307,7 @@ pub enum Res<Id = hir::HirId> {
/// We do however allow `Self` in repeat expression even if it is generic to not break code
/// which already works on stable while causing the `const_evaluatable_unchecked` future compat lint.
///
/// FIXME(lazy_normalization_consts): Remove this bodge once that feature is stable.
/// FIXME(generic_const_exprs): Remove this bodge once that feature is stable.
SelfTy(
/// Optionally, the trait associated with this `Self` type.
Option<DefId>,