about summary refs log tree commit diff
path: root/src/tools/rustfmt/tests/source/frontmatter_escaped.rs
blob: 0d0263775668232a8c37c1ee8f1867338b06792b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env cargo
------------
package.description = """
Header
-----

Body
"""
------------

#![feature(frontmatter)]

fn main() {}