Files
rust/tests/ui/frontmatter/extra-after-end.rs

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

8 lines
122 B
Rust
Raw Normal View History

---
---cargo
//~^ ERROR: extra characters after frontmatter close are not allowed
#![feature(frontmatter)]
fn main() {}