-
Notifications
You must be signed in to change notification settings - Fork 19
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
Normalize in orphan check #104
Labels
roadmap-tracking-issue
Tracks an item on our types team roadmap.
Milestone
Comments
nikomatsakis
added
the
roadmap-tracking-issue
Tracks an item on our types team roadmap.
label
Oct 11, 2023
Update: WIP PR by @fmease in rust-lang/rust#117164 |
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Feb 26, 2024
Normalize trait ref before orphan check & consider ty params in alias types to be uncovered Fixes rust-lang#99554, fixes rust-lang/types-team#104. Supersedes rust-lang#100555. r? lcnr
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Apr 30, 2024
Lazily normalize inside trait ref during orphan check & consider ty params in rigid alias types to be uncovered Fixes rust-lang#99554, fixes rust-lang/types-team#104. Fixes rust-lang#114061. Supersedes rust-lang#100555. Tracking issue for the future compatibility lint: rust-lang#124559. r? lcnr
We now normalize during orphanck and treat ty params in rigid alias tys to be uncovered. However, for projections specifically, we don't emit a hard error but just a future-incompat dont-report-in-deps warn-by-default lint (tracked in rust-lang/rust#124559). |
github-actions bot
pushed a commit
to rust-lang/miri
that referenced
this issue
May 3, 2024
Lazily normalize inside trait ref during orphan check & consider ty params in rigid alias types to be uncovered Fixes #99554, fixes rust-lang/types-team#104. Fixes #114061. Supersedes #100555. Tracking issue for the future compatibility lint: #124559. r? lcnr
lnicola
pushed a commit
to lnicola/rust-analyzer
that referenced
this issue
May 18, 2024
Lazily normalize inside trait ref during orphan check & consider ty params in rigid alias types to be uncovered Fixes #99554, fixes rust-lang/types-team#104. Fixes #114061. Supersedes #100555. Tracking issue for the future compatibility lint: #124559. r? lcnr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: