Skip to content

Files

Latest commit

fb4cc6f · Feb 15, 2023

History

History
This branch is 2032 commits ahead of, 3981 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