We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4b111a commit 873c080Copy full SHA for 873c080
minitrace-macro/tests/trace-dev.rs
@@ -0,0 +1,6 @@
1
+#[test]
2
+fn trace_dev() {
3
+ let t = trybuild::TestCases::new();
4
+ t.compile_fail("tests/trace/ui/err/has-too-many-arguments.rs");
5
+ // //t.pass("tests/trace/ui/ok/*.rs");
6
+}
0 commit comments