Files
rust/library/std/src
Guillaume Gomez 871692a278 Rollup merge of #148378 - ilai-deutel:update_hook-doc, r=joboet
Fix documentation for std::panic::update_hook

The equivalent code given in the documentation of `std::panic::update_hook`[^1] does not compile:

* `set_hook` expects a boxed function
* Missing closing delimiter for the closure

[^1]: rust-lang/rust#92649
2025-11-03 17:20:38 +01:00
..
2025-10-31 12:41:54 +01:00
2025-09-28 00:51:57 +02:00
2025-09-16 13:11:34 -06:00
2025-10-08 20:38:56 -07:00
2025-09-21 13:12:20 -04:00
2025-02-07 16:54:07 +01:00