File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
compiler/rustc_mir_transform Expand file tree Collapse file tree 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
4242 .help = consider using a block (`{ " { ... } " } `) to shrink the value's scope, ending before the suspend point
4343mir_transform_operation_will_panic = this operation will panic at runtime
4444
45+ mir_transform_redundant_transmute = this transmute could be performed safely
46+
4547mir_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-
8888mir_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