1
Fork 0

Gate the type length limit check behind a nightly flag

This commit is contained in:
Michael Goulet 2024-07-12 21:15:25 -04:00
parent 62c068feea
commit 938ed369ad
17 changed files with 54 additions and 58 deletions

View file

@ -1,5 +1,5 @@
//~ ERROR overflow evaluating the requirement `{closure@$DIR/overflow-during-mono.rs:13:41: 13:44}: Sized`
//@ build-fail
//@ error-pattern: reached the type-length limit while instantiating
#![recursion_limit = "32"]