mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-15 15:08:52 +00:00
Bump Rust and add skeleton code for irgen.
This commit is contained in:
@@ -12,6 +12,12 @@ cargo build # debug build
|
||||
cargo build --release # release build
|
||||
```
|
||||
|
||||
## Documentation
|
||||
|
||||
```sh
|
||||
cargo doc --document-private-items # built in target/doc
|
||||
cargo doc --open --document-private-items # opens in default broswer. Firefox or Chrome recommended.
|
||||
```
|
||||
|
||||
## Run
|
||||
|
||||
|
||||
Reference in New Issue
Block a user