Move /src/test to /tests
This commit is contained in:
parent
ca855e6e42
commit
cf2dff2b1e
27592 changed files with 0 additions and 0 deletions
|
@ -0,0 +1,11 @@
|
|||
// check-pass
|
||||
|
||||
// This used to cause a stack overflow during exhaustiveness checking in the compiler.
|
||||
|
||||
fn main() {
|
||||
const LARGE_SIZE: usize = 1024 * 1024;
|
||||
let [..] = [0u8; LARGE_SIZE];
|
||||
match [0u8; LARGE_SIZE] {
|
||||
[..] => {}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue