File: bug_in_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 (8 lines) | stat: -rw-r--r-- 353 bytes parent folder | download
1
2
3
4
5
6
7
8
error[E0425]: cannot find value `CASS` in this scope
 --> tests/ui/bug_in_iter_expr.rs:5:18
  |
3 | const CASES: TestCases<i32> = cases!([1, 2]);
  | --------------------------------------------- similarly named constant `CASES` defined here
4 |
5 | #[test_casing(2, CASS)]
  |                  ^^^^ help: a constant with a similar name exists: `CASES`