Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upStatically ensure that switches on globals are exhaustive #18469
Labels
Comments
|
Killing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have some
unreachable()!code that depends on switches on globals being exhaustive, which is easy to get wrong, e.g. https://github.com/servo/servo/blob/72f0fda836ff97d33169cd1fc0d23d2d07ad74c6/components/script/dom/globalscope.rs#L495L506This is most likely the root cause of #18467.