Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deny(unsafe_op_in_unsafe_fn) in backtrace-rs #643

Open
workingjubilee opened this issue Jul 15, 2024 · 0 comments
Open

deny(unsafe_op_in_unsafe_fn) in backtrace-rs #643

workingjubilee opened this issue Jul 15, 2024 · 0 comments

Comments

@workingjubilee
Copy link
Member

Because backtrace-rs is included as a submodule and has platform-specific code, this lint is currently allowed inside std. I intend to remove this allow in std for this crate, and deny this lint inside backtrace.

There is platform-specific code in this crate. For most platforms, most of it is fairly limited, and limited to safe functions, so that there is no concern with this lint. There is, however, the divide between DWARF (or "Unix") and PDB (or "Windows"), on which pretty much everything else about this crate hinges. This should be... comparatively easy? to fix?

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

No branches or pull requests

1 participant