Skip to content
This repository has been archived by the owner on May 20, 2020. It is now read-only.

enhancement: Mark functions that may panic automaticaly #78

Open
Dushistov opened this issue Jul 27, 2017 · 2 comments
Open

enhancement: Mark functions that may panic automaticaly #78

Dushistov opened this issue Jul 27, 2017 · 2 comments

Comments

@Dushistov
Copy link

It would be nice if rustdoc can automaticaly calculate is this function can cause panic or not and append this info to generated documentation. Cause panic = there is function that call panic! in call tree with root in this function.

@steveklabnik
Copy link
Owner

I don't think this is the kind of thing we can do. Depends entirely on #7

@steveklabnik
Copy link
Owner

Marking this as hard because it might even be impossible.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants