summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-ui/issue-79465.stderr
blob: d187a2e664a25fa1baafe0a134af0cf24db0f30d (plain)
1
2
3
4
5
6
7
8
9
error[E0220]: associated type `A` not found for `T`
  --> $DIR/issue-79465.rs:1:20
   |
LL | pub fn f1<T>(x: T::A) {}
   |                    ^ associated type `A` not found

error: aborting due to previous error

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