diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2020-02-22 18:43:05 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-22 18:43:05 +0530 |
| commit | 541b407c140bd8848fdeeba3448bc94ed72fd6a7 (patch) | |
| tree | 39cc845d77a3eac7b91d5803f159f791ace0f06f | |
| parent | 8ab4060057a7c70376dedf075fcb98a07868fc03 (diff) | |
| parent | 8893607a54180f77b85a65d428da6954114844fd (diff) | |
| download | rust-541b407c140bd8848fdeeba3448bc94ed72fd6a7.tar.gz rust-541b407c140bd8848fdeeba3448bc94ed72fd6a7.zip | |
Rollup merge of #69349 - spastorino:mir-not-an-experiment, r=Dylan-DPC
MIR is not an experiment anymore At least I hope is not :stuck_out_tongue_closed_eyes: r? @oli-obk
| -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. */ |
