-
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
Rollup of 5 pull requests #91865
Rollup of 5 pull requests #91865
Conversation
It seems to apply to all doctests in the crate.
These are the rustdoc-wide options. It's easy to confuse them with options for doctests in particular, so this change should help.
This fixes an issue when displaying on iPad, where the search box had no borders.
…, r=GuillaumeGomez Add `-webkit-appearance: none` to search input This fixes an issue when displaying on iPad, where the search box had no borders. r? ``@GuillaumeGomez`` Demo https://rustdoc.crud.net/jsha/webkit-appearance-search-input/std/string/struct.String.html
…eGomez rustdoc: Reduce number of arguments for `run_test` a bit - rustdoc: Coalesce some `run_test` args as one `LangString` arg - Rename `TestOptions` to `GlobalTestOptions` - doctest: Rename `options` to `rustdoc_options`
…lcnr Fix FIXME for `generic_arg_infer` in `create_substs_for_ast_path` Fixes a FIXME, does some general refactoring of this fn, and also fixes a bug where we would use a const params defaults instead of an inference var ([playground](https://play.rust-lang.org/?version=nightly&mode=debug&edition=2021&gist=19456f65ea5dc3fcaa9b696f842ab380)) (lot of stuff in one PR but it was all so close together...) r? `@lcnr` Fixes rust-lang#91614
…r=nikomatsakis GATs outlives lint: Try to prove bounds Fixes rust-lang#91036 Fixes rust-lang#90888 Fixes rust-lang#91348 (better error + documentation to be added to linked issue) Instead of checking for bounds directly, try to prove them in the associated type environment. Also, add a bit of extra information to the error, including a link to the relevant discussion issue (rust-lang#87479). That should be edited to include a brief summary of the current state of the outlives lint, including a brief background. It also might or might not be worth it to bump this to a full error code at some point. r? ``@nikomatsakis``
Stabilize const_cstr_unchecked Closes rust-lang#90343 ``@rustbot`` modify labels: +T-libs-api
@bors r+ rollup=never p=5 |
📌 Commit ff214b7 has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (8f117a7): 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:
-webkit-appearance: none
to search input #91699 (Add-webkit-appearance: none
to search input)run_test
a bit #91846 (rustdoc: Reduce number of arguments forrun_test
a bit)generic_arg_infer
increate_substs_for_ast_path
#91847 (Fix FIXME forgeneric_arg_infer
increate_substs_for_ast_path
)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup