We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d534c5 commit 8d161d6Copy full SHA for 8d161d6
compiler/rustc_middle/src/middle/limits.rs
@@ -30,7 +30,7 @@ pub fn provide(providers: &mut Providers) {
30
tcx.hir().krate_attrs(),
31
tcx.sess,
32
sym::type_length_limit,
33
- 1048576,
+ 1048576 * 2 * 2 * 2,
34
),
35
}
36
0 commit comments