aboutsummaryrefslogtreecommitdiff
path: root/proc-macro-error/test-crate/tests/ui/result_expect.rs
diff options
context:
space:
mode:
Diffstat (limited to 'proc-macro-error/test-crate/tests/ui/result_expect.rs')
-rw-r--r--proc-macro-error/test-crate/tests/ui/result_expect.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/proc-macro-error/test-crate/tests/ui/result_expect.rs b/proc-macro-error/test-crate/tests/ui/result_expect.rs
new file mode 100644
index 0000000..a42740b
--- /dev/null
+++ b/proc-macro-error/test-crate/tests/ui/result_expect.rs
@@ -0,0 +1,6 @@
+extern crate test_crate;
+use test_crate::make_fn;
+
+make_fn!(result_expect);
+
+fn main() {}