about summary refs log tree commit diff
path: root/tests/ui/feature-gates/feature-gate-frontmatter.rs
blob: 58e1f57eec0252200375f1a00e12129ba90986f6 (plain)
1
2
3
4
5
---cargo
//~^ ERROR: frontmatters are experimental
---

fn main() {}