Skip to content

Commit a12d17d

Browse files
Update lint message
Co-authored-by: Guillaume Boisseau <[email protected]>
1 parent 79049f1 commit a12d17d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_mir_build/messages.ftl

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ mir_build_pointer_pattern = function pointers and raw pointers not derived from
267267
268268
mir_build_privately_uninhabited = pattern `{$witness_1}` is currently uninhabited, but this variant contains private fields which may become inhabited in the future
269269
270-
mir_build_rust_2024_incompatible_pat = this pattern's semantics will change in edition 2024
270+
mir_build_rust_2024_incompatible_pat = the semantics of this pattern will change in edition 2024
271271
272272
mir_build_rustc_box_attribute_error = `#[rustc_box]` attribute used incorrectly
273273
.attributes = no other attributes may be applied

0 commit comments

Comments
 (0)