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", ); } }