Rollup of 6 pull requests#104869
Closed
matthiaskrgr wants to merge 20 commits intorust-lang:masterfrom
Closed
Conversation
`Lit::from_included_bytes` calls `Lit::from_lit_kind`, but the two call sites only need the resulting `token::Lit`, not the full `ast::Lit`. This commit changes those call sites to use `LitKind::to_token_lit`, which means `from_included_bytes` can be removed.
We already use a mix of `Literal` and `Lit`. The latter is better because it is shorter without causing any ambiguity.
These have been shipped on stable for many years now and it would be very disruptive to ever remove them. Remove the `-preview` suffix from their dist components.
Don't set `is_preview` for clippy and rustfmt These have been shipped on stable for many years now and it would be very disruptive to ever remove them. Remove the `-preview` suffix from their dist components. Based on rust-lang#102565.
…safe_fn, r=Mark-Simulacrum Add `#![deny(unsafe_op_in_unsafe_fn)]` in liballoc tests In rust-lang#104647 (comment) it was mentioned that liballoc tests should probably have this enabled (we have it pretty much everywhere else in the stdlib), so I added it. This will probably conflict with rust-lang#104647 so I'll rebase after that lands.
…r=JohnTitor unstable-book: Add page for the `abi_efiapi` feature Tracking issue for `abi_efiapi`: rust-lang#65815
…enkov Rename `ast::Lit` as `ast::MetaItemLit`. And some other literal cleanups. r? `@petrochenkov`
…=jackh726 Assert that we don't capture escaping bound vars in `Fn` trait selection Fixes rust-lang#104825
…-css-migration, r=notriddle Migrate source code elements style to CSS variables r? `@notriddle`
Member
Author
|
@bors r+ rollup=never p=6 |
Collaborator
Collaborator
|
⌛ Testing commit b20dcf6 with merge ebc1b793bf198e919b2a629e2a43ccfeedd53635... |
Collaborator
|
The job Click to see the possible cause of the failure (guessed by this bot) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Successful merges:
is_previewfor clippy and rustfmt #103648 (Don't setis_previewfor clippy and rustfmt)#![deny(unsafe_op_in_unsafe_fn)]in liballoc tests #104654 (Add#![deny(unsafe_op_in_unsafe_fn)]in liballoc tests)abi_efiapifeature #104793 (unstable-book: Add page for theabi_efiapifeature)ast::Litasast::MetaItemLit. #104804 (Renameast::Litasast::MetaItemLit.)Fntrait selection #104841 (Assert that we don't capture escaping bound vars inFntrait selection)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup