diff options
| author | The Miri Cronjob Bot <miri@cron.bot> | 2024-07-04 05:01:57 +0000 |
|---|---|---|
| committer | The Miri Cronjob Bot <miri@cron.bot> | 2024-07-04 05:01:57 +0000 |
| commit | d24bfd48b25a3aced787a774c9d679956f164cc6 (patch) | |
| tree | d3be0ce1b9ff8dada8e736c6921bb9b5c134dffd /compiler/rustc_parse/src/errors.rs | |
| parent | 5c2946a4beb927d5c34519d5310b6507efb91724 (diff) | |
| parent | 66b4f0021bfb11a8c20d084c99a40f4a78ce1d38 (diff) | |
| download | rust-d24bfd48b25a3aced787a774c9d679956f164cc6.tar.gz rust-d24bfd48b25a3aced787a774c9d679956f164cc6.zip | |
Merge from rustc
Diffstat (limited to 'compiler/rustc_parse/src/errors.rs')
| -rw-r--r-- | compiler/rustc_parse/src/errors.rs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/compiler/rustc_parse/src/errors.rs b/compiler/rustc_parse/src/errors.rs index 8d49887f164..6894f470d88 100644 --- a/compiler/rustc_parse/src/errors.rs +++ b/compiler/rustc_parse/src/errors.rs @@ -2568,14 +2568,6 @@ pub(crate) struct BadReturnTypeNotationOutput { } #[derive(Diagnostic)] -#[diag(parse_bad_return_type_notation_dotdot)] -pub(crate) struct BadReturnTypeNotationDotDot { - #[primary_span] - #[suggestion(code = "", applicability = "maybe-incorrect")] - pub span: Span, -} - -#[derive(Diagnostic)] #[diag(parse_bad_assoc_type_bounds)] pub(crate) struct BadAssocTypeBounds { #[primary_span] |
