rust/tests/ui/type-alias-impl-trait
Matthias Krüger 4b26045b92
Rollup merge of #125158 - Nilstrieb:block-indent, r=compiler-errors
hir pretty: fix block indent

before:
```rust
fn main() {
        {
                {
                        ::std::io::_print(format_arguments::new_const(&["Hello, world!\n"]));
                    };
            }
    }
```
after:
```rust
fn main() {
    {
        {
            ::std::io::_print(format_arguments::new_const(&["Hello, world!\n"]));
        };
    }
}
```

AST pretty does the same.
2024-05-21 00:47:02 +02:00
..
2024-03-28 06:00:25 +00:00
2024-03-28 06:00:25 +00:00
2024-02-21 09:08:45 +00:00
2024-02-21 09:08:45 +00:00
2024-03-28 06:00:26 +00:00
2024-02-21 09:08:45 +00:00
2024-02-21 09:08:45 +00:00
2024-01-22 14:35:47 +00:00
2024-01-22 14:35:47 +00:00
2024-01-22 14:35:47 +00:00
2024-01-22 14:35:47 +00:00
2024-01-13 12:46:58 -05:00
2024-03-28 06:00:26 +00:00
2024-03-28 06:00:26 +00:00
2024-01-05 21:54:41 +00:00
2024-03-26 09:26:23 +00:00
2024-03-26 09:26:23 +00:00
2024-02-27 18:40:58 +01:00
2024-02-27 18:40:58 +01:00
2024-02-27 18:40:58 +01:00