File: invalid_iter_expr.stderr

package info (click to toggle)
rust-test-casing 0.1.3-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 300 kB
  • sloc: makefile: 2
file content (9 lines) | stat: -rw-r--r-- 434 bytes parent folder | download
1
2
3
4
5
6
7
8
9
error[E0277]: `{integer}` is not an iterator
 --> tests/ui/invalid_iter_expr.rs:3:1
  |
3 | #[test_casing(2, 5)]
  | ^^^^^^^^^^^^^^^^^^^^ `{integer}` is not an iterator
  |
  = help: the trait `Iterator` is not implemented for `{integer}`
  = note: required for `{integer}` to implement `IntoIterator`
  = note: this error originates in the attribute macro `test_casing` (in Nightly builds, run with -Z macro-backtrace for more info)