-
Notifications
You must be signed in to change notification settings - Fork 12.7k
Issues: rust-lang/rust
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Incorrect warning about pointer to non_exhaustive ffi struct not being ffi safe
A-FFI
Area: Foreign function interface (FFI)
A-lint
Area: Lints (warnings about flaws in source code) such as unused_mut.
C-bug
Category: This is a bug.
L-improper_ctypes
Lint: improper_ctypes
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
#132699
opened Nov 6, 2024 by
maia-s
stack overflow in ImproperCTypesVisitor::{check_type_for_ffi, check_variant_for_ffi}
A-lint
Area: Lints (warnings about flaws in source code) such as unused_mut.
C-bug
Category: This is a bug.
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
L-improper_ctypes
Lint: improper_ctypes
S-bug-has-test
Status: This bug is tracked inside the repo by a `known-bug` test.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#130310
opened Sep 13, 2024 by
tmiasko
improper_ctypes
is many clippy lints in 1~2 rustc lints
A-clippy
#116963
opened Oct 19, 2023 by
workingjubilee
improper_ctypes
fails to trigger on invalid repr(transparent)
types
A-FFI
#116959
opened Oct 19, 2023 by
workingjubilee
improper_ctypes
lint triggers on valid #[repr(transparent)]
types
A-lint
#115457
opened Sep 1, 2023 by
madsmtm
ICE in improper_ctypes lint for specialised associated type default
A-lint
Area: Lints (warnings about flaws in source code) such as unused_mut.
C-bug
Category: This is a bug.
F-specialization
`#![feature(specialization)]`
glacier
ICE tracked in rust-lang/glacier.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
L-improper_ctypes
Lint: improper_ctypes
requires-incomplete-features
This issue requires the use of incomplete features.
S-bug-has-test
Status: This bug is tracked inside the repo by a `known-bug` test.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#88296
opened Aug 24, 2021 by
juntyr
improper_ctypes diagnostic should advise to avoid improper C types because their ABI is unstable
A-diagnostics
Area: Messages for errors, warnings, and lints
A-FFI
Area: Foreign function interface (FFI)
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
L-improper_ctypes
Lint: improper_ctypes
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#87824
opened Aug 6, 2021 by
pnkfelix
Refactor improper_ctypes to separate "UCG questions" from linting decisions
A-FFI
Area: Foreign function interface (FFI)
A-lint
Area: Lints (warnings about flaws in source code) such as unused_mut.
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
L-improper_ctypes
Lint: improper_ctypes
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#72774
opened May 30, 2020 by
hanna-kruppe
improper_ctypes should not suggest reprs that lead to errors
A-FFI
Area: Foreign function interface (FFI)
A-lint
Area: Lints (warnings about flaws in source code) such as unused_mut.
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
L-improper_ctypes
Lint: improper_ctypes
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#60757
opened May 12, 2019 by
hanna-kruppe
ProTip!
no:milestone will show everything without a milestone.