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 75ee9ff commit b2962c3Copy full SHA for b2962c3
tests/ui/.gitattributes
@@ -3,4 +3,5 @@ json-bom-plus-crlf.rs -text
3
json-bom-plus-crlf-multifile.rs -text
4
json-bom-plus-crlf-multifile-aux.rs -text
5
trailing-carriage-return-in-string.rs -text
6
+frontmatter-crlf.rs -text
7
*.bin -text
tests/ui/frontmatter/frontmatter-crlf.rs
@@ -0,0 +1,14 @@
1
+#!/usr/bin/env -S cargo -Zscript
2
+---
+[dependencies]
+clap = "4"
+
+//@ check-pass
8
+// ignore-tidy-cr
9
10
+// crlf line endings should be accepted
11
12
+#![feature(frontmatter)]
13
14
+fn main() {}
0 commit comments