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
Auto merge of rust-lang#128674 - weiznich:fix/respect_do_not_recommend_feature, r=<try>
Do not apply `#[do_not_recommend]` if the feature flag is not set
This commit adds additional checks for the feature flag as apparently it is possible to use this on a beta compiler without feature flags. This PR might be a candidate for backporting.
Reported in the bevy issue tracker: bevyengine/bevy#14591 (comment)
r? `@compiler-errors`
0 commit comments