Remove old diagnostic notes for type ascription syntax
Type ascription syntax was removed in 2023.
This commit is contained in:
parent
efb1e3d676
commit
4d6ae78fa2
26 changed files with 1 additions and 62 deletions
|
@ -771,10 +771,6 @@ impl<'a> Parser<'a> {
|
|||
Applicability::MaybeIncorrect,
|
||||
);
|
||||
}
|
||||
if self.psess.unstable_features.is_nightly_build() {
|
||||
// FIXME(Nilstrieb): Remove this again after a few months.
|
||||
err.note("type ascription syntax has been removed, see issue #101728 <https://github.com/rust-lang/rust/issues/101728>");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue