1
Fork 0

Enforce syntactical stability of const traits in HIR

This commit is contained in:
Michael Goulet 2025-01-12 20:52:30 +00:00
parent 8c39ce5b4f
commit 2743df848b
21 changed files with 279 additions and 38 deletions

View file

@ -1031,6 +1031,7 @@ impl<'ra, 'tcx> Resolver<'ra, 'tcx> {
is_soft,
span,
soft_handler,
stability::UnstableKind::Regular,
);
}
}