rust/src/test
Dylan DPC ccc820e1f8
Rollup merge of #84950 - pietroalbini:revert-3478f83c0, r=Mark-Simulacrum
Revert PR 83866

https://github.com/rust-lang/rust/pull/83866 caused multiple test failures when Rust's channel is changed from nightly to anything else. The PR will have to be landed again after the test suite is fixed.

The two kinds of test failures were:

* Rustdoc tests failed because the links in the generated HTML didn't point at nightly anymore, see https://github.com/rust-lang/rust/pull/84909#issuecomment-832028701
* Rustdoc UI tests failed because the links included in error messages didn't point at nightly anymore, see https://github.com/rust-lang/rust/pull/84909#issuecomment-832517722

r? ``@Mark-Simulacrum``
cc ``@jyn514``
2021-05-06 13:31:01 +02:00
..
assembly Remove tests introduced or cahnged by PR #77885, which is reverted in this PR. 2021-04-29 15:13:36 -04:00
auxiliary
codegen Rollup merge of #84752 - lrh2000:generator-debuginfo, r=tmandry 2021-05-02 17:00:23 +02:00
codegen-units Remove redundant ignore-tidy-linelength annotations 2021-04-03 22:30:20 +02:00
debuginfo Remove artificial flag from generator variants 2021-04-30 22:36:08 +08:00
incremental Move parenting info to index_hir. 2021-04-29 21:36:55 +02:00
mir-opt Only generate dummy assign when instrumenting coverage 2021-04-18 12:09:14 -07:00
pretty parser: Remove support for inner attributes on non-block expressions 2021-05-03 13:33:53 +03:00
run-make rustc: Add a new wasm ABI 2021-04-08 08:03:18 -07:00
run-make-fulldeps alloc: Add unstable Cfg feature no-global_oom_handling 2021-05-05 16:49:04 -04:00
run-pass-valgrind
rustdoc Rollup merge of #84832 - Stupremee:dont-print-vis-in-external-traits, r=jyn514 2021-05-03 00:32:45 +02:00
rustdoc-gui Add test to ensure that the element pointed to by the URL hash is "expanded" 2021-04-25 16:06:42 +02:00
rustdoc-js
rustdoc-js-std
rustdoc-json Rename span to source 2021-03-24 19:44:23 +00:00
rustdoc-ui Revert PR 83866 2021-05-05 13:50:20 +02:00
rustfix
ui Rollup merge of #84945 - fee1-dead:E0583-better-message, r=petrochenkov 2021-05-06 13:30:59 +02:00
ui-fulldeps Fix fulldeps tests. 2021-03-30 23:51:15 +02:00
COMPILER_TESTS.md