summaryrefslogtreecommitdiffstats
path: root/third_party/rust/proc-macro-error/tests/ui/emit.rs
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rust/proc-macro-error/tests/ui/emit.rs')
-rw-r--r--third_party/rust/proc-macro-error/tests/ui/emit.rs7
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/rust/proc-macro-error/tests/ui/emit.rs b/third_party/rust/proc-macro-error/tests/ui/emit.rs
new file mode 100644
index 0000000000..c5c7db095f
--- /dev/null
+++ b/third_party/rust/proc-macro-error/tests/ui/emit.rs
@@ -0,0 +1,7 @@
+extern crate test_crate;
+use test_crate::*;
+
+emit!(one, two, three, four, five);
+emit_notes!(one, two);
+
+fn main() {}