summaryrefslogtreecommitdiffstats
path: root/third_party/rust/proc-macro-hack/tests/compiletest.rs
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rust/proc-macro-hack/tests/compiletest.rs')
-rw-r--r--third_party/rust/proc-macro-hack/tests/compiletest.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/rust/proc-macro-hack/tests/compiletest.rs b/third_party/rust/proc-macro-hack/tests/compiletest.rs
new file mode 100644
index 0000000000..f9aea23b51
--- /dev/null
+++ b/third_party/rust/proc-macro-hack/tests/compiletest.rs
@@ -0,0 +1,6 @@
+#[rustversion::attr(not(nightly), ignore)]
+#[test]
+fn ui() {
+ let t = trybuild::TestCases::new();
+ t.compile_fail("tests/ui/*.rs");
+}