Files
rust/tests/ui/frontmatter/proc-macro-observer.rs

12 lines
273 B
Rust
Raw Normal View History

//@ check-pass
//@ proc-macro: makro.rs
//@ edition: 2021
//@ ignore-backends: gcc
2025-09-08 19:25:22 +02:00
// Check that a proc-macro doesn't try to parse frontmatter and instead treats
// it as a regular Rust token sequence. See `auxiliary/makro.rs` for details.
2025-09-08 19:25:22 +02:00
makro::check!();
fn main() {}