From f7f606d9af12664f3c959c65512d45c57daaaeb2 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sun, 3 May 2020 17:12:50 +0200 Subject: [PATCH] fmt --- src/librustc_session/session.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ); } }