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
@ -10,6 +10,8 @@
|
||||
|
||||
#![allow(unused)]
|
||||
|
||||
#![recursion_limit = "32"]
|
||||
|
||||
#[derive(Clone)]
|
||||
struct A (B);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user