]> git.lizzy.rs Git - rust.git/blob - src/test/ui/impl-bounds-checking.stderr
Rollup merge of #57132 - daxpedda:master, r=steveklabnik
[rust.git] / src / test / ui / impl-bounds-checking.stderr
1 error[E0277]: the trait bound `isize: Clone2` is not satisfied
2   --> $DIR/impl-bounds-checking.rs:10:6
3    |
4 LL | impl Getter<isize> for isize { //~ ERROR `isize: Clone2` is not satisfied
5    |      ^^^^^^^^^^^^^ the trait `Clone2` is not implemented for `isize`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0277`.