Skip to content

Commit

Permalink
Remove full stop in diagnostic message
Browse files Browse the repository at this point in the history
  • Loading branch information
5225225 committed Aug 23, 2022
1 parent ee2b161 commit 7f125ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rustc_mir_dataflow_peek_must_be_place_or_ref_place =
rustc_peek: argument expression must be either `place` or `&place`
rustc_mir_dataflow_peek_must_be_not_temporary =
dataflow::sanity_check cannot feed a non-temp to rustc_peek.
dataflow::sanity_check cannot feed a non-temp to rustc_peek
rustc_mir_dataflow_peek_bit_not_set =
rustc_peek: bit not set
Expand Down

0 comments on commit 7f125ed

Please sign in to comment.