mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 13:40:15 +03:00
Merge pull request #422 from RalfJung/default-run
Revert "Disable blood letting edge features"
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
cargo-features = ["default-run"]
|
||||
|
||||
[package]
|
||||
authors = ["Scott Olson <scott@solson.me>"]
|
||||
description = "An experimental interpreter for Rust MIR."
|
||||
@@ -6,6 +8,7 @@ name = "miri"
|
||||
repository = "https://github.com/solson/miri"
|
||||
version = "0.1.0"
|
||||
build = "build.rs"
|
||||
default-run = "miri"
|
||||
|
||||
[[bin]]
|
||||
doc = false
|
||||
|
||||
Reference in New Issue
Block a user