-
Notifications
You must be signed in to change notification settings - Fork 522
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 outdated text about wfx implies #2211
remove outdated text about wfx implies #2211
Conversation
Hey, thank you for the PR! However you should remove the text in https://rustc-dev-guide.rust-lang.org/solve/invariants.html#wfx-implies-wfnormalizex- instead, see the issue. |
4f5fdb9
to
2589421
Compare
Oops, my bad! 😅 @JohnTitor Thanks for pointing me in the right direction! |
Adjusted! |
Left one comment otherwise LGTM! |
2589421
to
fbceffc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
This PR removes the outdated comment about wfx implies, as the issue has been resolved.
The issue was discussed in rust-lang/rustc-dev-guide#2161, and @JohnTitor confirmed that it is fixed:
Fixes #2161