error: expected identifier, found `` --> $DIR/bad-recover-kw-after-impl.rs:13:22 | LL | ($ty:ty) => { | ------ while parsing argument for this `ty` macro fragment ... LL | impl_primitive!(impl async); | ^^^^^ expected identifier error[E0658]: `async` trait bounds are unstable --> $DIR/bad-recover-kw-after-impl.rs:13:22 | LL | impl_primitive!(impl async); | ^^^^^ | = note: see issue #62290 for more information = help: add `#![feature(async_trait_bounds)]` to the crate attributes to enable = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date = help: use the desugared name of the async trait, such as `AsyncFn` error: aborting due to 2 previous errors For more information about this error, try `rustc --explain E0658`.