rustlings/exercises
Jens 31c25ebb50
Add link to chapter on pattern syntax
After being stuck on exercise enums3.rs for about an hour or two, having read the entire chapter on enums 2-3 times, and still being unable to complete the exercise, i started broadening my reading. I finally found the answer in the rust docs via google.
2019-11-24 09:28:33 +01:00
..
enums Add link to chapter on pattern syntax 2019-11-24 09:28:33 +01:00
error_handling Address feedback 2019-11-11 17:47:45 +01:00
functions Address feedback 2019-11-11 17:47:45 +01:00
if Merge branch 'master' into refactor-hints 2019-11-11 17:21:06 +01:00
macros Merge branch 'master' into refactor-hints 2019-11-11 17:21:06 +01:00
modules Merge branch 'master' into refactor-hints 2019-11-11 17:21:06 +01:00
move_semantics fix: line numbers in several exercises and hints 2019-11-14 08:21:56 +01:00
primitive_types fix(primitive_types4): update outdated comment 2019-11-12 12:52:28 +01:00
standard_library_types fix(arc1): Fix some words in the comment 2019-11-12 18:37:23 +01:00
strings Merge branch 'master' into refactor-hints 2019-11-11 17:21:06 +01:00
structs feat: improve `watch` execution mode 2019-11-11 16:23:35 +01:00
tests Merge branch 'master' into refactor-hints 2019-11-11 17:21:06 +01:00
threads fix: line numbers in several exercises and hints 2019-11-14 08:21:56 +01:00
variables fix(variables1): Correct wrong word in comment 2019-11-12 17:33:25 +01:00
test1.rs feat: improve `watch` execution mode 2019-11-11 16:23:35 +01:00
test2.rs feat: improve `watch` execution mode 2019-11-11 16:23:35 +01:00
test3.rs feat: improve `watch` execution mode 2019-11-11 16:23:35 +01:00
test4.rs feat: improve `watch` execution mode 2019-11-11 16:23:35 +01:00