13 lines
287 B
Rust
13 lines
287 B
Rust
|
|
---
|
||
|
|
//~^ 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() {}
|