aboutsummaryrefslogtreecommitdiff
path: root/macros/tests/ui.rs
diff options
context:
space:
mode:
Diffstat (limited to 'macros/tests/ui.rs')
-rw-r--r--macros/tests/ui.rs7
1 files changed, 7 insertions, 0 deletions
diff --git a/macros/tests/ui.rs b/macros/tests/ui.rs
new file mode 100644
index 00000000..9fb88a1b
--- /dev/null
+++ b/macros/tests/ui.rs
@@ -0,0 +1,7 @@
+use trybuild::TestCases;
+
+#[test]
+fn ui() {
+ let t = TestCases::new();
+ t.compile_fail("ui/*.rs");
+}