diff options
| author | Santiago Pastorino <spastorino@gmail.com> | 2020-02-21 11:03:21 -0300 |
|---|---|---|
| committer | Santiago Pastorino <spastorino@gmail.com> | 2020-02-21 11:03:21 -0300 |
| commit | 8893607a54180f77b85a65d428da6954114844fd (patch) | |
| tree | b1d2c28b83094d99114a175ca36246742bb7435c | |
| parent | 6af388b25050bca26710be7e4030e17bf6d8d2f7 (diff) | |
| download | rust-8893607a54180f77b85a65d428da6954114844fd.tar.gz rust-8893607a54180f77b85a65d428da6954114844fd.zip | |
MIR is not an experiment anymore
| -rw-r--r-- | src/librustc_mir/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_mir/lib.rs b/src/librustc_mir/lib.rs index 4f1b90e34cf..284dd74ce99 100644 --- a/src/librustc_mir/lib.rs +++ b/src/librustc_mir/lib.rs @@ -1,6 +1,6 @@ /*! -Rust MIR: a lowered representation of Rust. Also: an experiment! +Rust MIR: a lowered representation of Rust. */ |
