Requested changes
This commit is contained in:
parent
b7593e5070
commit
af978e3b63
30 changed files with 59 additions and 41 deletions
|
@ -480,8 +480,8 @@ impl<'a> Resolver<'a> {
|
|||
"const parameters may only be used as standalone arguments, i.e. `{}`",
|
||||
name
|
||||
));
|
||||
err.note("use feature(const_generics) and feature(const_evaluatable_checked) to enable this");
|
||||
}
|
||||
err.note("use #![feature(const_generics)] and #![feature(const_evaluatable_checked)] to allow generic const expressions");
|
||||
|
||||
err
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue