Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
e42a4ca53b274dbfd94ea8f712dd9715d2e8fea5
/
.
/
tests
/
ui
/
frontmatter
/
proc-macro-observer.rs
blob: 6c4c8c572897e1213dc771eed70d8884fd565f68 [
file
]
//@ check-pass
//@ proc-macro: makro.rs
//@ edition: 2021
// 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.
makro
::
check
!();
fn
main
()
{}