Skip to content

Files

Latest commit

Feb 15, 2023
fb4cc6f · Feb 15, 2023

History

History
This branch is 1987 commits ahead of, 5189 commits behind rust-lang/rustc-dev-guide:master.

examples

For each example to compile, you will need to first run the following:

    rustup component add rustc-dev llvm-tools

To create an executable:

    rustc rustc-driver-example.rs

To run an executable:

    rustup run nightly ./rustc-driver-example