-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Constify (most) Option
methods
#91928
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Ah. The bootstrap compiler does not yet have the param env fix. that is why this build is failing. |
This comment has been minimized.
This comment has been minimized.
Please point the feature gates at the const trait impls tracking issue r=me with that |
805f357
to
f141bed
Compare
I made a library tracking issue and changed it to point at that instead. I feel like we shouldn't point library feature to the language feature tracking issue. @bors r=oli-obk |
📌 Commit f141bed has been approved by |
Constify (most) `Option` methods r? `@oli-obk`
…askrgr Rollup of 7 pull requests Successful merges: - rust-lang#87901 (Fix suggestion of additional `pub` when using `pub pub fn ...`) - rust-lang#89090 (Lint bare traits in AstConv.) - rust-lang#91818 (Show the unused type for `unused_results` lint) - rust-lang#91910 (miri: lift restriction on extern types being the only field in a struct) - rust-lang#91928 (Constify (most) `Option` methods) - rust-lang#91975 (Move generator check earlier in inlining.) - rust-lang#92016 (builtin_macros: allow external consumers for AsmArgs parsing) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
r? @oli-obk