Vadim Petrochenkov
|
2dfd2a2a24
|
Remove attribute #[rustc_error]
|
2025-03-30 01:32:21 +03:00 |
|
John Kåre Alsaker
|
4bf85c25ec
|
Try to write the panic message with a single write_all call
|
2025-01-01 15:58:29 +01:00 |
|
Nicholas Nethercote
|
d4b77f64e4
|
Tweak delayed bug mentions.
Now that we have both `delayed_bug` and `span_delayed_bug`, it makes
sense to use the generic term "delayed bug" more.
|
2024-02-12 18:39:20 +11:00 |
|
Nicholas Nethercote
|
5d1d384443
|
Rename HandlerInner::delay_span_bug as HandlerInner::span_delayed_bug.
Because the corresponding `Level` is `DelayedBug` and `span_delayed_bug`
follows the pattern used everywhere else: `span_err`, `span_warning`,
etc.
|
2023-12-02 09:01:19 +11:00 |
|