We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
struct BuildData { foo: int, bar: ~int } fn main() { let foo = BuildData { foo: 0 }; debug!("%?", foo.bar); }
This will crash