-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
A-parserparser issuesparser issuesA-tytype system / type inference / traits / method resolutiontype system / type inference / traits / method resolutionC-cleanupCategory: issues documenting cleanupCategory: issues documenting cleanupS-blockedStatus: marked as blocked ❌ on something else such as an RFC or other implementation work.Status: marked as blocked ❌ on something else such as an RFC or other implementation work.
Description
rust-lang/rust#108471 removed box_syntax
(don't be confused with box_patterns
, which is a distinct feature and unaffected). rustc now emits a temporary lint to replace them with Box::new()
to facilitate the migration. We should follow the removal, but I think it's best to do so only after the migration seems to be mostly done and the lint is removed.
Filing this issue so we won't forget and so we can also discuss when to remove if anyone has opinion.
Metadata
Metadata
Assignees
Labels
A-parserparser issuesparser issuesA-tytype system / type inference / traits / method resolutiontype system / type inference / traits / method resolutionC-cleanupCategory: issues documenting cleanupCategory: issues documenting cleanupS-blockedStatus: marked as blocked ❌ on something else such as an RFC or other implementation work.Status: marked as blocked ❌ on something else such as an RFC or other implementation work.