summaryrefslogtreecommitdiffstats
path: root/third_party/rust/proc-macro-hack/tests/ui/unexpected.rs
blob: 122ded5191f58ae6f0f93a718de5742771129ad9 (plain)
1
2
3
4
5
6
use proc_macro_hack::proc_macro_hack;

#[proc_macro_hack]
pub struct What;

fn main() {}