You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lowr opened this issue
Apr 6, 2023
· 0 comments
· Fixed by #15557
Labels
A-parserparser issuesA-tytype system / type inference / traits / method resolutionC-cleanupCategory: issues documenting cleanupS-blockedStatus: marked as blocked ❌ on something else such as an RFC or other implementation work.
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.
The text was updated successfully, but these errors were encountered:
lowr
added
A-ty
type system / type inference / traits / method resolution
A-parser
parser issues
S-blocked
Status: marked as blocked ❌ on something else such as an RFC or other implementation work.
C-cleanup
Category: issues documenting cleanup
labels
Apr 6, 2023
A-parserparser issuesA-tytype system / type inference / traits / method resolutionC-cleanupCategory: issues documenting cleanupS-blockedStatus: marked as blocked ❌ on something else such as an RFC or other implementation work.
rust-lang/rust#108471 removed
box_syntax
(don't be confused withbox_patterns
, which is a distinct feature and unaffected). rustc now emits a temporary lint to replace them withBox::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.
The text was updated successfully, but these errors were encountered: