mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-03 13:08:31 +00:00
13 lines
196 B
Rust
13 lines
196 B
Rust
---uwu
|
||
🏳️⚧️
|
||
---
|
||
|
||
//@ check-pass
|
||
|
||
#![feature(frontmatter)]
|
||
|
||
// check that frontmatter blocks can have tokens that are otherwise not accepted by
|
||
// the lexer as Rust code.
|
||
|
||
fn main() {}
|