This repository has been archived by the owner on Aug 31, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 163
[Rust] Extract Concepts from v2 exercise: macros #245
Labels
status/in-progress
This issue is being worked on
track/rust
type/documentation
Improvements or additions to documentation
Comments
coriolinus
added a commit
that referenced
this issue
Jan 23, 2020
coriolinus
added a commit
that referenced
this issue
Mar 25, 2020
* rust: extract concepts from v2 exercise: macros Closes #245 * require mutability concept; remove extraneous note on Hashmap<K, V> * break out a more fine-grained list of concepts * Update languages/rust/reference/exercise-concepts/macros.md Co-Authored-By: Eli Flanagan <[email protected]> Co-authored-by: Eli Flanagan <[email protected]>
BethanyG
pushed a commit
to BethanyG/v3
that referenced
this issue
Mar 31, 2020
* rust: extract concepts from v2 exercise: macros Closes exercism#245 * require mutability concept; remove extraneous note on Hashmap<K, V> * break out a more fine-grained list of concepts * Update languages/rust/reference/exercise-concepts/macros.md Co-Authored-By: Eli Flanagan <[email protected]> Co-authored-by: Eli Flanagan <[email protected]>
ErikSchierboom
pushed a commit
to ErikSchierboom/rust
that referenced
this issue
Jan 26, 2021
* extract concepts from v2 exercise: macros Closes exercism/v3#245 * require mutability concept; remove extraneous note on Hashmap<K, V> * break out a more fine-grained list of concepts * Update languages/reference/exercise-concepts/macros.md Co-Authored-By: Eli Flanagan <[email protected]> Co-authored-by: Eli Flanagan <[email protected]>
ErikSchierboom
pushed a commit
to ErikSchierboom/rust
that referenced
this issue
Jan 27, 2021
* extract concepts from v2 exercise: macros Closes exercism/v3#245 * require mutability concept; remove extraneous note on Hashmap<K, V> * break out a more fine-grained list of concepts * Update languages/reference/exercise-concepts/macros.md Co-Authored-By: Eli Flanagan <[email protected]> Co-authored-by: Eli Flanagan <[email protected]>
ErikSchierboom
pushed a commit
to ErikSchierboom/rust
that referenced
this issue
Jan 29, 2021
* extract concepts from v2 exercise: macros Closes exercism/v3#245 * require mutability concept; remove extraneous note on Hashmap<K, V> * break out a more fine-grained list of concepts * Update languages/reference/exercise-concepts/macros.md Co-Authored-By: Eli Flanagan <[email protected]> Co-authored-by: Eli Flanagan <[email protected]>
ErikSchierboom
pushed a commit
to ErikSchierboom/rust
that referenced
this issue
Jan 29, 2021
* extract concepts from v2 exercise: macros Closes exercism/v3#245 * require mutability concept; remove extraneous note on Hashmap<K, V> * break out a more fine-grained list of concepts * Update languages/reference/exercise-concepts/macros.md Co-Authored-By: Eli Flanagan <[email protected]> Co-authored-by: Eli Flanagan <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
status/in-progress
This issue is being worked on
track/rust
type/documentation
Improvements or additions to documentation
Extract the list of concepts required to solve the v2 Rust exercise:
macros
. For each concept, describe why it is required to solve the exercise. Keep in mind that an exercise can have multiple approaches.The list of concepts should be stored in the following document:
languages/rust/reference/exercise-concepts/macros.md
. Use this link to create a PR to add this document.It can be helpful to also include a sample solution in the document.
The text was updated successfully, but these errors were encountered: