feat: add rust-script
This commit is contained in:
6
external/rust-script/tests/data/script-explicit.rs
vendored
Normal file
6
external/rust-script/tests/data/script-explicit.rs
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
extern crate boolinator;
|
||||
use boolinator::Boolinator;
|
||||
fn main() {
|
||||
println!("--output--");
|
||||
println!("{:?}", true.as_some(1));
|
||||
}
|
||||
Reference in New Issue
Block a user