Skip to content

Commit 2e6454c

Browse files
nayngcoCQ Bot
authored and
CQ Bot
committed
[starnix] Increase recursion limit
This is to unblock an upstream change: rust-lang/rust#126024 Change-Id: I4e1c0b2ba35da81c9e2c6e3ae3e07fa8db1a48a1 Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1082793 Reviewed-by: James Robinson <[email protected]> Reviewed-by: Tyler Mandry <[email protected]> Commit-Queue: Auto-Submit <[email protected]> Reviewed-by: Marie Janssen <[email protected]> Fuchsia-Auto-Submit: Julia Ryan <[email protected]>
1 parent 89192bd commit 2e6454c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/starnix/kernel/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5-
#![recursion_limit = "256"]
5+
#![recursion_limit = "512"]
66
use tracing_mutex as _;
77

88
pub mod arch;

0 commit comments

Comments
 (0)