Skip to content

hello_rustc demonstrates how to interact with the Rust compiler using rustc_interface

License

Notifications You must be signed in to change notification settings

georgewfraser/hello_rustc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello_rustc demonstrates how to interact with the Rust compiler using rustc_interface.

To build, you will need to switch to rustc nightly and add the rustc-dev component:

rustup default nightly
rustup component add --toolchain nightly rustc-dev

After doing this, cargo run should work.

About

hello_rustc demonstrates how to interact with the Rust compiler using rustc_interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages