]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/issue-79465.stderr
Auto merge of #99612 - yanchen4791:issue-95079-fix, r=compiler-errors
[rust.git] / src / test / 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`.