diff options
| author | Fabian Zaiser <fabian.zaiser@gmail.com> | 2018-06-03 21:05:22 +0200 |
|---|---|---|
| committer | Fabian Zaiser <fabian.zaiser@gmail.com> | 2018-06-05 10:35:44 +0200 |
| commit | 29c43fea376624d62a8466e9304312f70c19d558 (patch) | |
| tree | 7410048ed2c2760f6a64a807927f1c96cae23acc | |
| parent | 589f9a87a87c2f444e83a1e4d25de0ac8c0ca7a4 (diff) | |
| download | rust-29c43fea376624d62a8466e9304312f70c19d558.tar.gz rust-29c43fea376624d62a8466e9304312f70c19d558.zip | |
Fix tidy
| -rw-r--r-- | src/test/ui/const-eval/index_out_of_bounds.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/const-eval/index_out_of_bounds.rs b/src/test/ui/const-eval/index_out_of_bounds.rs index 9624b2924ba..f3578bcef6e 100644 --- a/src/test/ui/const-eval/index_out_of_bounds.rs +++ b/src/test/ui/const-eval/index_out_of_bounds.rs @@ -14,4 +14,4 @@ static FOO: i32 = [][0]; fn main() { let array = [std::env::args().len()]; array[1]; //~ ERROR index out of bounds -} \ No newline at end of file +} |
