blob: ea8d4702f63079e8930532b01c2541d3bcd4311e [file] [log] [blame]
---
//~^ 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() {}