11 lines
260 B
Rust
11 lines
260 B
Rust
|
|
---
|
||
|
|
//~^ ERROR: invalid preceding whitespace for frontmatter opening
|
||
|
|
---
|
||
|
|
//~^ ERROR: invalid preceding whitespace for frontmatter close
|
||
|
|
|
||
|
|
#![feature(frontmatter)]
|
||
|
|
|
||
|
|
// check that whitespaces should not precede the frontmatter opening or close.
|
||
|
|
|
||
|
|
fn main() {}
|