diff options
Diffstat (limited to 'tests/ui/array-slice-vec/vec-repeat-with-cast.rs')
| -rw-r--r-- | tests/ui/array-slice-vec/vec-repeat-with-cast.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/array-slice-vec/vec-repeat-with-cast.rs b/tests/ui/array-slice-vec/vec-repeat-with-cast.rs index 4af38d9cf32..1f1fd4cd0d2 100644 --- a/tests/ui/array-slice-vec/vec-repeat-with-cast.rs +++ b/tests/ui/array-slice-vec/vec-repeat-with-cast.rs @@ -1,5 +1,4 @@ //@ run-pass -//@ pretty-expanded FIXME #23616 pub fn main() { let _a = [0; 1 as usize]; } |
