diff options
| author | Ralf Jung <post@ralfj.de> | 2020-05-03 17:12:50 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2020-05-03 17:12:50 +0200 |
| commit | f7f606d9af12664f3c959c65512d45c57daaaeb2 (patch) | |
| tree | 421d033828b32068a29eb596fdb878402310236c | |
| parent | 99debecd4dd28cbf2541fbb2a84b20dffc26a5db (diff) | |
| download | rust-f7f606d9af12664f3c959c65512d45c57daaaeb2.tar.gz rust-f7f606d9af12664f3c959c65512d45c57daaaeb2.zip | |
fmt
| -rw-r--r-- | src/librustc_session/session.rs | 2 |
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", ); } } |
