about summary refs log tree commit diff
path: root/tests/ui
diff options
context:
space:
mode:
authorEd Page <eopage@gmail.com>2025-07-09 15:35:52 -0500
committerEd Page <eopage@gmail.com>2025-07-10 10:26:02 -0500
commita11ee5614c052d6339c56c2673780468c96dbc16 (patch)
tree74cfa963c52945636be85856b09255dec6c78530 /tests/ui
parentdf53b3dc04950d980bd28ec4b04f48cd0cd01237 (diff)
downloadrust-a11ee5614c052d6339c56c2673780468c96dbc16.tar.gz
rust-a11ee5614c052d6339c56c2673780468c96dbc16.zip
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.
Diffstat (limited to 'tests/ui')
-rw-r--r--tests/ui/unpretty/frontmatter.stdout2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ui/unpretty/frontmatter.stdout b/tests/ui/unpretty/frontmatter.stdout
index 9ad6bbbe577..2ccbb1b2582 100644
--- a/tests/ui/unpretty/frontmatter.stdout
+++ b/tests/ui/unpretty/frontmatter.stdout
@@ -1,3 +1,5 @@
+---
+---
 
 //@ compile-flags: -Zunpretty=normal
 //@ check-pass