Skip to content
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

FnItem::ident() should return Ident instead of Option<Ident> #302

Open
Veetaha opened this issue Oct 22, 2023 · 0 comments
Open

FnItem::ident() should return Ident instead of Option<Ident> #302

Veetaha opened this issue Oct 22, 2023 · 0 comments
Labels
C-enhancement Category: New feature or request I-api-break Issue: This change will break the public API

Comments

@Veetaha
Copy link
Contributor

Veetaha commented Oct 22, 2023

I can't think of a function item that can't have a name. The method FnItem::ident() should return a full-fledged Ident, not an option.

@Veetaha Veetaha added the S-needs-triage Status: This issue needs triage label Oct 22, 2023
@xFrednet xFrednet added C-enhancement Category: New feature or request I-api-break Issue: This change will break the public API and removed S-needs-triage Status: This issue needs triage labels Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: New feature or request I-api-break Issue: This change will break the public API
Projects
None yet
Development

No branches or pull requests

2 participants