Skip to main content

read_rust_channel

Function read_rust_channel 

Source
pub fn read_rust_channel(project_root: &Path) -> String
Expand description

Read [toolchain] channel from <root>/rust-toolchain.toml. Defaults to "stable" when the file is missing or unparseable.

Note: [[bin]] enumeration is handled by crate::project::read_bins.