Revisit trailing tokens in assert! #69531
Labels
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
C-future-incompatibility
Category: Future-incompatibility lints
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
E-help-wanted
Call for participation: Help is requested to fix this issue.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
About 10 months ago it was necessary to permit typos to become temporary non-errors due to #60024 slipping into a stable release. Since #60039, the compiler has issued a "this will become an error" warning for a subset of accidentally-allowed uses (Playground):
Version: 1.43.0 2020-02-26 nightly
Since the fix has been in for far longer than the bug, it would be great to close the loop on this by removing the special cases or converting them to errors.
The text was updated successfully, but these errors were encountered: