rust-lang / rust-lang/rustc_public

Add `GenericArgs::as_closure`

Open
#121 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Rust
Stars
125
Forks
19
PR merge metrics
No merged PRs in 30d

Description

GenericArgs is missing as_closure, which is super useful as closures have a quirky encoding into generics that make it particularly annoying to manipulate.

Relatedly, having DefId::is_closure_like would be nice!

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading the GenericArgs API and the linked rustc_middle GenericArgs::as_closure documentation to understand the closure-specific generic encoding. Check how DefId is represented before considering the related is_closure_like request; done means the requested GenericArgs::as_closure behavior is available and validated.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
compilers
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.