llvm/tests/rust-sanity/test.sh
Timm Bäder e9e5adc47f Update to 14.0.5
Resolves: rhbz#2061056
2022-06-20 14:03:50 +02:00

6 lines
51 B
Bash
Executable File

#!/bin/sh -eux
cargo new hello
cd hello
cargo run