rust/src/test
Dylan DPC 58d955e6cc
Rollup merge of #71540 - ldm0:ref2ptr, r=oli-obk
Suggest deref when coercing `ty::Ref` to `ty::RawPtr`

Fixes #32122

Currently we do autoderef when casting `ty::Ref` ->`ty::Ref`, but we don't autoderef when casting `ty::Ref` -> `ty::RawPtr`. This PR make the compiler suggests deref when coercing `ty::Ref` to `ty::RawPtr`
2020-04-30 14:07:53 +02:00
..
assembly
auxiliary
codegen Fix codegen and mir-opt tests 2020-04-20 21:18:20 +02: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 Moving more build-pass tests to check-pass 2020-04-23 20:21:38 -07:00
mir-opt Auto merge of #70175 - Amanieu:remove_nlp, r=pnkfelix 2020-04-30 07:04:43 +00:00
pretty Update tests to use llvm_asm! 2020-03-26 15:49:22 +00:00
run-fail Auto merge of #70175 - Amanieu:remove_nlp, r=pnkfelix 2020-04-30 07:04:43 +00:00
run-make
run-make-fulldeps Rollup merge of #71489 - spastorino:fix-treat-err-as-bug-handling, r=eddyb 2020-04-28 13:12:14 +02:00
run-pass-valgrind
rustdoc Fix show-const-contents rustdoc test 2020-04-20 23:38:07 +02:00
rustdoc-js
rustdoc-js-std Add tests for new of variables 2020-03-16 18:30:26 +01:00
rustdoc-ui Add rustdoc regression test for the unused_braces lint 2020-04-24 19:15:07 +02:00
rustfix
ui Rollup merge of #71540 - ldm0:ref2ptr, r=oli-obk 2020-04-30 14:07:53 +02:00
ui-fulldeps Remove support for self-opening 2020-04-25 10:55:20 -04: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