/a-mir-formality

a model of MIR and the Rust type/trait system

Primary LanguageRustApache License 2.0Apache-2.0

a-mir-formality

This repository is an early-stage experimental project that aims to be a complete, authoritative formal model of the Rust MIR. Presuming these experiments bear fruit, the intention is to bring this model into Rust as an RFC and develop it as an official part of the language definition.

Quickstart guide

Like any Rust project:

  • Clone
  • cargo test --all