Sign in
rust
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
frontmatter
/
frontmatter-non-lexible-tokens.rs
blob: ea042edef06b279d2552b24a84c00c6f73b45c86 [
file
] [
log
] [
blame
]
---
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
()
{}