]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-ui/issue-79465.stderr
Rollup merge of #107770 - notriddle:notriddle/br2nl, r=GuillaumeGomez
[rust.git] / tests / rustdoc-ui / issue-79465.stderr
1 error[E0220]: associated type `A` not found for `T`
2   --> $DIR/issue-79465.rs:1:20
3    |
4 LL | pub fn f1<T>(x: T::A) {}
5    |                    ^ associated type `A` not found
6
7 error[E0220]: associated type `A` not found for `T`
8   --> $DIR/issue-79465.rs:1:20
9    |
10 LL | pub fn f1<T>(x: T::A) {}
11    |                    ^ associated type `A` not found
12
13 error: aborting due to 2 previous errors
14
15 For more information about this error, try `rustc --explain E0220`.