diff options
| author | Michael Goulet <michael@errs.io> | 2023-12-05 21:45:01 +0000 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2023-12-08 17:23:26 +0000 |
| commit | a208bae00e1031ef3d7bb922c4f68cbbc362900c (patch) | |
| tree | e83c38650a09047aebaf2f08a36110468854d6ff /compiler/rustc_parse/src/errors.rs | |
| parent | 2806c2df7ba6eaaaf3e8ea82a10a3546977e070d (diff) | |
| download | rust-a208bae00e1031ef3d7bb922c4f68cbbc362900c.tar.gz rust-a208bae00e1031ef3d7bb922c4f68cbbc362900c.zip | |
Support async gen fn
Diffstat (limited to 'compiler/rustc_parse/src/errors.rs')
| -rw-r--r-- | compiler/rustc_parse/src/errors.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/compiler/rustc_parse/src/errors.rs b/compiler/rustc_parse/src/errors.rs index 45f950db5c3..bc53ab83439 100644 --- a/compiler/rustc_parse/src/errors.rs +++ b/compiler/rustc_parse/src/errors.rs @@ -563,13 +563,6 @@ pub(crate) struct GenFn { } #[derive(Diagnostic)] -#[diag(parse_async_gen_fn)] -pub(crate) struct AsyncGenFn { - #[primary_span] - pub span: Span, -} - -#[derive(Diagnostic)] #[diag(parse_comma_after_base_struct)] #[note] pub(crate) struct CommaAfterBaseStruct { |
