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
Should be very similar to deriving Default, see src/ir/analysis/derive_default.rs and the CanDeriveDefault trait that gets used in codegen.
Default
src/ir/analysis/derive_default.rs
CanDeriveDefault
The text was updated successfully, but these errors were encountered:
Eq
Auto merge of #907 - photoszzt:derive_partial_eq, r=fitzgen
7e84c43
Derive PartialEq Analysis Fix: #878 r? @fitzgen
No branches or pull requests
Should be very similar to deriving
Default
, seesrc/ir/analysis/derive_default.rs
and theCanDeriveDefault
trait that gets used in codegen.The text was updated successfully, but these errors were encountered: