panicgraph 0.1.8

Reports which functions can panic, why, and through what call path.
Documentation
1
2
3
4
5
6
# The driver links against rustc internals, which have no stable interface, so
# it is built for one nightly at a time. The channel floats rather than naming
# a date, so updating the toolchain means reinstalling the tool.
[toolchain]
channel = "nightly"
components = ["rustc-dev", "llvm-tools", "rust-src"]