-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Terminate --print link-args
output with newline
#127512
Terminate --print link-args
output with newline
#127512
Conversation
rustbot has assigned @compiler-errors. Use |
Would be good to update |
yeah, r=me after adding a test @rustbot author |
This PR modifies cc @jieyouxu |
Test added. @rustbot ready |
Pretty sure I don't have permission to do this, but given #127512 (comment)... @bors r=compiler-errors rollup |
@eggyal: 🔑 Insufficient privileges: Not in reviewers |
@eggyal: 🔑 Insufficient privileges: not in try users |
@bors r+ rollup |
Rollup of 9 pull requests Successful merges: - rust-lang#125206 (Simplify environment variable examples) - rust-lang#126271 (Skip fast path for dec2flt when optimize_for_size) - rust-lang#126776 (Clean up more comments near use declarations) - rust-lang#127444 (`impl Send + Sync` and override `count` for the `CStr::bytes` iterator) - rust-lang#127512 (Terminate `--print link-args` output with newline) - rust-lang#127792 (std: Use `read_unaligned` for reads from DWARF) - rust-lang#127807 (Use futex.rs for Windows thread parking) - rust-lang#127833 (zkvm: add `#[forbid(unsafe_op_in_unsafe_fn)]` in `stdlib`) - rust-lang#127836 (std: Forbid unwrapped unsafe ops in xous and uefi modules) Failed merges: - rust-lang#127813 (Prevent double reference in generic futex) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#127512 - eggyal:newline-terminate-print-linkargs, r=compiler-errors Terminate `--print link-args` output with newline Fixes rust-lang#127507
Fixes #127507