-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Regresion in rustls-0.5.7, Rust 1.17 #40963
Comments
This was #40487 and rustls/rustls#57, fixed in rustls 0.5.8 |
Out of curiosity, do we know the PR to rust that caused this regression? |
@jseyfried look familiar? |
Would be good to have the PR that caused this. |
@nagisa says this is on beta too. |
@jseyfried I don't understand the connection between the PR you linked to and this regression. Can you explain more? |
@withoutboats Whoops, though I was commenting on #40966 -- moved the comment there. |
I'm confused why this would have ever worked? Isn't the correct name |
My guess would be "for some reason the check for unused attributes used to not work within that context for some reason before." |
IMO removing the error is hardly justifiable, and should be considered a bug fix. |
By this do you mean "it's ok that we fixed this bug, even though it caused a regression"? If so, I am inclined to agree; plausible we could use a warning period, but maybe not worth it if only this crate is affected. |
As discussed above, this outcome is the result of a bug fix (where a use of an unknown attribute is now being rejected by the compiler). Compiler team has decided that Adding a warning cycle for this bug at this point is not warranted |
/~https://github.com/ctz/rustls
cc @cristicbz
The text was updated successfully, but these errors were encountered: