Always evaluate vecs of subdiagnostics eagerly
This commit is contained in:
parent
d6c4de0fb2
commit
a7838d8bd7
6 changed files with 48 additions and 57 deletions
|
@ -176,7 +176,7 @@ impl ExprParenthesesNeeded {
|
|||
#[derive(Diagnostic)]
|
||||
#[diag(session_skipping_const_checks)]
|
||||
pub struct SkippingConstChecks {
|
||||
#[subdiagnostic(eager)]
|
||||
#[subdiagnostic]
|
||||
pub unleashed_features: Vec<UnleashedFeatureHelp>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue