You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rollup merge of rust-lang#122807 - danielhuang:fix-1, r=davidtwco
Add consistency with phrases "meantime" and "mean time"
"mean time" is used in a few places while "meantime" is used everywhere else; this would make usage consistent throughout the codebase.
Copy file name to clipboardExpand all lines: tests/ui-internal/custom_ice_message.stderr
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
4
4
5
5
error: the compiler unexpectedly panicked. this is a bug.
6
6
7
-
note: it seems that this compiler <version> is outdated, a newer nightly should have been released in the mean time
7
+
note: it seems that this compiler <version> is outdated, a newer nightly should have been released in the meantime
8
8
|
9
9
= note: please consider running `rustup update nightly` to update the nightly channel and check if this problem still persists
10
10
= note: if the problem still persists, we would appreciate a bug report: https://github.com/rust-lang/rust-clippy/issues/new?template=ice.yml
0 commit comments