-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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 Result #67685
Constify Result #67685
Conversation
So... while this is very const eval related, it's also T-libs. I'm not sure how to take these PRs. @rust-lang/libs are you ok with me r+ing PRs that make functions Some of these even use features that prevent the |
@oli-obk, yes I think you should feel free to r+ PRs that add unstable constness to the standard library. |
ok cool, thx @bors r+ |
📌 Commit ccaad2e5bce79a87178d5b8ba442bc666f99cc65 has been approved by |
ccaad2e
to
a145b80
Compare
huh? Why did you force push? |
also ccing #67520 here so the issue knows about this PR |
Sorry, post coming late. Tidy fixes
Oliver Scherer <[email protected]> schrieb am So., 29. Dez. 2019,
15:35:
… also ccing #67520 <#67520> here
so the issue knows about this PR
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#67685?email_source=notifications&email_token=AAYAXIFUDSALYYZ6QR3NS73Q3CYUDA5CNFSM4KAR3H6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHZAZZA#issuecomment-569511140>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAYAXIE4KISCKA272VHBT2DQ3CYUDANCNFSM4KAR3H6A>
.
|
@bors r+ |
📌 Commit a145b80 has been approved by |
Constify Result r? @oli-obk This is just the `Result`-part of rust-lang#67494 which I'll resubmit once rust-lang#66254 has landed.
a145b80
to
954c432
Compare
rebased |
@bors r=oli-obk |
📌 Commit 954c432 has been approved by |
Constify Result r? @oli-obk This is just the `Result`-part of rust-lang#67494 which I'll resubmit once rust-lang#66254 has landed.
Rollup of 6 pull requests Successful merges: - #67574 (Extract `rustc_ast_lowering` crate from `rustc`) - #67685 (Constify Result) - #67702 (Add symbol normalization for proc_macro_server.) - #67730 (Cleanup pattern type checking, fix diagnostics bugs (+ improvements)) - #67744 (parser: reduce diversity in error handling mechanisms) - #67748 (Use function attribute "frame-pointer" instead of "no-frame-pointer-elim") Failed merges: r? @ghost
r? @oli-obk
This is just the
Result
-part of #67494 which I'll resubmit once #66254 has landed.