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-05-18 11:27:29 +03:00
2024-05-19 10:22:19 +02:00
2024-05-17 18:33:37 -03:00
2024-05-20 18:13:49 +02:00
2024-05-17 18:33:37 -03:00
2024-05-20 18:13:48 +02:00
2024-05-18 19:35:24 +00:00
2024-05-20 18:13:48 +02:00
2024-05-17 18:33:37 -03:00
2024-05-17 18:33:37 -03:00
2024-05-20 18:13:48 +02:00
2024-05-20 18:13:48 +02:00
2024-05-16 09:52:01 -04:00
2024-05-18 13:02:48 +00:00
2024-05-20 18:13:49 +02:00
2024-05-17 18:33:37 -03:00
2024-05-19 11:10:56 -03:00
2024-05-21 00:47:02 +02:00
2024-05-21 00:47:01 +02:00
2024-05-20 18:13:46 +02:00
2024-05-19 20:09:03 -07:00
2024-05-20 20:14:09 +00:00
2024-05-20 20:14:09 +00:00
2024-05-20 18:13:48 +02:00
2024-05-20 18:13:48 +02:00
2024-05-17 20:33:02 -07:00
2024-05-20 18:13:48 +02:00
2024-05-19 11:10:56 -03:00
2024-05-18 16:21:43 -04:00
2024-05-18 19:35:24 +00:00
2024-05-17 18:33:37 -03:00
2024-05-13 11:59:42 -04:00
2024-05-19 10:23:31 +02:00
2024-05-18 18:12:18 +02:00
2024-05-18 10:53:47 +00:00
2024-05-20 18:13:48 +02:00
2024-05-20 18:13:49 +02:00
2024-05-17 18:33:37 -03:00
2024-05-16 16:08:06 +00:00
2024-05-19 19:38:28 -04:00
2024-05-13 11:59:42 -04:00
2024-05-20 18:13:48 +02:00
2024-05-19 19:38:28 -04:00
2024-05-17 18:33:37 -03:00