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:
parent
7f5e0441e2
commit
2079ae3a52
1 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
||||||
// check-pass
|
// check-pass
|
||||||
|
|
||||||
|
// This used to cause a stack overflow in the compiler.
|
||||||
|
|
||||||
#![feature(slice_patterns)]
|
#![feature(slice_patterns)]
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue