fix: Include frontmatter in -Zunpretty output
In the implementation (#140035), this was left as an open question for the tracking issue (#136889). My assumption is that this should be carried over. Thankfully, either way, `-Zunpretty` is unstable and we can always change it even if we stabilize frontmatter.
This commit is contained in:
parent
df53b3dc04
commit
a11ee5614c
2 changed files with 11 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
---
|
||||
---
|
||||
|
||||
//@ compile-flags: -Zunpretty=normal
|
||||
//@ check-pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue