]> git.lizzy.rs Git - rust.git/blob - src/test/ui/hygiene/auxiliary/needs_hygiene.rs
Rollup merge of #81797 - yoshuawuyts:stream_from_iter, r=dtolnay
[rust.git] / src / test / ui / hygiene / auxiliary / needs_hygiene.rs
1 #![feature(decl_macro)]
2 macro x() { struct MyStruct; }
3
4 x!();
5 x!();