error: generic args in patterns require the turbofish syntax --> $DIR/pat-lt-bracket-3.rs:6:16 | LL | Foo(x, y) => { | ^ | help: use `::<...>` instead of `<...>` to specify lifetime, type, or const arguments | LL | Foo::(x, y) => { | ++ error: aborting due to previous error