rustc-dev-guide/examples
Tshepang Mbambo eb3d07befc example assumes a static exists
This was removed, likely by mistake, during a refactor.
2025-03-30 00:16:39 +02:00
..
README Fix examples to work with nightly-2025-02-13 2025-02-15 19:44:32 +01:00
rustc-driver-example.rs example assumes a static exists 2025-03-30 00:16:39 +02:00
rustc-driver-interacting-with-the-ast.rs update rustc-{driver,interface} examples 2025-03-29 23:52:57 +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