```rust fn main() { struct S {} enum E { V() } let E::V() = &S {}; } ``` Finally managed to reduce this panic
Activity