-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Make rustc_parse_format compile on stable #96558
Conversation
r? @davidtwco (rust-highfive has picked a reviewer for you, use r? to override) |
I'm not entirely happy about the effect of having to duplicate |
This comment has been minimized.
This comment has been minimized.
I guess a tiny r=me if you are happy to land this as-is |
This allows it to be used by lightweight formatting systems and may allow it to be used by rust-analyzer.
3296543
to
d33140d
Compare
Yeah, that is probably not worth it. Squashed the clippy fix commit into the main commit. I did like to do a perf run first as I may have accidentally increased the amount of @bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit d33140d with merge b26869b840546ef3956907d70a0583f41280919d... |
Looks like bors didn't notice that the try job succeeded. @rust-timer build b26869b840546ef3956907d70a0583f41280919d |
Queued b26869b840546ef3956907d70a0583f41280919d with parent 468492c, future comparison URL. |
Finished benchmarking commit (b26869b840546ef3956907d70a0583f41280919d): comparison url. Summary: This benchmark run did not return any relevant results. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. Benchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. While you can manually mark this PR as fit for rollup, we strongly recommend not doing so since this PR may lead to changes in compiler perf. @bors rollup=never |
@bors r=davidtwco |
📌 Commit d33140d has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (e1b71fe): comparison url. Summary: This benchmark run did not return any relevant results. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
…dtwco Make rustc_parse_format compile on stable This allows it to be used by lightweight formatting systems and may allow it to be used by rust-analyzer.
This allows it to be used by lightweight formatting systems and may allow it to be used by rust-analyzer.