1
Fork 0

Swap note for help

This commit is contained in:
mendess 2020-11-24 11:05:55 +00:00
parent af978e3b63
commit 888055eb4c
56 changed files with 113 additions and 113 deletions

View file

@ -481,7 +481,7 @@ impl<'a> Resolver<'a> {
name
));
}
err.note("use #![feature(const_generics)] and #![feature(const_evaluatable_checked)] to allow generic const expressions");
err.help("use `#![feature(const_generics)]` and `#![feature(const_evaluatable_checked)]` to allow generic const expressions");
err
}