Skip to content

karlosss/mir-dump

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Set up rustc:

rustup update nightly-2018-12-02
rustup default nightly-2018-12-02

Build:

cargo build

Run tests:

cargo test

Run on a sample file:

cargo run -- tests/verify/pass/simple.rs

If the run was successful, the graphviz file nll-facts/foo/graph.dot should contain a MIR representation of the function foo.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%