rust/tests/mir-opt/building/match
Nicholas Nethercote c9c80d2c5f rustfmt tests/mir-opt.
The only non-obvious changes:
- `building/storage_live_dead_in_statics.rs` has a `#[rustfmt::skip]`
  attribute to avoid reformating a table of data.
- Two `.mir` files have slight changes involving line numbers.
- In `unusual_item_types.rs` an `EMIT_MIR` annotation is moved to
  outside a function, which is the usual spot, because `tidy` complains
  if such a comment is indented.

The commit also tweaks the comments in `rustfmt.toml`.
2024-06-03 14:17:16 +10:00
..
deref-patterns Regroup mir-opt tests of match building 2024-03-30 17:37:15 +01:00
exponential_or.match_tuple.SimplifyCfg-initial.after.mir Regroup mir-opt tests of match building 2024-03-30 17:37:15 +01:00
exponential_or.rs Regroup mir-opt tests of match building 2024-03-30 17:37:15 +01:00
match_false_edges.full_tested_match.built.after.mir Add a non-shallow fake borrow 2024-04-20 16:01:35 +02:00
match_false_edges.full_tested_match2.built.after.mir Add a non-shallow fake borrow 2024-04-20 16:01:35 +02:00
match_false_edges.main.built.after.mir Add a non-shallow fake borrow 2024-04-20 16:01:35 +02:00
match_false_edges.rs Regroup mir-opt tests of match building 2024-03-30 17:37:15 +01:00
never_patterns.opt1.SimplifyCfg-initial.after.mir Lower never patterns to Unreachable in mir 2024-05-04 16:30:01 +02:00
never_patterns.opt2.SimplifyCfg-initial.after.mir Lower never patterns to Unreachable in mir 2024-05-04 16:30:01 +02:00
never_patterns.opt3.SimplifyCfg-initial.after.mir Lower never patterns to Unreachable in mir 2024-05-04 16:30:01 +02:00
never_patterns.rs Lower never patterns to Unreachable in mir 2024-05-04 16:30:01 +02:00
simple_match.match_bool.built.after.mir Regroup mir-opt tests of match building 2024-03-30 17:37:15 +01:00
simple_match.rs rustfmt tests/mir-opt. 2024-06-03 14:17:16 +10:00
sort_candidates.constant_eq.SimplifyCfg-initial.after.mir Add a non-shallow fake borrow 2024-04-20 16:01:35 +02:00
sort_candidates.disjoint_ranges.SimplifyCfg-initial.after.mir Add a non-shallow fake borrow 2024-04-20 16:01:35 +02:00
sort_candidates.rs Stabilize exclusive_range 2024-05-02 19:42:31 -04:00