summaryrefslogtreecommitdiffstats
path: root/third_party/rust/proc-macro-error/tests/ui/emit.rs
blob: c5c7db095f346fa2a06766450d427cf2e27a2a5b (plain)
1
2
3
4
5
6
7
extern crate test_crate;
use test_crate::*;

emit!(one, two, three, four, five);
emit_notes!(one, two);

fn main() {}