diff options
| author | 5225225 <5225225@mailbox.org> | 2022-08-23 13:18:45 +0100 |
|---|---|---|
| committer | 5225225 <5225225@mailbox.org> | 2022-08-23 13:18:45 +0100 |
| commit | 7f125ed7d5645c7d2c7656d6303e6bdd499739a1 (patch) | |
| tree | f67394a1a9af4fb9351c018ff62d446c6eabda6c | |
| parent | ee2b16100e2fad2c08f01f913b826c00024f85a8 (diff) | |
| download | rust-7f125ed7d5645c7d2c7656d6303e6bdd499739a1.tar.gz rust-7f125ed7d5645c7d2c7656d6303e6bdd499739a1.zip | |
Remove full stop in diagnostic message
| -rw-r--r-- | compiler/rustc_error_messages/locales/en-US/rustc_mir_dataflow.ftl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_error_messages/locales/en-US/rustc_mir_dataflow.ftl b/compiler/rustc_error_messages/locales/en-US/rustc_mir_dataflow.ftl index bfc9470bbdf..1bf654eb01a 100644 --- a/compiler/rustc_error_messages/locales/en-US/rustc_mir_dataflow.ftl +++ b/compiler/rustc_error_messages/locales/en-US/rustc_mir_dataflow.ftl @@ -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 |
