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
As far as i see it, "deriving" is documented neither in the tutorial nor in the manual.
Example: #[deriving(Eq, Clone, IterBytes)]
#[deriving(Eq, Clone, IterBytes)]
The text was updated successfully, but these errors were encountered:
doc: document the #[deriving] attribute.
d43908a
Closes rust-lang#4916.
auto merge of #6448 : huonw/rust/deriving-doc, r=Aatch
2774392
Closes #4916.
No branches or pull requests
As far as i see it, "deriving" is documented neither in the tutorial nor in the manual.
Example:
#[deriving(Eq, Clone, IterBytes)]
The text was updated successfully, but these errors were encountered: