mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-03 01:07:48 +00:00
11 lines
282 B
Rust
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"} ---'
|