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 c797096 commit 67094fcCopy full SHA for 67094fc
tests/ui/frontmatter/fence-too-many-dashes.rs
@@ -0,0 +1,12 @@
1
+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
2
+// ignore-tidy-linelength
3
+[dependencies]
4
5
+
6
+#![feature(frontmatter)]
7
8
+//@ check-pass
9
10
+// check that we limit fence lengths
11
12
+fn main() {}
0 commit comments