about summary refs log tree commit diff
path: root/src/test/ui/compile-fail-migration/impl-bounds-checking.stderr
blob: 80666131b2ca6727ca63f71b79cc00e5dce8da44 (plain)
1
2
3
4
5
6
7
8
9
error[E0277]: the trait bound `isize: Clone2` is not satisfied
  --> $DIR/impl-bounds-checking.rs:20:6
   |
LL | impl Getter<isize> for isize { //~ ERROR `isize: Clone2` is not satisfied
   |      ^^^^^^^^^^^^^ the trait `Clone2` is not implemented for `isize`

error: aborting due to previous error

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