```rust switch x { _ => x } ``` get formatted to: ```rust switch x { x => x } ```
get formatted to: