mirror of
https://github.com/servo/servo
synced 2026-05-08 16:12:15 +02:00
Adding an optional message to be attached to a IndexSizeError. The enum definition of IndexSize is now `IndexSize(Option<String>)`. Future PRs should probably add more appropriate messages to some of the `IndexSize(None)`s. Testing: Just a refactor Fixes: Partially #39053 Signed-off-by: WaterWhisperer <waterwhisperer24@qq.com>