Skip to content

Commit

Permalink
[starnix] Increase recursion limit
Browse files Browse the repository at this point in the history
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 <jamesr@google.com>
Reviewed-by: Tyler Mandry <tmandry@google.com>
Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.com>
Reviewed-by: Marie Janssen <jamuraa@google.com>
Fuchsia-Auto-Submit: Julia Ryan <pineapple@google.com>
  • Loading branch information
nayngco authored and CQ Bot committed Jul 16, 2024
1 parent 89192bd commit 2e6454c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/starnix/kernel/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#![recursion_limit = "256"]
#![recursion_limit = "512"]
use tracing_mutex as _;

pub mod arch;
Expand Down

0 comments on commit 2e6454c

Please sign in to comment.