]> git.proxmox.com Git - rustc.git/blame - tests/rustdoc-ui/issue-79465.stderr
New upstream version 1.70.0+dfsg1
[rustc.git] / tests / rustdoc-ui / issue-79465.stderr
CommitLineData
5e7ed085
FG
1error[E0220]: associated type `A` not found for `T`
2 --> $DIR/issue-79465.rs:1:20
3 |
4LL | pub fn f1<T>(x: T::A) {}
5 | ^ associated type `A` not found
6
353b0b11 7error: aborting due to previous error
5e7ed085
FG
8
9For more information about this error, try `rustc --explain E0220`.