-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Custom lifetime error for impl
item doesn't conform to trait
#65068
Conversation
r? @zackmdavis (rust_highfive has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
src/librustc/infer/error_reporting/nice_region_error/trait_impl_difference.rs
Outdated
Show resolved
Hide resolved
src/librustc/infer/error_reporting/nice_region_error/trait_impl_difference.rs
Outdated
Show resolved
Hide resolved
0e57ace
to
be07592
Compare
src/librustc/infer/error_reporting/nice_region_error/trait_impl_difference.rs
Outdated
Show resolved
Hide resolved
This comment has been minimized.
This comment has been minimized.
0c58dbf
to
1e95b5c
Compare
This comment has been minimized.
This comment has been minimized.
Ping from triage: @nikomatsakis Can you please review this PR? Thanks |
📌 Commit 3aba2d0 has been approved by |
…nikomatsakis Custom lifetime error for `impl` item doesn't conform to `trait` Partly addresses rust-lang#42706, rust-lang#41343, fix rust-lang#40900.
⌛ Testing commit 3aba2d0 with merge e097c19d6d8d9564b54923c2903baad9a990bbb2... |
…nikomatsakis Custom lifetime error for `impl` item doesn't conform to `trait` Partly addresses rust-lang#42706, rust-lang#41343, fix rust-lang#40900.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This causes issues in at least `dist-i586-gnu-i586-i686-musl`, possibly others.
3aba2d0
to
213fd1f
Compare
@bors r=nikomatsakis Made that test ignore x86 targets to get around different platform output discrepancies when a |
📌 Commit 213fd1f has been approved by |
…nikomatsakis Custom lifetime error for `impl` item doesn't conform to `trait` Partly addresses rust-lang#42706, rust-lang#41343, fix rust-lang#40900.
☀️ Test successful - checks-azure |
Partly addresses #42706, #41343, fix #40900.