The rust compiler

Compile to executable

rustc <file>.rs
./file

Compile to LLVM

rustc --emite=llvm-ir <file>.rs