mirror of
https://github.com/servo/servo
synced 2026-05-10 17:12:23 +02:00
`relative_path_expr` can only ever return `Expr::Path`. If we make it return a `PathExpr` then callers can rely on this invariant. Testing: There's only limited testing for this change due to https://github.com/servo/servo/issues/39551. But I think that's okay, since the change is fairly trivial. Part of https://github.com/servo/servo/issues/34527 Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>