We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08972a6 + 61d4637 commit c30ac62Copy full SHA for c30ac62
src/env_var.rs
@@ -4,7 +4,7 @@ use std::process::Command;
4
5
use crate::process;
6
7
-pub const RUST_RECURSION_COUNT_MAX: u32 = 5;
+pub const RUST_RECURSION_COUNT_MAX: u32 = 20;
8
9
#[allow(unused)]
10
pub fn append_path(name: &str, value: Vec<PathBuf>, cmd: &mut Command) {
0 commit comments