about summary refs log tree commit diff
path: root/tests/run-make/missing-unstable-trait-bound/missing-bound.stderr
blob: 7196a1a6fed775f6762b7b4b2eb84fcd40ed5fb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error[E0277]: the trait bound `T: Step` is not satisfied
 --> missing-bound.rs:2:14
  |
2 |     for _ in t {}
  |              ^ the trait `Step` is not implemented for `T`
  |
  = note: required for `std::ops::Range<T>` to implement `Iterator`
  = note: required for `std::ops::Range<T>` to implement `IntoIterator`

error: aborting due to 1 previous error

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