about summary refs log tree commit diff
path: root/tests/ui/auto-traits/has-arguments.stderr
blob: b8a680e6a5cad79c1410a3ebc8e58dda07a58e49 (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0567]: auto traits cannot have generic parameters
  --> $DIR/has-arguments.rs:3:18
   |
LL | auto trait Trait1<'outer> {}
   |            ------^^^^^^^^ help: remove the parameters
   |            |
   |            auto trait cannot have generic parameters

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0567`.