about summary refs log tree commit diff
path: root/tests/ui/frontmatter/proc-macro-observer.rs
blob: bafbe912032eb07b65b869dea78de71bc58d50ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//@ check-pass
//@ proc-macro: makro.rs
//@ edition: 2021

#![feature(frontmatter)]

makro::check!();

// checks that a proc-macro cannot observe frontmatter tokens.
// see auxiliary/makro.rs for how it is tested.

fn main() {}