lean4-htt/tests/lean/346.lean.expected.out
Joachim Breitner 74fd46894f
fix: deprecation warning location with field notation (#10826)
This PR fixes the location of the “deprecated constant” and similar
error messages on field notation (`e.f`, `(e).f`, `e |>. f`). Fixes
#10821.
2025-10-23 20:55:25 +00:00

5 lines
189 B
Text

346.lean:10:15-10:16: error(lean.unknownIdentifier): Unknown constant `SomeType.b`
346.lean:13:4-13:5: error: Invalid field `z`: The environment does not contain `Nat.z`
x
has type
Nat