Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit cf97875

Browse files
committed
test overflow
1 parent a2ef275 commit cf97875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/23707.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![recursion_limit="2048"]
1+
#![recursion_limit="32767"]
22

33
use std::marker::PhantomData;
44
use std::fmt;

0 commit comments

Comments
 (0)