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

Lint transmutes from potentially lesser-aligned pointers #1384

Closed
llogiq opened this issue Dec 14, 2016 · 1 comment
Closed

Lint transmutes from potentially lesser-aligned pointers #1384

llogiq opened this issue Dec 14, 2016 · 1 comment
Labels
A-lint Area: New lints good-first-issue These issues are a good way to get started with Clippy

Comments

@llogiq
Copy link
Contributor

llogiq commented Dec 14, 2016

This could lead to hard to debug alignment failures. I think it should be possible to extend our current lints around transmutes.

(See rust-lang/rust#38352 (comment))

@llogiq llogiq added good-first-issue These issues are a good way to get started with Clippy A-lint Area: New lints labels Dec 14, 2016
@devonhollowood
Copy link
Contributor

I'll give this a shot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-lint Area: New lints good-first-issue These issues are a good way to get started with Clippy
Projects
None yet
Development

No branches or pull requests

3 participants