Remove non-useful code path.

It has no effect on anything in the test suite.
This commit is contained in:
Nicholas Nethercote 2024-03-20 08:48:38 +11:00
parent dbed10a6a2
commit b7f3b714da
3 changed files with 0 additions and 19 deletions

View file

@ -850,13 +850,6 @@ pub(crate) struct StructLiteralNotAllowedHereSugg {
pub right: Span,
}
#[derive(Diagnostic)]
#[diag(parse_invalid_interpolated_expression)]
pub(crate) struct InvalidInterpolatedExpression {
#[primary_span]
pub span: Span,
}
#[derive(Diagnostic)]
#[diag(parse_invalid_literal_suffix_on_tuple_index)]
pub(crate) struct InvalidLiteralSuffixOnTupleIndex {