2025-10-29 02:49:16 +01:00

11 lines
282 B
Rust

--- json
{"edition": "2024"}
---
#![feature(frontmatter)]
// Test that we highlight frontmatter as comments on source code pages.
//@ has 'src/frontmatter/frontmatter.rs.html'
//@ has - '//pre[@class="rust"]//span[@class="comment"]' \
// '--- json {"edition": "2024"} ---'