]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-19482.stderr
Rollup merge of #62337 - Mark-Simulacrum:fix-cpu-usage-script, r=alexcrichton
[rust.git] / src / test / ui / issues / issue-19482.stderr
1 error[E0191]: the value of the associated type `A` (from the trait `Foo`) must be specified
2   --> $DIR/issue-19482.rs:10:12
3    |
4 LL |     type A;
5    |     ------- `A` defined here
6 ...
7 LL | fn bar(x: &dyn Foo) {}
8    |            ^^^^^^^ associated type `A` must be specified
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0191`.