avoid embedding StabilityLevel::Unstable reason string into metadata multiple times
This commit is contained in:
parent
1673f1450e
commit
b38c94857d
5 changed files with 46 additions and 9 deletions
|
@ -812,7 +812,7 @@ impl<'a> Resolver<'a> {
|
|||
stability::report_unstable(
|
||||
self.session,
|
||||
feature,
|
||||
reason,
|
||||
reason.to_opt_reason(),
|
||||
issue,
|
||||
None,
|
||||
is_soft,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue