Skip to content

Commit 8d161d6

Browse files
bump
1 parent 3d534c5 commit 8d161d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_middle/src/middle/limits.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pub fn provide(providers: &mut Providers) {
3030
tcx.hir().krate_attrs(),
3131
tcx.sess,
3232
sym::type_length_limit,
33-
1048576,
33+
1048576 * 2 * 2 * 2,
3434
),
3535
}
3636
}

0 commit comments

Comments
 (0)