From 8893607a54180f77b85a65d428da6954114844fd Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Fri, 21 Feb 2020 11:03:21 -0300 Subject: [PATCH] MIR is not an experiment anymore --- src/librustc_mir/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc_mir/lib.rs b/src/librustc_mir/lib.rs index 4f1b90e34cf00..284dd74ce99d4 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. */