rust/src/test/ui/array-slice-vec
Dylan DPC 1b24f1401d
Rollup merge of #76324 - ayushmishra2005:move_vec_tests_in_library, r=matklad
Move Vec slice UI tests in library

Moved some of Vec slice UI tests in Library as a part of #76268

r? @matklad
2020-09-07 01:18:07 +02:00
..
arr_cycle.rs
array_const_index-1.rs
bounds-check-no-overflow.rs
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
empty-mutable-vec.rs
estr-slice.rs
evec-slice.rs
fixed_length_copy.rs
huge-largest-array.rs
infer_array_len.rs
infer_array_len.stderr
issue-69103-extra-binding-subslice.rs
issue-69103-extra-binding-subslice.stderr
ivec-pass-by-value.rs
match_arr_unknown_len.rs
match_arr_unknown_len.stderr
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_binary_search.rs
slice-of-zero-size-elements.rs
slice-panic-1.rs
slice-panic-2.rs
slice-pat-type-mismatches.rs pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
slice-pat-type-mismatches.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
slice.rs
subslice-only-once-semantic-restriction.rs
subslice-only-once-semantic-restriction.stderr
subslice-patterns-const-eval-match.rs
subslice-patterns-const-eval.rs
subslice-patterns-pass.rs
variance-vec-covariant.rs
vec_cycle_wrapped.rs
vec_cycle.rs
vec-dst.rs
vec-fixed-length.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
vec-matching-fold.rs
vec-matching-legal-tail-element-borrow.rs
vec-matching.rs
vec-repeat-with-cast.rs
vec-slice-drop.rs
vec-tail-matching.rs
vector-no-ann-2.rs