about summary refs log tree commit diff
path: root/src/tools/rustfmt/tests/source/frontmatter_compact.rs
blob: 21d4c6f4b6160736b9fea8892773fb65771c348b (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env cargo
---identifier
[dependencies]
regex = "1"
---
#![feature(frontmatter)]

fn main() {}