Update src/test/ui/pattern/issue-53820-slice-pattern-large-array.rs

Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
This commit is contained in:
Nadrieril Feneanar 2019-11-18 15:40:49 +00:00 committed by GitHub
parent 7f5e0441e2
commit 2079ae3a52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,7 @@
// check-pass
// This used to cause a stack overflow in the compiler.
#![feature(slice_patterns)]
fn main() {