We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It should not be possible to use x() as a match pattern, like this:
fn main() { let z = match 3 { x() => x }; assert_eq!(z,3); }
I have a fix for this, I'm just adding it to get an issue number.
The text was updated successfully, but these errors were encountered:
fixed, now. closing.
Sorry, something went wrong.
Auto merge of rust-lang#5947 - ebroto:rustup_doc_improvements, r=flip…
ba43a43
…1995 Improve documentation related to the sync process [Rendered](https://github.com/ebroto/rust-clippy/blob/rustup_doc_improvements/CONTRIBUTING.md) r? @flip1995 changelog: none
No branches or pull requests
It should not be possible to use x() as a match pattern, like this:
I have a fix for this, I'm just adding it to get an issue number.
The text was updated successfully, but these errors were encountered: