This PR fixes an issue when including a hard line break in a `Format` that caused subsequent (ordinary) line breaks to be erroneously flattened to spaces. This issue is especially important for displaying notes and hints in error messages, as these components could appear garbled due to improper line-break rendering.
17 lines
395 B
Text
17 lines
395 B
Text
1079.lean:3:2-3:7: error: Alternative 'isFalse' has not been provided
|
|
[Meta.Tactic.simp.rewrite] h:1000:
|
|
m
|
|
==>
|
|
n
|
|
[Meta.Tactic.simp.rewrite] eq_self:1000:
|
|
n = n
|
|
==>
|
|
True
|
|
[Meta.Tactic.simp.unify] eq_self:1000, failed to unify
|
|
?a = ?a
|
|
with
|
|
Ordering.eq = Ordering.lt
|
|
[Meta.Tactic.simp.rewrite] imp_self:10000:
|
|
False → False
|
|
==>
|
|
True
|