rust/src/test/ui/array-slice-vec
Ralf Jung aecab5e603
Rollup merge of #72045 - RalfJung:incomplete-unsound, r=petrochenkov
Incomplete features can also be unsound

Some incomplete features do not just ICE, they are also currently unsound (e.g. https://github.com/rust-lang/rust/pull/72029, and also `specialization` -- which is not yet marked incomplete but [should be](https://github.com/rust-lang/rust/pull/71420)). This makes the message reflect that.

While at it I also added a link to the tracking issue, which hopefully should explain what is incomplete/unsound about the feature.
2020-05-16 19:46:29 +02:00
..
arr_cycle.rs
array_const_index-1.rs
bounds-check-no-overflow.rs Skip tests on emscripten 2020-05-08 00:39:02 +09:00
box-of-array-of-drop-1.rs
box-of-array-of-drop-2.rs
cast-in-array-size.rs
check-static-mut-slices.rs
check-static-slice.rs
copy-out-of-array-1.rs
destructure-array-1.rs
dst-raw-slice.rs Skip tests on emscripten 2020-05-08 00:39:02 +09:00
empty-mutable-vec.rs
estr-slice.rs
evec-slice.rs
fixed_length_copy.rs
huge-largest-array.rs
infer_array_len.rs add test for array len inference 2020-03-30 19:13:47 +02:00
infer_array_len.stderr add test for array len inference 2020-03-30 19:13:47 +02:00
issue-69103-extra-binding-subslice.rs fix extra subslice lowering 2020-02-13 12:24:53 +01:00
issue-69103-extra-binding-subslice.stderr fix extra subslice lowering 2020-02-13 12:24:53 +01:00
ivec-pass-by-value.rs
match_arr_unknown_len.rs adjust tests 2020-05-09 14:40:17 +02:00
match_arr_unknown_len.stderr Rollup merge of #72045 - RalfJung:incomplete-unsound, r=petrochenkov 2020-05-16 19:46:29 +02:00
mutability-inherits-through-fixed-length-vec.rs
mutable-alias-vec.rs
nested-vec-1.rs
nested-vec-2.rs
nested-vec-3.rs
new-style-fixed-length-vec.rs
rcvr-borrowed-to-slice.rs
repeated-vector-syntax.rs
show-boxed-slice.rs
slice-2.rs
slice-of-zero-size-elements.rs
slice-panic-1.rs
slice-panic-2.rs
slice-pat-type-mismatches.rs slice_patterns: organize some tests 2020-01-18 19:33:47 +01:00
slice-pat-type-mismatches.stderr slice_patterns: organize some tests 2020-01-18 19:33:47 +01:00
slice.rs
slice_binary_search.rs
subslice-only-once-semantic-restriction.rs slice_patterns: organize some tests 2020-01-18 19:33:47 +01:00
subslice-only-once-semantic-restriction.stderr slice_patterns: organize some tests 2020-01-18 19:33:47 +01:00
subslice-patterns-const-eval-match.rs slice_patterns: remove gates in tests 2020-01-18 19:33:47 +01:00
subslice-patterns-const-eval.rs slice_patterns: remove gates in tests 2020-01-18 19:33:47 +01:00
subslice-patterns-pass.rs slice_patterns: remove gates in tests 2020-01-18 19:33:47 +01:00
variance-vec-covariant.rs
vec-concat.rs
vec-dst.rs
vec-fixed-length.rs update tests 2020-03-31 19:01:49 +02:00
vec-growth.rs
vec-late-init.rs
vec-macro-no-std.rs
vec-macro-repeat.rs
vec-macro-rvalue-scope.rs
vec-macro-with-brackets.rs
vec-macro-with-trailing-comma.rs
vec-matching-autoslice.rs
vec-matching-fixed.rs slice_patterns: remove gates in tests 2020-01-18 19:33:47 +01:00
vec-matching-fold.rs slice_patterns: remove gates in tests 2020-01-18 19:33:47 +01:00
vec-matching-legal-tail-element-borrow.rs slice_patterns: remove gates in tests 2020-01-18 19:33:47 +01:00
vec-matching.rs slice_patterns: remove gates in tests 2020-01-18 19:33:47 +01:00
vec-push.rs
vec-repeat-with-cast.rs
vec-slice-drop.rs
vec-slice.rs
vec-tail-matching.rs slice_patterns: remove gates in tests 2020-01-18 19:33:47 +01:00
vec-to_str.rs
vec.rs
vec_cycle.rs
vec_cycle_wrapped.rs
vector-no-ann-2.rs