error: generic args in patterns require the turbofish syntax --> $DIR/issue-114112.rs:7:10 | LL | E::A(v) => { | ^ | help: use `::<...>` instead of `<...>` to specify lifetime, type, or const arguments | LL | E::::A(v) => { | ++ error: aborting due to previous error