lean4-htt/tests/elab_fail/specializeAttr.lean.out.expected
Garmelon 08eb78a5b2
chore: switch to new test/bench suite (#12590)
This PR sets up the new integrated test/bench suite. It then migrates
all benchmarks and some related tests to the new suite. There's also
some documentation and some linting.

For now, a lot of the old tests are left alone so this PR doesn't become
even larger than it already is. Eventually, all tests should be migrated
to the new suite though so there isn't a confusing mix of two systems.
2026-02-25 13:51:53 +00:00

6 lines
772 B
Text

specializeAttr.lean:1:17-1:18: error: Invalid specialization argument name `h`: `f1` does not have an argument with this name
specializeAttr.lean:5:15-5:16: error: Invalid specialization argument index `1`: The argument at this index (`f`) has already been specified as a specialization candidate
specializeAttr.lean:9:15-9:16: error: Invalid specialization argument name `f`: It has already been specified as a specialization candidate
specializeAttr.lean:13:13-13:14: error: Invalid specialization argument index `0`: Index must be greater than 0
specializeAttr.lean:17:13-17:15: error: Invalid argument index `9`: `f5` has only 3 arguments
specializeAttr.lean:21:13-21:15: error: Invalid specialization argument name `ff`: `f6` does not have an argument with this name