We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Currently we ignore the bogus <int, bool> in the type below. I think this never makes sense, and should simply result in an error.
<int, bool>
fn foo<T>(_x: T<int, bool>) {}
The text was updated successfully, but these errors were encountered:
Handled by one of the changes in e0fa5cd
Sorry, something went wrong.
filter out S-blocked issues in the "Getting Started" search (rust-lan…
c2d940c
…g#1687)
0847a93
No branches or pull requests
Currently we ignore the bogus
<int, bool>
in the type below. I think this never makes sense, and should simply result in an error.The text was updated successfully, but these errors were encountered: