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 upUse static analysis to ensure the constellation can't panic? #24037
Labels
Comments
|
My suspicion is that anything that creates ipc channels may panic, but it might be worth checking to see. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The constellation is meant to not panic, but currently this isn't enforced. Can we use something like @dtolnay's
no-paniccrate to statically verify lack of panic?