Files
servo/components/xpath
Simon Wülker a8f92f7fd2 xpath: Prove that some internal errors are unreachable (#39727)
The `Evaluatable` trait is used for enforcing a common interface for
expressions. Removing it allows us to pass additional parameters to some
functions that need them, which proves that a few errors are impossible
to reach.

Testing: Covered by existing tests
Part of #34527

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
2025-10-09 23:45:09 +00:00
..