Files
rust/compiler/rustc_errors/src
thebabalola fdfdb0837c Replace custom trim_ascii_start with the standard library method
The local trim_ascii_start function in the markdown parser duplicates
<[u8]>::trim_ascii_start() from the standard library (stable since 1.80).
Remove the custom function and call the stdlib method directly.

No behaviour change.

Fixes https://github.com/rustfoundation/interop-initiative/issues/53
2026-04-13 23:07:39 +01:00
..
2026-02-11 17:52:00 +01:00
2026-04-06 21:59:29 +02:00
2026-03-04 17:47:24 +01:00
2026-03-06 18:52:11 +01:00
2026-03-04 17:47:24 +01:00
2025-06-23 08:50:17 +02:00