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

Regression: Sized not satisfied #37019

Closed
alexcrichton opened this issue Oct 7, 2016 · 3 comments
Closed

Regression: Sized not satisfied #37019

alexcrichton opened this issue Oct 7, 2016 · 3 comments
Labels
regression-from-stable-to-beta Performance or correctness regression from stable to beta. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Comments

@alexcrichton
Copy link
Member

A stable-to-beta crater report shows regressions related to

error[E0277]�(B: the trait bound `Self: std::marker::Sized` is not satisfied�(B 

I'm opening an issue to ensure that we're tracking these regressions and they're either expected (so we can close), this is a dupe (so we can close), or we can fix (and then close!)

cc @rust-lang/compiler

@alexcrichton alexcrichton added I-nominated T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. regression-from-stable-to-beta Performance or correctness regression from stable to beta. labels Oct 7, 2016
@nikomatsakis
Copy link
Contributor

This is related to #33242. We turned that warning into a hard error in #34982, which included a thorough survey of users (some of which are listed above).

@nikomatsakis
Copy link
Contributor

In other words: expected. :)

@alexcrichton
Copy link
Member Author

Yay! In that case I'll close this in favor of the previous discussions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
regression-from-stable-to-beta Performance or correctness regression from stable to beta. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

2 participants