]> git.proxmox.com Git - rustc.git/blame - src/test/ui/partialeq_help.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / partialeq_help.stderr
CommitLineData
8faf50e0 1error[E0277]: can't compare `&T` with `T`
0731742a 2 --> $DIR/partialeq_help.rs:2:7
ff7c6d11 3 |
532ac7d7 4LL | a == b;
8faf50e0 5 | ^^ no implementation for `&T == T`
ff7c6d11 6 |
1b1a35ee 7 = help: the trait `PartialEq<T>` is not implemented for `&T`
ff7c6d11
XL
8
9error: aborting due to previous error
10
0531ce1d 11For more information about this error, try `rustc --explain E0277`.