This compiles on stable and nightly, but it shouldn't: ``` rust struct S; fn main() { let S(..) = S; } ```