pub fn write_entry_source(
path: &Path,
source: &str,
) -> Result<(), ToolchainError>Expand description
Writes source to the entry module’s source file, creating any parent
module directories first.
§Errors
Returns ToolchainError::Io when a parent directory cannot be created or
the file cannot be written.