1
Fork 0

Requested changes

This commit is contained in:
mendess 2020-11-24 10:28:18 +00:00
parent b7593e5070
commit af978e3b63
30 changed files with 59 additions and 41 deletions

View file

@ -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
}