This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
359bfa901b9d8eddbed7b88b6716dbb77b7bfb95
rust
/
tests
/
ui
/
unpretty
/
frontmatter.stdout
10 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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.
2025-07-09 15:35:52 -05:00
---
---
test: Verify frontmatter unpretty behavior
2025-07-09 14:55:53 -05:00
//@ compile-flags: -Zunpretty=normal
//@ check-pass
#![feature(frontmatter)]
fn main() {}
Reference in New Issue
Copy Permalink