Skip to content

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
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Issues list

#[derive(Debug)] on #[repr(packed)] enum causes internal compiler error A-macros Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..) A-repr-packed Area: the naughtiest repr C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#133025 opened Nov 14, 2024 by urinacon
ICE: builtin derive created an unaligned reference A-proc-macros Area: Procedural macros A-repr-packed Area: the naughtiest repr C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#127678 opened Jul 13, 2024 by kjughx
ICE: builtin derive created an unaligned reference A-macros Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..) A-repr-packed Area: the naughtiest repr C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ 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.
#120873 opened Feb 10, 2024 by matthiaskrgr
Poor diagnostic combining #[derive(Debug)] with #[repr(C, packed)] struct A-diagnostics Area: Messages for errors, warnings, and lints A-repr-packed Area: the naughtiest repr T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#110777 opened Apr 24, 2023 by jrose-signal
#[repr(align(N))] fields not allowed in #[repr(packed(M>=N))] structs A-align Area: alignment control (`repr(align(N))` and so on) A-layout Area: Memory layout of types A-repr Area: the `#[repr(stuff)]` attribute A-repr-packed Area: the naughtiest repr C-bug Category: This is a bug. O-windows-msvc Toolchain: MSVC, Operating system: Windows
#100743 opened Aug 19, 2022 by asahilina
Aligned-in-packed restriction can be circumvented with generic parameters A-align Area: alignment control (`repr(align(N))` and so on) A-layout Area: Memory layout of types A-repr-packed Area: the naughtiest repr C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-lang Relevant to the language team
#80926 opened Jan 11, 2021 by mahkoh
E0587 error on packed and aligned structures from C A-diagnostics Area: Messages for errors, warnings, and lints A-FFI Area: Foreign function interface (FFI) A-repr-packed Area: the naughtiest repr C-enhancement Category: An issue proposing an enhancement or a PR with one. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-lang Relevant to the language team
#59154 opened Mar 13, 2019 by ahomescu
"#[derive] can't be used on a non-Copy #[repr(packed)] struct" but struct is Copy A-repr-packed Area: the naughtiest repr C-bug Category: This is a bug.
#50826 opened May 17, 2018 by RalfJung
unsized generic field not allowed in repr(packed) struct A-repr-packed Area: the naughtiest repr A-type-system Area: Type system C-enhancement Category: An issue proposing an enhancement or a PR with one. T-types Relevant to the types team, which will review and decide on the PR/issue.
#49903 opened Apr 12, 2018 by z33ky
ProTip! Exclude everything labeled bug with -label:bug.