-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Fix missing newline trim in bootstrap #142374
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
Failed to set assignee to
|
r? @onur-ozkan rustbot has assigned @onur-ozkan. Use |
This PR modifies If appropriate, please update |
r? @jieyouxu |
@bors r=tmiasko |
@bors rollup |
This comment has been minimized.
This comment has been minimized.
@bors r- Sigh. |
@bors r+ |
Rollup of 9 pull requests Successful merges: - #142305 (Remove unneeded `check_id` calls as they are already called in `visit_id` in `EarlyContextAndPass` type) - #142314 (remove ice group pings from `triagebot.toml`) - #142343 (remove myself from the project) - #142346 (Add tracing import to execution context) - #142356 (Fix enter_trace_span!() using wrong $crate paths) - #142362 (Add expectation for `{` when parsing lone coroutine qualifiers) - #142364 (Do not warn on `rust.incremental` when using download CI rustc) - #142369 (Improve some attribute docs and rename groups) - #142374 (Fix missing newline trim in bootstrap) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of #142374 - Kobzol:fix-newline, r=tmiasko Fix missing newline trim in bootstrap Fixes [this comment](https://github.com/rust-lang/rust/pull/141909/files#r2140632918). Fixes: #142350
Fixes this comment.
Fixes: #142350