File tree 1 file changed +2
-2
lines changed
compiler/rustc_mir_transform
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,8 @@ mir_transform_must_not_suspend = {$pre}`{$def_path}`{$post} held across a suspen
42
42
.help = consider using a block (`{ " { ... } " } `) to shrink the value's scope, ending before the suspend point
43
43
mir_transform_operation_will_panic = this operation will panic at runtime
44
44
45
+ mir_transform_redundant_transmute = this transmute could be performed safely
46
+
45
47
mir_transform_tail_expr_drop_order = relative drop order changing in Rust 2024
46
48
.temporaries = in Rust 2024, this temporary value will be dropped first
47
49
.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
83
85
.note2 = avoiding this restriction via `union` or raw pointers leads to compile-time undefined behavior
84
86
.help = for more information, see https://doc.rust-lang.org/std/mem/fn.transmute.html
85
87
86
- mir_transform_redundant_transmute = this transmute could be performed safely
87
-
88
88
mir_transform_unknown_pass_name = MIR pass `{ $name } ` is unknown and will be ignored
You can’t perform that action at this time.
0 commit comments