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
BoxyUwU opened this issue
Feb 14, 2023
· 0 comments
Labels
A-metaArea: Issues & PRs about the rust-lang/rust repository itselfS-blockedStatus: Blocked on something else such as an RFC or other implementation work.
I do not think it is a good idea for rustc to be depending on incomplete features, it doesn't feel particularly fair to people working on said features that when they attempt to make progress on a broken feature they would have to deal with cfg(bootstrap) pain and generally fixing rustc itself from usage of the feature. Also just generally depending on broken or unsound features in rustc is probably not good 😆
Recently stumbled on #107937 which attempts to enable generic_const_expr a (very) broken/incomplete feature.
As far as I can tell there's only one usage of allow(incomplete_features) and that's to enable adt_const_params which will likely be moved off of incomplete_features soonish
The text was updated successfully, but these errors were encountered:
BoxyUwU
added
S-blocked
Status: Blocked on something else such as an RFC or other implementation work.
A-meta
Area: Issues & PRs about the rust-lang/rust repository itself
labels
Feb 14, 2023
A-metaArea: Issues & PRs about the rust-lang/rust repository itselfS-blockedStatus: Blocked on something else such as an RFC or other implementation work.
I do not think it is a good idea for rustc to be depending on incomplete features, it doesn't feel particularly fair to people working on said features that when they attempt to make progress on a broken feature they would have to deal with
cfg(bootstrap)
pain and generally fixing rustc itself from usage of the feature. Also just generally depending on broken or unsound features in rustc is probably not good 😆Recently stumbled on #107937 which attempts to enable
generic_const_expr
a (very) broken/incomplete feature.As far as I can tell there's only one usage of
allow(incomplete_features)
and that's to enableadt_const_params
which will likely be moved off ofincomplete_features
soonishThe text was updated successfully, but these errors were encountered: