``` struct BuildData { foo: int, bar: ~int } fn main() { let foo = BuildData { foo: 0 }; debug!("%?", foo.bar); } ``` This will crash