Files
rust/tests/ui/frontmatter/mismatch-2.rs

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

9 lines
185 B
Rust
Raw Normal View History

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