-
Notifications
You must be signed in to change notification settings - Fork 584
Document common manipulations and operations #91
Copy link
Copy link
Open
Labels
A-contributor-onboardingArea: contributor on-boarding advice (e.g. for new contributors)Area: contributor on-boarding advice (e.g. for new contributors)A-examplesArea: examplesArea: examplesC-enhancementCategory: enhancementCategory: enhancementE-help-wantedCall for participation: extra help is wantedCall for participation: extra help is wantedE-mediumDifficulty: might require some prior knowledge or code readingDifficulty: might require some prior knowledge or code readingT-compilerRelevant to the compiler teamRelevant to the compiler team
Metadata
Metadata
Assignees
Labels
A-contributor-onboardingArea: contributor on-boarding advice (e.g. for new contributors)Area: contributor on-boarding advice (e.g. for new contributors)A-examplesArea: examplesArea: examplesC-enhancementCategory: enhancementCategory: enhancementE-help-wantedCall for participation: extra help is wantedCall for participation: extra help is wantedE-mediumDifficulty: might require some prior knowledge or code readingDifficulty: might require some prior knowledge or code readingT-compilerRelevant to the compiler teamRelevant to the compiler team
Type
Fields
Give feedbackNo fields configured for issues without a type.
While playing around using rustc internals as a library I found it was pretty difficult to discover how to do a bunch of "common" operations. We might be able to improve discoverability by documenting these in an appendix.
Off the top of my head, it'd be nice to know how to:
c_char->libc::c_charorstd::os::raw::c_char, depending on context)Pathfor a givenItemFeel free to add other "common" questions or shortcuts in the comments and I'll update this list accordingly.
CC: #74