Skip to content

Commit 7f125ed

Browse files
committed
Remove full stop in diagnostic message
1 parent ee2b161 commit 7f125ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_error_messages/locales/en-US/rustc_mir_dataflow.ftl

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rustc_mir_dataflow_peek_must_be_place_or_ref_place =
1717
rustc_peek: argument expression must be either `place` or `&place`
1818
1919
rustc_mir_dataflow_peek_must_be_not_temporary =
20-
dataflow::sanity_check cannot feed a non-temp to rustc_peek.
20+
dataflow::sanity_check cannot feed a non-temp to rustc_peek
2121
2222
rustc_mir_dataflow_peek_bit_not_set =
2323
rustc_peek: bit not set

0 commit comments

Comments
 (0)