about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2020-05-03 17:12:50 +0200
committerRalf Jung <post@ralfj.de>2020-05-03 17:12:50 +0200
commitf7f606d9af12664f3c959c65512d45c57daaaeb2 (patch)
tree421d033828b32068a29eb596fdb878402310236c
parent99debecd4dd28cbf2541fbb2a84b20dffc26a5db (diff)
downloadrust-f7f606d9af12664f3c959c65512d45c57daaaeb2.tar.gz
rust-f7f606d9af12664f3c959c65512d45c57daaaeb2.zip
fmt
-rw-r--r--src/librustc_session/session.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_session/session.rs b/src/librustc_session/session.rs
index 922850f9940..3f758e9fa67 100644
--- a/src/librustc_session/session.rs
+++ b/src/librustc_session/session.rs
@@ -222,7 +222,7 @@ impl Session {
                 // We have skipped a feature gate, and not run into other errors... reject.
                 self.err(
                     "`-Zunleash-the-miri-inside-of-you` may not be used to circumvent feature \
-                     gates, except when testing error paths in the CTFE engine"
+                     gates, except when testing error paths in the CTFE engine",
                 );
             }
         }