Remove let_chains feature

This commit is contained in:
Cameron Steffen
2025-06-29 13:06:21 -05:00
parent ed2d759783
commit dc9879cb3d
39 changed files with 1053 additions and 1194 deletions

View File

@@ -1778,6 +1778,13 @@ pub(crate) struct AsyncBoundModifierIn2015 {
pub help: HelpUseLatestEdition,
}
#[derive(Diagnostic)]
#[diag(parse_let_chain_pre_2024)]
pub(crate) struct LetChainPre2024 {
#[primary_span]
pub span: Span,
}
#[derive(Diagnostic)]
#[diag(parse_self_argument_pointer)]
pub(crate) struct SelfArgumentPointer {