We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b3ae3f commit 425cd0fCopy full SHA for 425cd0f
tests/ui/unpretty/frontmatter.rs
@@ -0,0 +1,10 @@
1
+---
2
3
+
4
+//@ compile-flags: -Zunpretty=normal
5
+//@ check-pass
6
7
+#![feature(frontmatter)]
8
9
+fn main() {
10
+}
tests/ui/unpretty/frontmatter.stdout
@@ -0,0 +1,7 @@
+fn main() {}
0 commit comments