compiletest-rs
An extraction of the compiletest utility from the Rust compiler
File Explorer
Download Latest Version (.zip)- rust.yml
- dependabot.yml
- common.rs
- errors.rs
- header.rs
- json.rs
- lib.rs
- raise_fd_limit.rs
- read2.rs
- runtest.rs
- uidiff.rs
- util.rs
- lib.rs
- main.rs
- panic.rs
- macro.rs
- multiple-errors.rs
- mut-suggestion.rs
- trait-bounds-cant-coerce.rs
- where-for-self.rs
- simple_proc_macro.rs
- 2018-edition.rs
- some-proc-macro.rs
- macro.pp
- macro.rs
- args-panic.rs
- issue-20971.rs
- match-wildcards.rs
- mod-zero.rs
- associated-types-binding-in-where-clause.rs
- issue-10025.rs
- vec-slice-drop.rs
- while-with-break.rs
- with-own-crate.rs
- dyn-keyword.fixed
- dyn-keyword.rs
- dyn-keyword.stderr
- tests.rs
- Cargo.toml
- mod.rs
- bless.rs
- .gitattributes
- .gitignore
- build.rs
- Cargo.toml
- LICENSE-APACHE
- LICENSE-MIT
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/Manishearth/compiletest-rs
Downloads the entire project code from GitHub to your computer.
cd compiletest-rs
Moves into the project folder you just downloaded.
2. Rust
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cargo build --release
Compiles the Rust project.
cargo run
Builds and then immediately runs the program.
If cargo build finishes without errors, it worked. The executable is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
