From What is Rustc?:

rustc is the compiler for the Rust programming language, provided by the project itself. Compilers take your source code and produce binary code, either as a library or executable.

Version

Check your Rustc version.

$ rustc -V
rustc 1.31.1 (b6c32da9b 2018-12-18)