about summary refs log tree commit diff
path: root/src/tools/rustfmt/tests/source/frontmatter_spaced.rs
blob: ee0bb81705c49a2cc636ff1633682b06db8ac2d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/env cargo


---   identifier
[dependencies]
regex = "1"

---





#![feature(frontmatter)]

fn main() {}