rust/tests/ui/frontmatter/frontmatter-non-lexible-tok...

13 lines
196 B
Rust
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---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() {}