]> git.lizzy.rs Git - rust.git/blob - src/test/ui/hygiene/xcrate.rs
Merge commit '09bd400243ed6f7059fedc0c1623aae3792521d6' into clippyup
[rust.git] / src / test / ui / hygiene / xcrate.rs
1 // run-pass
2 // ignore-pretty pretty-printing is unhygienic
3
4 // aux-build:xcrate.rs
5
6 #![feature(decl_macro)]
7
8 extern crate xcrate;
9
10 fn main() {
11     xcrate::test!();
12 }