mirror of
https://github.com/servo/servo
synced 2026-05-12 18:06:32 +02:00
This change allows the compiler to recognize if any read-only operations are missing an implementation when processing a readonly transaction. Testing: The existing behaviour is unchanged, so current tests suffice. The new code is unused and cannot be tested. Fixes: part of #6963 --------- Signed-off-by: Josh Matthews <josh@joshmatthews.net>