-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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 #99187
Rollup of 5 pull requests #99187
Conversation
…n the layout_scalar_valid_range logic
…Simulacrum allow unions with mutable references and tuples of allowed types We currently allow shared references in unions, but not mutable references. That seems somewhat inconsistent. So let's allow all references, and while we are at it, let's make sure the set of allowed types is closed under tuples. This will need T-lang FCP (at least). Then remove the `tagged_unions` feature, since we do not plan to stabilize any more of it. Closes rust-lang#55149
`UnsafeCell` blocks niches inside its nested type from being available outside fixes rust-lang#87341 This implements the plan by `@eddyb` in rust-lang#87341 (comment) Somewhat related PR (not strictly necessary, but that cleanup made this PR simpler): rust-lang#94527
…non_exhaustive, r=oli-obk check non_exhaustive attr and private fields for transparent types Fixes rust-lang#78586.
Add some autolabels for A-bootstrap and T-infra
…=lnicola ⬆️ rust-analyzer r? ``@ghost``
@bors r+ rollup=never p=5 |
⌛ Testing commit de5950f with merge ada51e60893f55e3da2eaf1c8e3cde8440fb8e0f... |
💔 Test failed - checks-actions |
The job Click to see the possible cause of the failure (guessed by this bot)
|
The job Click to see the possible cause of the failure (guessed by this bot)
|
⌛ Testing commit de5950f with merge 123d1811afdced5558d8b6b4493f403be7272cf3... |
⌛ Testing commit de5950f with merge 1ea6b9eda41b69a8cbd489d82b783cc466c38fd2... |
The job Click to see the possible cause of the failure (guessed by this bot)
|
💔 Test failed - checks-actions |
The job Click to see the possible cause of the failure (guessed by this bot)
|
Successful merges:
UnsafeCell
blocks niches inside its nested type from being available outside #99011 (UnsafeCell
blocks niches inside its nested type from being available outside)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup