rust/src/test
Joshua Nelson 29eb6860a8 Give a better error when --theme is not a CSS file
Before:

```
error: invalid argument: "bacon.toml"
```

After:
```
error: invalid argument: "bacon.toml"
  |
  = help: arguments to --theme must be CSS files
```
2021-03-31 14:55:53 -04:00
..
assembly Mark inline asm tests as requiring LLVM 10.0.1 2021-03-25 20:21:58 +00:00
auxiliary
codegen Auto merge of #81354 - SkiFire13:binary-search-assume, r=nagisa 2021-03-28 03:51:22 +00:00
codegen-units Deprecate items that accidentally weren't deprecated 2021-03-09 19:09:20 -05:00
debuginfo Update tests for extern block linting 2021-01-13 07:49:16 -05:00
incremental Use EvaluatedToOkModuloRegions whenever we erase regions 2021-03-24 16:01:37 -04:00
mir-opt Auto merge of #78618 - workingjubilee:ieee754-fmt, r=m-ou-se 2021-03-27 10:40:16 +00:00
pretty Update test/pretty output for edition preludes. 2021-02-25 13:43:11 +01:00
run-make test: run-make: skip tests on unsupported platforms 2021-03-28 16:50:56 +01:00
run-make-fulldeps Auto merge of #83666 - Amanieu:instrprof-order, r=tmandry 2021-03-31 03:20:33 +00:00
run-pass-valgrind Update tests for extern block linting 2021-01-13 07:49:16 -05:00
rustdoc Auto merge of #82838 - Amanieu:rustdoc_asm, r=nagisa 2021-03-16 10:05:46 +00:00
rustdoc-gui Rollup merge of #83420 - GuillaumeGomez:rustdoc-gui-tests-doc, r=CraftSpider 2021-03-25 09:07:27 +09:00
rustdoc-js Add test for primitive search 2021-02-01 15:56:51 +01:00
rustdoc-js-std Add search index test for primitive types 2021-01-27 10:05:06 +01:00
rustdoc-json Rename span to source 2021-03-24 19:44:23 +00:00
rustdoc-ui Give a better error when --theme is not a CSS file 2021-03-31 14:55:53 -04:00
rustfix
ui Rollup merge of #83671 - JohnTitor:issue-75801-test, r=Dylan-DPC 2021-03-31 01:14:47 +02:00
ui-fulldeps Fix fulldeps tests. 2021-03-30 23:51:15 +02:00
COMPILER_TESTS.md