@@ -17,42 +17,42 @@ LL | #[doc(alias("bar"))]
1717 | ^^^^^^^^^^^^
1818
1919error: '\"' character isn't allowed in `#[doc(alias = "...")]`
20- --> $DIR/check-doc-alias-attr.rs:10:7
20+ --> $DIR/check-doc-alias-attr.rs:10:15
2121 |
2222LL | #[doc(alias = "\"")]
23- | ^^^^^^^^ ^^^^
23+ | ^^^^
2424
2525error: '\n' character isn't allowed in `#[doc(alias = "...")]`
26- --> $DIR/check-doc-alias-attr.rs:11:7
26+ --> $DIR/check-doc-alias-attr.rs:11:15
2727 |
2828LL | #[doc(alias = "\n")]
29- | ^^^^^^^^ ^^^^
29+ | ^^^^
3030
3131error: '\n' character isn't allowed in `#[doc(alias = "...")]`
32- --> $DIR/check-doc-alias-attr.rs:12:7
32+ --> $DIR/check-doc-alias-attr.rs:12:15
3333 |
3434LL | #[doc(alias = "
35- | _______ ^
35+ | _______________ ^
3636LL | | ")]
3737 | |_^
3838
3939error: '\t' character isn't allowed in `#[doc(alias = "...")]`
40- --> $DIR/check-doc-alias-attr.rs:14:7
40+ --> $DIR/check-doc-alias-attr.rs:14:15
4141 |
4242LL | #[doc(alias = "\t")]
43- | ^^^^^^^^ ^^^^
43+ | ^^^^
4444
4545error: `#[doc(alias = "...")]` cannot start or end with ' '
46- --> $DIR/check-doc-alias-attr.rs:15:7
46+ --> $DIR/check-doc-alias-attr.rs:15:15
4747 |
4848LL | #[doc(alias = " hello")]
49- | ^^^^^^^^ ^^^^^^^^
49+ | ^^^^^^^^
5050
5151error: `#[doc(alias = "...")]` cannot start or end with ' '
52- --> $DIR/check-doc-alias-attr.rs:16:7
52+ --> $DIR/check-doc-alias-attr.rs:16:15
5353 |
5454LL | #[doc(alias = "hello ")]
55- | ^^^^^^^^ ^^^^^^^^
55+ | ^^^^^^^^
5656
5757error: aborting due to 9 previous errors
5858
0 commit comments