Skip to content

Treat TAIT equation as always ambiguous in coherence #112780

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Jun 19, 2023

Conversation

compiler-errors
Copy link
Member

@compiler-errors compiler-errors commented Jun 18, 2023

Not sure why we weren't treating all TAIT equality as ambiguous -- this behavior combined with DefineOpaqueTypes::No leads to coherence overlap failures, since we incorrectly consider impls as not overlapping because the obligation T: From<Foo> doesn't hold.

Fixes #112765

@rustbot
Copy link
Collaborator

rustbot commented Jun 18, 2023

r? @davidtwco

(rustbot has picked a reviewer for you, use r? to override)

@rustbot rustbot 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 18, 2023
@compiler-errors
Copy link
Member Author

compiler-errors commented Jun 18, 2023

r? @oli-obk cc @lcnr yall probably have opinions about this, maybe i'm dumb and overlooked an obvious reason why this PR isn't desirable and forward-compatible behavior 😅

@rustbot rustbot assigned oli-obk and unassigned davidtwco Jun 18, 2023
@rust-log-analyzer

This comment has been minimized.

@rustbot
Copy link
Collaborator

rustbot commented Jun 18, 2023

Some changes occurred in src/tools/clippy

cc @rust-lang/clippy

@@ -32,10 +32,4 @@ impl Into<u8> for ContainsVal {
}
}

type Opaque = impl Sized;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed this example because it shouldn't pass coherence.

@lcnr
Copy link
Contributor

lcnr commented Jun 19, 2023

@bors r+

@oli-obk this is small enough that we can always revert if you have something different in mind here

@bors
Copy link
Collaborator

bors commented Jun 19, 2023

📌 Commit d43683f has been approved by lcnr

It is now in the queue for this repository.

@bors bors 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 19, 2023
@lcnr lcnr assigned lcnr and unassigned oli-obk Jun 19, 2023
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Jun 19, 2023
Treat TAIT equation as always ambiguous in coherence

Not sure why we weren't treating all TAIT equality as ambiguous -- this behavior combined with `DefineOpaqueTypes::No` leads to coherence overlap failures, since we incorrectly consider impls as not overlapping because the obligation `T: From<Foo>` doesn't hold.

Fixes rust-lang#112765
bors added a commit to rust-lang-ci/rust that referenced this pull request Jun 19, 2023
…iaskrgr

Rollup of 7 pull requests

Successful merges:

 - rust-lang#109970 ([doc] `poll_fn`: explain how to `pin` captured state safely)
 - rust-lang#112705 (Simplify `Span::source_callee` impl)
 - rust-lang#112757 (Use BorrowFlag instead of explicit isize)
 - rust-lang#112768 (Rewrite various resolve/diagnostics errors as translatable diagnostics)
 - rust-lang#112777 (Continue folding in query normalizer on weak aliases)
 - rust-lang#112780 (Treat TAIT equation as always ambiguous in coherence)
 - rust-lang#112783 (Don't ICE on bound var in `reject_fn_ptr_impls`)

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit 263635b into rust-lang:master Jun 19, 2023
@rustbot rustbot added this to the 1.72.0 milestone Jun 19, 2023
@compiler-errors compiler-errors deleted the tait-is-ambig branch August 11, 2023 20:20
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant 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.

TAIT ICE: failed to resolve instance for <Foo as Into<Foo>>::into
7 participants