1
Fork 0

Address code review feedback

This commit is contained in:
Eric Holk 2023-12-04 13:43:38 -08:00
parent 26f9954971
commit 50ef8006eb
No known key found for this signature in database
GPG key ID: 8EA6B43ED4CE0911
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,