Files
rust/tests/ui/frontmatter/unclosed-6.rs

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

13 lines
287 B
Rust
Raw Normal View History

---
//~^ ERROR unclosed frontmatter
🦀---
---
// This test checks the location of the --- recovered by the parser is not
// incorrectly tracked during the less fortunate recovery case and multiple
// candidates are found, as seen with #146847
#![feature(frontmatter)]
fn main() {}