rust/src/test
Esteban Küber d3c96f03b5 Suggest -> impl Trait and -> Box<dyn Trait> on fn that doesn't return
During development, a function could have a return type set that is a
bare trait object by accident. We already suggest using either a boxed
trait object or `impl Trait` if the return paths will allow it. We now
do so too when there are *no* return paths or they all resolve to `!`.
We still don't handle cases where the trait object is *not* the entirety
of the return type gracefully.
2020-04-20 09:24:41 -07:00
..
assembly
auxiliary
codegen Auto merge of #71147 - cuviper:min-llvm8, r=Mark-Simulacrum 2020-04-18 01:37:27 +00:00
codegen-units Keep codegen units unmerged when building compiler builtins 2020-04-06 00:00:00 +00:00
compile-fail typeck: workaround WF hole in to_const. 2020-04-14 19:31:31 +03:00
debuginfo Update the minimum external LLVM to 8 2020-04-14 12:44:41 -07:00
incremental Tests. 2020-04-14 10:52:19 -04:00
mir-opt Auto merge of #71232 - eddyb:print-const-adts, r=oli-obk 2020-04-20 05:30:12 +00:00
pretty Update tests to use llvm_asm! 2020-03-26 15:49:22 +00:00
run-fail better lint names 2020-02-18 22:49:47 +01:00
run-make
run-make-fulldeps Auto merge of #71023 - mati865:mingw-unwind-linking-cleanup, r=Amanieu 2020-04-13 00:59:36 +00:00
run-pass-valgrind
rustdoc rustdoc: Don't try to load source files from external crates 2020-04-08 18:35:17 +01:00
rustdoc-js
rustdoc-js-std Add tests for new of variables 2020-03-16 18:30:26 +01:00
rustdoc-ui rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
rustfix
ui Suggest -> impl Trait and -> Box<dyn Trait> on fn that doesn't return 2020-04-20 09:24:41 -07:00
ui-fulldeps rustc: Add a warning count upon completion 2020-04-11 16:15:24 +02:00
COMPILER_TESTS.md rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org 2020-03-10 17:08:18 -03:00