rust/src/test
Yuki Okushi 7494aef979
Rollup merge of #80381 - rust-lang:revert-80244-spans, r=GuillaumeGomez
Revert "Cleanup markdown span handling"

Reverts rust-lang/rust#80244. This caused a diagnostic regression, originally it was:

```
warning: unresolved link to `std::process::Comman`
 --> link.rs:3:10
  |
3 | //! [a]: std::process::Comman
  |          ^^^^^^^^^^^^^^^^^^^^ no item named `Comman` in module `process`
  |
  = note: `#[warn(broken_intra_doc_links)]` on by default
```
but after that PR rustdoc now displays
```
warning: unresolved link to `std::process::Comman`
 --> link.rs:1:14
  |
1 | //! Links to [a] [link][a]
  |              ^^^ no item named `Comman` in module `process`
  |
  = note: `#[warn(broken_intra_doc_links)]` on by default
```
which IMO is much less clear.

cc `@bugadani,` thanks for catching this in https://github.com/rust-lang/rust/pull/77859.
r? `@GuillaumeGomez`
2020-12-30 22:49:23 +09:00
..
assembly Add wasm32 support to inline asm 2020-12-01 12:18:21 -06:00
auxiliary
codegen Remove pointer comparison from slice equality 2020-12-26 06:43:51 +00:00
codegen-units simplify-locals: Remove unused assignments regardless of rvalue kind 2020-10-26 10:48:28 +01:00
debuginfo Improvements to NatVis support 2020-12-28 12:14:49 -08:00
incremental Disable the constant debuginfo promotion pass by default 2020-12-14 19:56:10 -05:00
mir-opt Make forget intrinsic safe 2020-12-29 00:00:00 +00:00
pretty Rename optin_builtin_traits to auto_traits 2020-11-23 14:14:06 -08:00
run-make Auto merge of #78122 - fusion-engineering-forks:fmt-write-bounds-check, r=Mark-Simulacrum 2020-11-29 23:14:40 +00:00
run-make-fulldeps Remove compile-fail test suite 2020-12-29 23:39:56 +03:00
run-pass-valgrind Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00
rustdoc Auto merge of #80181 - jyn514:intra-doc-primitives, r=Manishearth 2020-12-27 18:55:33 +00:00
rustdoc-js Add more rustdoc-js test cases 2020-12-03 14:11:37 -08:00
rustdoc-js-std
rustdoc-json Use true ID for def_id. 2020-12-05 22:38:57 +00:00
rustdoc-ui Rollup merge of #80381 - rust-lang:revert-80244-spans, r=GuillaumeGomez 2020-12-30 22:49:23 +09:00
rustfix
ui Fix ICE when pointing at multi bytes character 2020-12-30 22:33:13 +09:00
ui-fulldeps Remove compile-fail test suite 2020-12-29 23:39:56 +03:00
COMPILER_TESTS.md