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
Most "generic" mentions on manual are for "generic functions", a new section, similar to the one found on the tutorial would be a nice addition.
There are more than generic functions and traits, e.g:
struct Stack<T> { elements: ~[T] } enum Option<T> { Some(T), None }
That new section would be a nice place to write a grammar for generic declarations, which would be definitely helpful for #9022.
The text was updated successfully, but these errors were encountered:
I am pretty sure this can be closed by now.
Sorry, something went wrong.
Auto merge of rust-lang#9023 - unvalley:add-meta-tag-for-lint-list, r…
195f2cb
…=xFrednet Add description meta tag for lint list closes rust-lang#8975 changelog:none
No branches or pull requests
Most "generic" mentions on manual are for "generic functions", a new section, similar to the one found on the tutorial would be a nice addition.
There are more than generic functions and traits, e.g:
That new section would be a nice place to write a grammar for generic declarations, which would be definitely helpful for #9022.
The text was updated successfully, but these errors were encountered: