We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99debec commit f7f606dCopy full SHA for f7f606d
src/librustc_session/session.rs
@@ -222,7 +222,7 @@ impl Session {
222
// We have skipped a feature gate, and not run into other errors... reject.
223
self.err(
224
"`-Zunleash-the-miri-inside-of-you` may not be used to circumvent feature \
225
- gates, except when testing error paths in the CTFE engine"
+ gates, except when testing error paths in the CTFE engine",
226
);
227
}
228
0 commit comments