-
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
Rollup of 2 pull requests #123592
Rollup of 2 pull requests #123592
Conversation
Currently rustdoc silently does nothing if it isn't aware of the specified primitive type. Change this to raise an error instead.
…-error, r=fmease Emit an error when `rustc_doc_primitive` has an unknown value Currently rustdoc silently does nothing. Change this to raise an error instead.
sys_common::thread_local_key: make a note that this is not used on Windows This just confused me for a while. I don't have the time to clean it up but I can at least leave a note for the next wary traveler.
@bors r+ rollup=never p=2 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: 4e431fad67 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (e78913b): comparison URL. Overall result: ❌✅ regressions and improvements - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 667.449s -> 667.569s (0.02%) |
Successful merges:
rustc_doc_primitive
has an unknown value #123584 (Emit an error whenrustc_doc_primitive
has an unknown value)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup