-
Notifications
You must be signed in to change notification settings - Fork 13.4k
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
impl<T> PointerLike for {Rc,Arc,Weak}<T>
can't exist but should
C-feature-request
#134591
opened Dec 21, 2024 by
kpreid
ICE with Category: This is a bug.
F-dyn_star
`#![feature(dyn_star)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
requires-incomplete-features
This issue requires the use of incomplete features.
requires-nightly
This issue requires a nightly compiler in some way.
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.
dyn*
and method that takes self
by value
C-bug
#119694
opened Jan 7, 2024 by
lukas-code
ice: symbol mangling v0 + Category: This is a bug.
F-dyn_star
`#![feature(dyn_star)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
requires-debug-assertions
This issue requires a build of rustc or tooling with debug-assertions in some way
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.
dyn_star
: cannot be demangled
C-bug
#116979
opened Oct 20, 2023 by
matthiaskrgr
dyn*
does not support trait upcasting
F-dyn_star
#104800
opened Nov 24, 2022 by
compiler-errors
Tracking issue for dyn-star
B-experimental
Blocker: In-tree experiment; RFC pending, not yet approved or unneeded (requires FCP to stabilize).
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
F-dyn_star
`#![feature(dyn_star)]`
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
#102425
opened Sep 28, 2022 by
eholk
8 of 10 tasks
ProTip!
Add no:assignee to see everything that’s not assigned.