-
Notifications
You must be signed in to change notification settings - Fork 14k
Constify ControlFlow methods without unstable bounds
#148248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
rustbot has assigned @Mark-Simulacrum. Use |
Yes. |
a706598 to
c4f6f7a
Compare
ControlFlow methodsControlFlow methods without unstable bounds
|
Moved the |
|
I think we usually have a tracking issue for this? Let's cut one, add it to the const unstable declarations, and then r=me on this. |
|
@Mark-Simulacrum done. I created separate issues for each PR to avoid headache with partial stabilization. |
|
@bors r+ |
Rollup of 4 pull requests Successful merges: - #148248 (Constify `ControlFlow` methods without unstable bounds) - #148285 (Constify `ControlFlow` methods with unstable bounds) - #148510 (compiletest: Do the known-directives check only once, and improve its error message) - #148655 (Fix invalid macro tag generation for keywords which can be followed by values) r? `@ghost` `@rustbot` modify labels: rollup
Feature:
min_const_control_flowTracking issue: #148738
This PR constifies some of the methods on
ControlFlow.