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.
The example build.rs file in create-disk-image.md uses the env!() macro to access CARGO_BIN_FILE_KERNEL_kernel when it should use std::env::var_os.
build.rs
create-disk-image.md
env!()
CARGO_BIN_FILE_KERNEL_kernel
std::env::var_os