rust/src/test/ui/array-slice-vec
David Koloski ea68758299 Add needs-unwind to tests that depend on panicking
This directive isn't automatically set by compiletest or x.py, but can
be turned on manually for targets that require it.
2021-12-09 22:03:52 +00:00
..
array_const_index-0.rs make const_err a future incompat lint 2021-02-03 15:45:43 +01:00
array_const_index-0.stderr make const_err a future incompat lint 2021-02-03 15:45:43 +01:00
array_const_index-1.rs make const_err a future incompat lint 2021-02-03 15:45:43 +01:00
array_const_index-1.stderr make const_err a future incompat lint 2021-02-03 15:45:43 +01:00
array_const_index-2.rs
array-break-length.rs
array-break-length.stderr
array-not-vector.rs
array-not-vector.stderr
bounds-check-no-overflow.rs
box-of-array-of-drop-1.rs Add needs-unwind to tests that depend on panicking 2021-12-09 22:03:52 +00:00
box-of-array-of-drop-2.rs Add needs-unwind to tests that depend on panicking 2021-12-09 22:03:52 +00:00
byte-literals.rs Move some tests to more reasonable directories 2021-11-18 12:09:34 -03:00
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-15730.rs
issue-18425.rs Move some tests to more reasonable directories 2021-01-31 19:46:46 -03:00
issue-69103-extra-binding-subslice.rs
issue-69103-extra-binding-subslice.stderr
ivec-pass-by-value.rs
match_arr_unknown_len.rs feature(const_generics) -> feature(const_param_types) 2021-08-30 11:00:21 +02:00
match_arr_unknown_len.stderr feature(const_generics) -> feature(const_param_types) 2021-08-30 11:00:21 +02:00
mut-vstore-expr.rs Move some tests to more reasonable directories 2021-11-06 15:35:20 -03:00
mutability-inherits-through-fixed-length-vec.rs
mutable-alias-vec.rs
nested-vec-1.rs
nested-vec-2.rs
nested-vec-3.rs Add needs-unwind to tests that depend on panicking 2021-12-09 22:03:52 +00:00
new-style-fixed-length-vec.rs
rcvr-borrowed-to-slice.rs
repeat_empty_ok.rs
repeat_empty_ok.stderr
repeated-vector-syntax.rs
show-boxed-slice.rs
slice_binary_search.rs Ignore automatically derived impls of Clone and Debug in dead code analysis 2021-09-09 19:49:07 +02:00
slice-2.rs
slice-2.stderr
slice-mut-2.rs
slice-mut-2.stderr
slice-mut.rs
slice-mut.stderr
slice-of-zero-size-elements.rs
slice-panic-1.rs Add needs-unwind to tests that depend on panicking 2021-12-09 22:03:52 +00:00
slice-panic-2.rs Add needs-unwind to tests that depend on panicking 2021-12-09 22:03:52 +00:00
slice-pat-type-mismatches.rs
slice-pat-type-mismatches.stderr
slice-to-vec-comparison.rs
slice-to-vec-comparison.stderr
slice.rs Lint for unused borrows as part of UNUSED_MUST_USE 2021-06-18 15:09:40 +08:00
subslice-only-once-semantic-restriction.rs
subslice-only-once-semantic-restriction.stderr
subslice-patterns-const-eval-match.rs remove const_fn feature gate from const tests 2021-04-29 09:27:45 +02:00
subslice-patterns-const-eval.rs
variance-vec-covariant.rs
vec-dst.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
vec-fixed-length.rs
vec-late-init.rs
vec-macro-no-std.rs
vec-macro-rvalue-scope.rs
vec-macro-with-brackets.rs
vec-macro-with-comma-only.rs
vec-macro-with-comma-only.stderr
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-mut-iter-borrow.rs
vec-mut-iter-borrow.stderr Use larger span for adjustments on method calls 2021-09-25 10:00:41 -05:00
vec-overrun.rs
vec-repeat-with-cast.rs
vec-res-add.rs
vec-res-add.stderr
vec-tail-matching.rs
vector-cast-weirdness.rs Allow casting mut array ref to mut ptr 2021-02-10 15:44:41 +03:00
vector-cast-weirdness.stderr Allow casting mut array ref to mut ptr 2021-02-10 15:44:41 +03:00
vector-no-ann-2.rs Remove box syntax from most places in src/test outside of the issues dir 2021-09-26 04:07:44 +02:00
vector-no-ann.rs
vector-no-ann.stderr