Enforce syntactical stability of const traits in HIR
This commit is contained in:
parent
8c39ce5b4f
commit
2743df848b
21 changed files with 279 additions and 38 deletions
|
@ -1031,6 +1031,7 @@ impl<'ra, 'tcx> Resolver<'ra, 'tcx> {
|
|||
is_soft,
|
||||
span,
|
||||
soft_handler,
|
||||
stability::UnstableKind::Regular,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue