adjust const generics defaults FIXMEs to the new feature gate
This commit is contained in:
parent
907ba75eb0
commit
1fc3c4c16d
13 changed files with 14 additions and 14 deletions
|
@ -774,7 +774,7 @@ fn validate_generic_param_order(
|
|||
}
|
||||
GenericParamKind::Type { default: None } => (),
|
||||
GenericParamKind::Lifetime => (),
|
||||
// FIXME(const_generics:defaults)
|
||||
// FIXME(const_generics_defaults)
|
||||
GenericParamKind::Const { ty: _, kw_span: _, default: _ } => (),
|
||||
}
|
||||
first = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue