Address code review feedback
This commit is contained in:
parent
26f9954971
commit
50ef8006eb
10 changed files with 53 additions and 36 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue