-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Improve core::ascii
coverage
#146474
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
Improve core::ascii
coverage
#146474
Conversation
|
🙏 I know that I reviewed a couple of your PRs opportunistically, but I am still working on clearing my queue and even evaluating whether a PR is simple enough to "just glance at and r+" can be a tad costly. r? libs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks great, can you squash the commits?
b79744c
to
e652f97
Compare
@Noratrieb this is ready again |
@bors r+ rollup |
Rollup of 5 pull requests Successful merges: - #146442 (Display ?Sized, const, and lifetime parameters in trait item suggestions across a crate boundary) - #146474 (Improve `core::ascii` coverage) - #146605 (Bump rustfix 0.8.1 -> 0.8.7) - #146611 (bootstrap: emit hint if a config key is used in the wrong section) - #146618 (Do not run ui test if options specific to LLVM are used when another codegen backend is used) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of #146474 - ferrocene:pvdrz/improve-ascii-coverage, r=Noratrieb Improve `core::ascii` coverage This PR improves the `core::ascii` coverage by adding a new test to `coretests` r? `@workingjubilee`
This PR improves the
core::ascii
coverage by adding a new test tocoretests
r? @workingjubilee