error[E0567]: auto traits cannot have generic parameters --> $DIR/issue-117789.rs:1:17 | LL | auto trait Trait
{} | -----^^^ help: remove the parameters | | | auto trait cannot have generic parameters error[E0658]: auto traits are experimental and possibly buggy --> $DIR/issue-117789.rs:1:1 | LL | auto trait Trait
{}
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #13231