Skip to content

Add more tests that exercise the well-formedness checking of lazy type aliases - #157697

Merged
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
fmease:lta-more-wf-tests
Jun 11, 2026
Merged

Add more tests that exercise the well-formedness checking of lazy type aliases#157697
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
fmease:lta-more-wf-tests

Conversation

@fmease

@fmeasefmease commented Jun 10, 2026

Copy link
Copy Markdown
Member

Split out of PR #141030. No behavioral changes.

@rustbotrustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Jun 10, 2026
@rustbot

Copy link
Copy Markdown
Collaborator

r? @TaKO8Ki

rustbot has assigned @TaKO8Ki.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

Why was this reviewer chosen?

The reviewer was selected based on:

  • Owners of files modified in this PR: compiler
  • compiler expanded to 73 candidates
  • Random selection from 18 candidates

@fmease
fmeaseforce-pushed the lta-more-wf-tests branch from 2c35a49 to 32a2f0cCompareJune 10, 2026 10:04
@TaKO8Ki

Copy link
Copy Markdown
Member

@bors r+ rollup

@rust-bors

rust-borsBot commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

📌 Commit 32a2f0c has been approved by TaKO8Ki

It is now in the queue for this repository.

@rust-borsrust-borsBot added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jun 10, 2026
jhpratt added a commit to jhpratt/rust that referenced this pull request Jun 10, 2026
Add more tests that exercise the well-formedness checking of lazy type aliases
Split out of PR rust-lang#141030. No behavioral changes.
@jhprattjhpratt mentioned this pull request Jun 10, 2026
rust-borsBot pushed a commit that referenced this pull request Jun 10, 2026
Rollup of 23 pull requests
Successful merges:
- #157280 (traits: Allow escaping self types in ExistentialTraitRef::with_self_ty)
- #157282 (Fix post-monomorphization error note race in the parallel frontend)
- #157352 (Make the retained dep graph deterministic under the parallel frontend)
- #157601 (Emit error for unused target expression in glob and list delegations)
- #157611 (Update `browser-ui-test` version to `0.24.0`)
- #157620 (Add a strategy FnMut to inject behavior into the flush cycle)
- #157645 (Windows TLS - Only register the `atexit` hook when `cleanup` can be unloaded)
- #157647 (Start using comptime for reflection intrinsics and their wrapper functions)
- #157719 (resolve: Partially revert "Remove a special case for dummy imports")
- #156497 (fix-155516: Don't suggest wrong unwrap expect)
- #156583 (Support defaults for static EIIs)
- #157013 (Ensure inferred let pattern types are well-formed)
- #157230 (borrowck: avoid ICE describing fields on generic params)
- #157288 (platform support: add SNaN erratum to MIPS targets)
- #157350 (compiletest: ignore SVG `y` offset in by-lines comparison)
- #157355 (Add `or_try_*` variants for `HashMap` and `BTreeMap` Entry APIs)
- #157384 (Add `#[rustc_dump_generics]` attribute)
- #157577 (Fix parser error recovery treating 'dyn' as a strict keyword in Rust 2015 when used in `dyn + dyn`)
- #157670 (Rename `errors.rs` file to `diagnostics.rs` (4/N))
- #157691 (Move symbol hiding code to a new file)
- #157697 (Add more tests that exercise the well-formedness checking of lazy type aliases)
- #157700 (Rename `errors.rs` file to `diagnostics.rs` (5/N))
- #157703 (Fix doc link to Instant sub in saturating caveat)
Failed merges:
- #157699 (Arg splat experiment - hir FnDecl impl)
rust-borsBot pushed a commit that referenced this pull request Jun 11, 2026
Rollup of 23 pull requests
Successful merges:
- #157280 (traits: Allow escaping self types in ExistentialTraitRef::with_self_ty)
- #157282 (Fix post-monomorphization error note race in the parallel frontend)
- #157352 (Make the retained dep graph deterministic under the parallel frontend)
- #157601 (Emit error for unused target expression in glob and list delegations)
- #157611 (Update `browser-ui-test` version to `0.24.0`)
- #157620 (Add a strategy FnMut to inject behavior into the flush cycle)
- #157645 (Windows TLS - Only register the `atexit` hook when `cleanup` can be unloaded)
- #157647 (Start using comptime for reflection intrinsics and their wrapper functions)
- #157719 (resolve: Partially revert "Remove a special case for dummy imports")
- #156497 (fix-155516: Don't suggest wrong unwrap expect)
- #156583 (Support defaults for static EIIs)
- #157013 (Ensure inferred let pattern types are well-formed)
- #157230 (borrowck: avoid ICE describing fields on generic params)
- #157288 (platform support: add SNaN erratum to MIPS targets)
- #157350 (compiletest: ignore SVG `y` offset in by-lines comparison)
- #157355 (Add `or_try_*` variants for `HashMap` and `BTreeMap` Entry APIs)
- #157384 (Add `#[rustc_dump_generics]` attribute)
- #157577 (Fix parser error recovery treating 'dyn' as a strict keyword in Rust 2015 when used in `dyn + dyn`)
- #157670 (Rename `errors.rs` file to `diagnostics.rs` (4/N))
- #157691 (Move symbol hiding code to a new file)
- #157697 (Add more tests that exercise the well-formedness checking of lazy type aliases)
- #157700 (Rename `errors.rs` file to `diagnostics.rs` (5/N))
- #157703 (Fix doc link to Instant sub in saturating caveat)
Failed merges:
- #157699 (Arg splat experiment - hir FnDecl impl)
@rust-bors
rust-borsBot merged commit 32a2f0c into rust-lang:mainJun 11, 2026
12 checks passed
@rustbotrustbot added this to the 1.98.0 milestone Jun 11, 2026
@fmease
fmease deleted the lta-more-wf-tests branch June 11, 2026 11:25
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@fmease@rustbot@TaKO8Ki