Skip to content

Commit 2747517

Browse files
committed
fix tidy
1 parent 9666623 commit 2747517

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/rustc_mir_transform/messages.ftl

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ mir_transform_must_not_suspend = {$pre}`{$def_path}`{$post} held across a suspen
4242
.help = consider using a block (`{"{ ... }"}`) to shrink the value's scope, ending before the suspend point
4343
mir_transform_operation_will_panic = this operation will panic at runtime
4444
45+
mir_transform_redundant_transmute = this transmute could be performed safely
46+
4547
mir_transform_tail_expr_drop_order = relative drop order changing in Rust 2024
4648
.temporaries = in Rust 2024, this temporary value will be dropped first
4749
.observers = in Rust 2024, this local variable or temporary value will be dropped second
@@ -83,6 +85,4 @@ mir_transform_undefined_transmute = pointers cannot be transmuted to integers du
8385
.note2 = avoiding this restriction via `union` or raw pointers leads to compile-time undefined behavior
8486
.help = for more information, see https://doc.rust-lang.org/std/mem/fn.transmute.html
8587
86-
mir_transform_redundant_transmute = this transmute could be performed safely
87-
8888
mir_transform_unknown_pass_name = MIR pass `{$name}` is unknown and will be ignored

0 commit comments

Comments
 (0)