Commit 9a05fd6
authored
Rollup merge of rust-lang#79321 - camelid:intra-doc-bang, r=Manishearth
Accept '!' in intra-doc links
This will allow linking to things like `Result<T, !>`.
*See <https://github.com/rust-lang/rust/pull/77832#discussion_r528409079>.*
r? `@jyn514`File tree
2 files changed
+4
-1
lines changed- src
- librustdoc/passes
- test/rustdoc
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1022 | 1022 | | |
1023 | 1023 | | |
1024 | 1024 | | |
1025 | | - | |
| 1025 | + | |
1026 | 1026 | | |
1027 | 1027 | | |
1028 | 1028 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
| 21 | + | |
| 22 | + | |
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
| |||
0 commit comments