File tree 2 files changed +27
-27
lines changed
tests/rustdoc-ui/intra-doc
2 files changed +27
-27
lines changed Original file line number Diff line number Diff line change 1
- warning-crlf.rs eol = crlf
1
+ warning-crlf.rs - text
Original file line number Diff line number Diff line change 1
- // ignore-tidy-cr
2
- //@ check-pass
3
-
4
- // This file checks the spans of intra-link warnings in a file with CRLF line endings. The
5
- // .gitattributes file in this directory should enforce it.
6
-
7
- /// [error]
8
- pub struct A ;
9
- //~^^ WARNING `error`
10
-
11
- ///
12
- /// docs [error1]
13
- //~^ WARNING `error1`
14
-
15
- /// docs [error2]
16
- ///
17
- pub struct B ;
18
- //~^^^ WARNING `error2`
19
-
20
- /**
21
- * This is a multi-line comment.
22
- *
23
- * It also has an [error].
24
- */
25
- pub struct C ;
26
- //~^^^ WARNING `error`
1
+ // ignore-tidy-cr
2
+ //@ check-pass
3
+
4
+ // This file checks the spans of intra-link warnings in a file with CRLF line endings. The
5
+ // .gitattributes file in this directory should enforce it.
6
+
7
+ /// [error]
8
+ pub struct A ;
9
+ //~^^ WARNING `error`
10
+
11
+ ///
12
+ /// docs [error1]
13
+ //~^ WARNING `error1`
14
+
15
+ /// docs [error2]
16
+ ///
17
+ pub struct B ;
18
+ //~^^^ WARNING `error2`
19
+
20
+ /**
21
+ * This is a multi-line comment.
22
+ *
23
+ * It also has an [error].
24
+ */
25
+ pub struct C ;
26
+ //~^^^ WARNING `error`
You can’t perform that action at this time.
0 commit comments