We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.