Skip to content
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

remove trivial where-bound #53

Merged
merged 1 commit into from
May 6, 2024
Merged

remove trivial where-bound #53

merged 1 commit into from
May 6, 2024

Conversation

lcnr
Copy link
Contributor

@lcnr lcnr commented May 6, 2024

This where-bound always holds as &'a mut U: Sized is trivially true.

r? @compiler-errors

@compiler-errors compiler-errors merged commit 8c2fe4a into master May 6, 2024
@compiler-errors compiler-errors deleted the lcnr-patch-1 branch May 6, 2024 18:15
@lcnr lcnr mentioned this pull request May 6, 2024
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request May 11, 2024
…crum

Update ena to 0.14.3

Includes rust-lang/ena#53, which removes a trivial `Self: Sized` bound that prevents `ena` from building on the new solver.
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request May 11, 2024
Rollup merge of rust-lang#124818 - compiler-errors:ena, r=Mark-Simulacrum

Update ena to 0.14.3

Includes rust-lang/ena#53, which removes a trivial `Self: Sized` bound that prevents `ena` from building on the new solver.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants