rust/src/test/ui/run-pass/array-slice-vec
2018-09-06 13:00:26 +02:00
..
arr_cycle.rs
array_const_index-1.rs Add #![allow(..)] for a slew of lints of migrated run-pass tests, to silence stderr output. 2018-09-06 13:00:26 +02:00
box-of-array-of-drop-1.rs Allow more lints, mainly overflowing_literals for cases that only arose on 32-bit. 2018-09-06 13:00:26 +02:00
box-of-array-of-drop-2.rs Allow more lints, mainly overflowing_literals for cases that only arose on 32-bit. 2018-09-06 13:00:26 +02: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
empty-mutable-vec.rs
estr-slice.rs
evec-slice.rs Add #![allow(..)] for a slew of lints of migrated run-pass tests, to silence stderr output. 2018-09-06 13:00:26 +02:00
fixed_length_copy.rs
huge-largest-array.rs
ivec-pass-by-value.rs
mutability-inherits-through-fixed-length-vec.rs
mutable-alias-vec.rs
nested-vec-1.rs
nested-vec-2.rs Add // run-pass annotations to all the tests under ui/run-pass/. 2018-09-06 13:00:26 +02:00
nested-vec-3.rs Allow more lints, mainly overflowing_literals for cases that only arose on 32-bit. 2018-09-06 13:00:26 +02:00
new-style-fixed-length-vec.rs
rcvr-borrowed-to-slice.rs Add #![allow(..)] for a slew of lints of migrated run-pass tests, to silence stderr output. 2018-09-06 13:00:26 +02:00
repeated-vector-syntax.rs
show-boxed-slice.rs
slice-2.rs
slice-of-zero-size-elements.rs Add #![allow(..)] for a slew of lints of migrated run-pass tests, to silence stderr output. 2018-09-06 13:00:26 +02:00
slice-panic-1.rs
slice-panic-2.rs
slice.rs
slice_binary_search.rs
variance-vec-covariant.rs
vec-concat.rs
vec-dst.rs
vec-fixed-length.rs
vec-growth.rs
vec-late-init.rs
vec-macro-no-std.rs
vec-macro-repeat.rs Add // run-pass annotations to all the tests under ui/run-pass/. 2018-09-06 13:00:26 +02:00
vec-macro-rvalue-scope.rs
vec-macro-with-brackets.rs
vec-macro-with-trailing-comma.rs
vec-matching-autoslice.rs Allow illegal_floating_point_literal_pattern. These will need to be updated at some point. 2018-09-06 13:00:26 +02:00
vec-matching-fixed.rs
vec-matching-fold.rs
vec-matching-legal-tail-element-borrow.rs
vec-matching.rs
vec-push.rs
vec-repeat-with-cast.rs
vec-slice-drop.rs Add #![allow(..)] for a slew of lints of migrated run-pass tests, to silence stderr output. 2018-09-06 13:00:26 +02:00
vec-slice.rs
vec-tail-matching.rs
vec-to_str.rs
vec.rs
vec_cycle.rs
vec_cycle_wrapped.rs
vector-no-ann-2.rs