(zilch lang rust): more fixes
This commit is contained in:
parent
313cca66cc
commit
fb1977a45c
5 changed files with 189 additions and 85 deletions
6
lang/rust/helpers/src/bin/false.rs
Normal file
6
lang/rust/helpers/src/bin/false.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
use std::{env::args, process::exit};
|
||||
|
||||
fn main() {
|
||||
eprintln!("cargo stub called with {:?}", args());
|
||||
exit(1);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue