-
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
Rollup of 5 pull requests #91350
Rollup of 5 pull requests #91350
Conversation
This is similar to the note on [Python's `os.symlink()`](https://docs.python.org/3/library/os.html#os.symlink). Some additional notes in dimo414/bkt#3.
When `-C remark=...` option is specified multiple times, accumulate all values instead of using only the last one.
Add a caveat to std::os::windows::fs::symlink_file This is similar to the note on [Python's `os.symlink()`](https://docs.python.org/3/library/os.html#os.symlink). Some additional notes in dimo414/bkt#3.
…Mark-Simulacrum Add demonstration test for rust-lang#91161 Since cross-crate things are hard to demonstrate in playground, here's a test showing that something currently works that shouldn't. cc rust-lang#91161 that tracks fixing the problem (and updating this test)
Delete an unreachable codepath from format_args implementation
Remove unused root_parent.
…ikic Accumulate all values of `-C remark` option When `-C remark=...` option is specified multiple times, accumulate all values instead of using only the last one. r? `@nikic`
@bors r+ rollup=never p=5 |
📌 Commit e15e0ba has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (8b95491): comparison url. Summary: This benchmark run did not return any relevant changes. If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression |
Successful merges:
#[non_exhaustive]
on variant should block cross-crateas
casts #91161)-C remark
option #91349 (Accumulate all values of-C remark
option)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup