ratchet down the recursion limit because, at least in my testing,
under some configurations this still causes a stack overflow and hence a crash
This commit is contained in:
parent
7c2ee5ed12
commit
cfe4c3567a
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@
|
|||
|
||||
#![allow(unused)]
|
||||
|
||||
#![recursion_limit = "32"]
|
||||
|
||||
#[derive(Clone)]
|
||||
struct A (B);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue