pub const NONE: &[&OsStr];
Empty slice, properly-typed for compile() and compile_for*() to mean “no additional parameters”.
compile()
compile_for*()
Rust helpfully forbids default type parameters on functions, so just passing [] doesn’t work :)
[]