2025-04-12 15:53:46 +00:00
|
|
|
|
|
|
|
|
|
2025-08-29 13:47:22 -05:00
|
|
|
---cargo
|
|
|
|
|
---
|
2025-04-12 15:53:46 +00:00
|
|
|
|
|
|
|
|
// please note the whitespace characters after the first four lines.
|
|
|
|
|
// This ensures that we accept whitespaces before the frontmatter, after
|
|
|
|
|
// the frontmatter opening and the frontmatter close.
|
|
|
|
|
|
|
|
|
|
//@ check-pass
|
|
|
|
|
// ignore-tidy-end-whitespace
|
|
|
|
|
// ignore-tidy-leading-newlines
|
2025-08-29 13:47:22 -05:00
|
|
|
// ignore-tidy-tab
|
2025-04-12 15:53:46 +00:00
|
|
|
|
|
|
|
|
#![feature(frontmatter)]
|
|
|
|
|
|
|
|
|
|
fn main() {}
|