From cf2dff2b1e3fa55fa5415d524200070d0d7aacfe Mon Sep 17 00:00:00 2001 From: Albert Larsan <74931857+albertlarsan68@users.noreply.github.com> Date: Thu, 5 Jan 2023 09:13:28 +0100 Subject: Move /src/test to /tests --- tests/ui/array-slice-vec/array_const_index-0.rs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/ui/array-slice-vec/array_const_index-0.rs (limited to 'tests/ui/array-slice-vec/array_const_index-0.rs') diff --git a/tests/ui/array-slice-vec/array_const_index-0.rs b/tests/ui/array-slice-vec/array_const_index-0.rs new file mode 100644 index 00000000000..96755802ec7 --- /dev/null +++ b/tests/ui/array-slice-vec/array_const_index-0.rs @@ -0,0 +1,8 @@ +const A: &'static [i32] = &[]; +const B: i32 = (&A)[1]; +//~^ index out of bounds: the length is 0 but the index is 1 +//~| ERROR evaluation of constant value failed + +fn main() { + let _ = B; +} -- cgit 1.4.1-3-g733a5