-
Notifications
You must be signed in to change notification settings - Fork 13.4k
ice: symbol mangling v0 + dyn_star
: cannot be demangled
#116979
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
Labels
C-bug
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.
Comments
Backtrace
|
dyn_star
dyn_star
: cannot be demangled
Doesn't looks like dyn-star has a working mangling, I don't think rust/compiler/rustc_symbol_mangling/src/v0.rs Line 471 in 154f645
|
@rustbot label: +I-ICE +T-compiler +C-bug +S-bug-has-test +requires-debug-assertions |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C-bug
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.
Code
build with
-Csymbol-mangling-version=v0
Meta
rustc --version --verbose
:Error output
The text was updated successfully, but these errors were encountered: