@@ -2,7 +2,9 @@ error: unknown attribute `compile-fail`
22 --> $DIR/check-attr-test.rs:5:1
33 |
445 | / /// foo
5- ... |
5+ 6 | | ///
6+ 7 | | /// ```compile-fail,compilefail,comPile_fail
7+ 8 | | /// boo
689 | | /// ```
79 | |_______^
810 |
@@ -18,7 +20,9 @@ error: unknown attribute `compilefail`
1820 --> $DIR/check-attr-test.rs:5:1
1921 |
20225 | / /// foo
21- ... |
23+ 6 | | ///
24+ 7 | | /// ```compile-fail,compilefail,comPile_fail
25+ 8 | | /// boo
22269 | | /// ```
2327 | |_______^
2428 |
@@ -29,7 +33,9 @@ error: unknown attribute `comPile_fail`
2933 --> $DIR/check-attr-test.rs:5:1
3034 |
31355 | / /// foo
32- ... |
36+ 6 | | ///
37+ 7 | | /// ```compile-fail,compilefail,comPile_fail
38+ 8 | | /// boo
33399 | | /// ```
3440 | |_______^
3541 |
@@ -40,7 +46,9 @@ error: unknown attribute `should-panic`
4046 --> $DIR/check-attr-test.rs:12:1
4147 |
424812 | / /// bar
43- ... |
49+ 13 | | ///
50+ 14 | | /// ```should-panic,shouldpanic,shOuld_panic
51+ 15 | | /// boo
445216 | | /// ```
4553 | |_______^
4654 |
@@ -51,7 +59,9 @@ error: unknown attribute `shouldpanic`
5159 --> $DIR/check-attr-test.rs:12:1
5260 |
536112 | / /// bar
54- ... |
62+ 13 | | ///
63+ 14 | | /// ```should-panic,shouldpanic,shOuld_panic
64+ 15 | | /// boo
556516 | | /// ```
5666 | |_______^
5767 |
@@ -62,7 +72,9 @@ error: unknown attribute `shOuld_panic`
6272 --> $DIR/check-attr-test.rs:12:1
6373 |
647412 | / /// bar
65- ... |
75+ 13 | | ///
76+ 14 | | /// ```should-panic,shouldpanic,shOuld_panic
77+ 15 | | /// boo
667816 | | /// ```
6779 | |_______^
6880 |
@@ -73,7 +85,9 @@ error: unknown attribute `no-run`
7385 --> $DIR/check-attr-test.rs:19:1
7486 |
758719 | / /// foobar
76- ... |
88+ 20 | | ///
89+ 21 | | /// ```no-run,norun,nO_run
90+ 22 | | /// boo
779123 | | /// ```
7892 | |_______^
7993 |
@@ -84,7 +98,9 @@ error: unknown attribute `norun`
8498 --> $DIR/check-attr-test.rs:19:1
8599 |
8610019 | / /// foobar
87- ... |
101+ 20 | | ///
102+ 21 | | /// ```no-run,norun,nO_run
103+ 22 | | /// boo
8810423 | | /// ```
89105 | |_______^
90106 |
@@ -95,7 +111,9 @@ error: unknown attribute `nO_run`
95111 --> $DIR/check-attr-test.rs:19:1
96112 |
9711319 | / /// foobar
98- ... |
114+ 20 | | ///
115+ 21 | | /// ```no-run,norun,nO_run
116+ 22 | | /// boo
9911723 | | /// ```
100118 | |_______^
101119 |
@@ -106,7 +124,9 @@ error: unknown attribute `test-harness`
106124 --> $DIR/check-attr-test.rs:26:1
107125 |
10812626 | / /// b
109- ... |
127+ 27 | | ///
128+ 28 | | /// ```test-harness,testharness,tesT_harness
129+ 29 | | /// boo
11013030 | | /// ```
111131 | |_______^
112132 |
@@ -117,7 +137,9 @@ error: unknown attribute `testharness`
117137 --> $DIR/check-attr-test.rs:26:1
118138 |
11913926 | / /// b
120- ... |
140+ 27 | | ///
141+ 28 | | /// ```test-harness,testharness,tesT_harness
142+ 29 | | /// boo
12114330 | | /// ```
122144 | |_______^
123145 |
@@ -128,7 +150,9 @@ error: unknown attribute `tesT_harness`
128150 --> $DIR/check-attr-test.rs:26:1
129151 |
13015226 | / /// b
131- ... |
153+ 27 | | ///
154+ 28 | | /// ```test-harness,testharness,tesT_harness
155+ 29 | | /// boo
13215630 | | /// ```
133157 | |_______^
134158 |
0 commit comments