Address code review feedback

This commit is contained in:
Eric Holk
2023-12-04 13:43:38 -08:00
parent 26f9954971
commit 50ef8006eb
10 changed files with 53 additions and 36 deletions

View File

@@ -1279,7 +1279,7 @@ impl<'a> Visitor<'a> for AstValidator<'a> {
..
}) = fk.header()
{
// FIXME(eholk): Report a different error for `const gen`
// FIXME(gen_blocks): Report a different error for `const gen`
self.err_handler().emit_err(errors::ConstAndAsync {
spans: vec![cspan, aspan],
cspan,