-
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
Fixup parsing of rustc_never_type_options
attribute
#123320
Conversation
Copy paste error strike again..
@bors r+ rollup |
…ons, r=compiler-errors Fixup parsing of `rustc_never_type_options` attribute rust-lang#122843 had a copy paste error, which I did not caught when testing. r? `@compiler-errors`
…ons, r=compiler-errors Fixup parsing of `rustc_never_type_options` attribute rust-lang#122843 had a copy paste error, which I did not caught when testing. r? ``@compiler-errors``
…ons, r=compiler-errors Fixup parsing of `rustc_never_type_options` attribute rust-lang#122843 had a copy paste error, which I did not caught when testing. r? ```@compiler-errors```
…kingjubilee Rollup of 3 pull requests Successful merges: - rust-lang#123320 (Fixup parsing of `rustc_never_type_options` attribute) - rust-lang#123323 (std::thread: set_name change for solaris/illumos.) - rust-lang#123327 (Update `ParamEnv` docs) r? `@ghost` `@rustbot` modify labels: rollup
☀️ Test successful - checks-actions |
Finished benchmarking commit (1684a75): 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)This benchmark run did not return any relevant results for this metric. 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: 666.866s -> 668.149s (0.19%) |
#122843 had a copy paste error, which I did not caught when testing.
r? @compiler-errors