-
Notifications
You must be signed in to change notification settings - Fork 13k
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
ICE: Category: This is a bug.
F-fn_delegation
`#![feature(fn_delegation)]`
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.
S-has-mcve
Status: A Minimal Complete and Verifiable Example has been found for this issue
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
expected item, found (root_crate)
C-bug
#128190
opened Jul 25, 2024 by
matthiaskrgr
ICE: delegation: index out of bounds
C-bug
Category: This is a bug.
F-fn_delegation
`#![feature(fn_delegation)]`
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.
#128119
opened Jul 23, 2024 by
matthiaskrgr
ICE: delegation: Category: This is a bug.
F-fn_delegation
`#![feature(fn_delegation)]`
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.
unexpected parent of trait or impl item or item not found
C-bug
#127916
opened Jul 18, 2024 by
matthiaskrgr
Delegation incorrectly assumes Area: Concerning the application binary interface (ABI)
A-FFI
Area: Foreign function interface (FFI)
C-bug
Category: This is a bug.
F-c_variadic
`#![feature(c_variadic)]`
F-fn_delegation
`#![feature(fn_delegation)]`
requires-incomplete-features
This issue requires the use of incomplete features.
VaListImpl<'_>
from ...
will correctly pass-through to ...
A-ABI
#127443
opened Jul 7, 2024 by
workingjubilee
Delegation makes it possible to define C-variadic associated functions
C-bug
Category: This is a bug.
F-c_variadic
`#![feature(c_variadic)]`
F-fn_delegation
`#![feature(fn_delegation)]`
requires-incomplete-features
This issue requires the use of incomplete features.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#127413
opened Jul 6, 2024 by
fmease
Delegation: It's impossible to Category: This is a bug.
F-fn_delegation
`#![feature(fn_delegation)]`
requires-incomplete-features
This issue requires the use of incomplete features.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
reuse
foreign fns
C-bug
#127412
opened Jul 6, 2024 by
fmease
Tracking Issue for function delegation (Blocker: In-tree experiment; RFC pending, not yet approved or unneeded.
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
F-fn_delegation
`#![feature(fn_delegation)]`
S-tracking-impl-incomplete
Status: The implementation is incomplete.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
fn_delegation
, RFC 3530)
B-experimental
#118212
opened Nov 23, 2023 by
petrochenkov
9 of 25 tasks
ProTip!
no:milestone will show everything without a milestone.