Skip to content

Commit f7f606d

Browse files
committed
fmt
1 parent 99debec commit f7f606d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_session/session.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ impl Session {
222222
// We have skipped a feature gate, and not run into other errors... reject.
223223
self.err(
224224
"`-Zunleash-the-miri-inside-of-you` may not be used to circumvent feature \
225-
gates, except when testing error paths in the CTFE engine"
225+
gates, except when testing error paths in the CTFE engine",
226226
);
227227
}
228228
}

0 commit comments

Comments
 (0)