We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Example: (also confirmed by --pretty expanded)
--pretty expanded
fn main() { #[deriving(Eq)] struct x { x:int } x{x:4} == x{x:4}; }