rustc-dev-guide/examples
Tshepang Mbambo ed9122f534 add rustfmt settings file 2025-03-30 00:31:44 +02:00
..
README Fix examples to work with nightly-2025-02-13 2025-02-15 19:44:32 +01:00
rustc-driver-example.rs add rustfmt settings file 2025-03-30 00:31:44 +02:00
rustc-driver-interacting-with-the-ast.rs add rustfmt settings file 2025-03-30 00:31:44 +02:00
rustc-interface-example.rs update rustc-{driver,interface} examples 2025-03-29 23:52:57 +02:00
rustc-interface-getting-diagnostics.rs update rustc-{driver,interface} examples 2025-03-29 23:52:57 +02:00

README

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

    rustup component add rustc-dev llvm-tools

To create an executable:

    rustup run nightly rustc rustc-driver-example.rs

You might need to be more specific about the exact nightly version. See the comments at the top of
the examples for the version they were written for.

To run an executable:

    rustup run nightly ./rustc-driver-example