rust/src/test
bors 6fb34bdfc6 Auto merge of #50536 - leodasvacas:report-fullfilment-errors-in-copy-derive, r=estebank
Better error reporting in Copy derive

In Copy derive, report all fulfillment erros when present and do not report errors for types tainted with `TyErr`. Also report all fields which are not Copy rather than just the first.

Also refactored `fn fully_normalize`, removing the not very useful helper function along with a FIXME to the closed issue #26721 that looks out of context now.

Fixes #50480

r? @estebank
2018-05-12 22:48:16 +00:00
..
auxiliary
codegen Introduce ConstValue and use it instead of miri's Value for constant values 2018-05-11 13:01:44 +02:00
codegen-units
compile-fail rustc: Only suggest deleting extern crate if it works 2018-05-12 08:39:05 -06:00
compile-fail-fulldeps Auto merge of #49823 - Zoxc:term-str, r=alexcrichton 2018-05-10 16:27:32 +00:00
debuginfo
incremental
incremental-fulldeps
mir-opt
parse-fail
pretty
run-fail
run-fail-fulldeps
run-make Allow for specifying a linker plugin for cross-language LTO 2018-05-09 16:42:35 +02:00
run-make-fulldeps Auto merge of #50105 - mixi:crt-included, r=alexcrichton 2018-05-11 19:46:16 +00:00
run-pass Rollup merge of #50550 - llogiq:fmt-result, r=petrochenkov 2018-05-12 07:32:27 -06:00
run-pass-fulldeps Auto merge of #49823 - Zoxc:term-str, r=alexcrichton 2018-05-10 16:27:32 +00:00
run-pass-valgrind
rustdoc
rustdoc-js Add exact-check option to rustdoc-js tests 2018-05-09 19:17:13 +02:00
rustdoc-ui
rustfix
ui Auto merge of #50536 - leodasvacas:report-fullfilment-errors-in-copy-derive, r=estebank 2018-05-12 22:48:16 +00:00
ui-fulldeps rustc: Only suggest deleting extern crate if it works 2018-05-12 08:39:05 -06:00
COMPILER_TESTS.md