rust/src/test
Aaron Hill 3c974adb4c
Note specific regions involved in 'borrowed data escapes' error
Fixes #67007

Currently, a 'borrowed data escapes' error does not mention
the specific lifetime involved (except indirectly through a suggestion
about adding a lifetime bound). We now explain the specific lifetime
relationship that failed to hold, which improves otherwise vague
error messages.
2021-10-05 13:25:03 -05:00
..
assembly Rollup merge of #83655 - sebpop:arm64-outline-atomics, r=workingjubilee 2021-10-04 13:58:06 -07:00
auxiliary
codegen Rollup merge of #88820 - hlopko:add_pie_relocation_model, r=petrochenkov 2021-10-01 09:18:16 -07:00
codegen-units Support incremental in compiletest for non-incremental modes. 2021-09-23 12:16:51 -07:00
debuginfo Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
incremental Bless incremental tests. 2021-09-20 08:32:21 +02:00
mir-opt Stabilize const_panic 2021-10-04 02:33:33 -04:00
pretty Use ZST for fmt unsafety 2021-09-21 10:04:44 -05:00
run-make Run the #85441 regression test on MSVC only 2021-10-02 22:16:23 +03:00
run-make-fulldeps Auto merge of #88880 - cjgillot:no-krate, r=oli-obk 2021-10-01 20:06:34 +00:00
run-pass-valgrind
rustdoc Rollup merge of #89198 - hkmatsumoto:hide-hidden-methods, r=jyn514 2021-09-25 18:22:19 -07:00
rustdoc-gui Add a test to detect overlapping entries in overview tables 2021-10-03 08:20:08 -04:00
rustdoc-js fix(rustdoc): generics search 2021-07-01 06:40:27 -07:00
rustdoc-js-std Fix linkcheck issues 2021-09-12 02:30:24 +00:00
rustdoc-json Rollup merge of #88234 - hkmatsumoto:rustdoc-impls-for-primitive, r=jyn514 2021-10-04 23:56:16 -07:00
rustdoc-ui Use the correct edition when syntax highlighting doctests 2021-09-26 16:36:33 +00:00
ui Note specific regions involved in 'borrowed data escapes' error 2021-10-05 13:25:03 -05:00
ui-fulldeps Update ui-fulldeps. 2021-10-03 16:08:56 +02:00
COMPILER_TESTS.md