Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cargo-lambda/cargo-lambda
/ rustup_cmd
Function
rustup_cmd
crates/cargo-lambda-build/src/toolchain.rs:69–71 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
}
68
69
pub(crate) fn rustup_cmd() -> String {
70
env::var(
"RUSTUP"
).unwrap_or_else(|_|
"rustup"
.to_string())
71
}
72
73
#[cfg(test)]
74
mod tests {
Callers
3
run
Function · 0.85
check_target_component_with_rustc_meta
Function · 0.85
install_target_component
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected