Files
rust/tests/ui/unpretty/frontmatter.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
102 B
Rust
Raw Normal View History

---
---
//@ compile-flags: -Zunpretty=normal
//@ check-pass
#![feature(frontmatter)]
fn main() {
}