I believe this compiles but shouldn't: ``` struct MyStruct<T> { x: T, } type OtherStruct = MyStruct<bool>; let s = OtherStruct { x: 1, }; ``` Nominating for 1.0, P-backcompat-lang.