rust-lang / rust-lang/rustc-demangle
v0 demangling doesn't print everything
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 319
- Forks
- 69
- PR merge metrics
- No merged PRs in 30d
Description
_RINvMs3_NtCseLbVHCvmZda_5alloc3stre7replaceReECsh2y0CdybKMG_11cargo_bloat
is parsed as
<str>::replace::<&str>
- rustc-demangle master
- rustc 1.38.0-nightly (60960a260 2019-08-12)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the reported mangled symbol with rustc-demangle and compare the displayed result with the complete symbol components. The fix is done when this input no longer loses the reported portion during demangling and the relevant behavior is covered by a test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100