You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would recommend to make an order somehow, because it is not intuitive what exercise goes first and next and next without compiling, and in README.md there are no order specifications
according to the previous chapters order most likely should be like this: smart_pointer1.rs smart_pointer2.rs smart_pointer3.rs
that would follow previous order template and would be intuitive
or another way of resolving the issue would be mentioning correct or expected order in the README.md
Thank you :)
The text was updated successfully, but these errors were encountered:
Hey, I was just practicing rustlings and got confused in the chapter
19_smart_pointers
Main Problem (Confusion)
Steps that I took:
README.md
arc1
, thought it is the first I need to doarc1
rustlings run
rustlings run arc1
name1.rs
,name2.rs
and this is only one chapter with different order.Suggestion
I would recommend to make an order somehow, because it is not intuitive what exercise goes first and next and next without compiling, and in
README.md
there are no order specificationsaccording to the previous chapters order most likely should be like this:
smart_pointer1.rs
smart_pointer2.rs
smart_pointer3.rs
that would follow previous order template and would be intuitive
or another way of resolving the issue would be mentioning correct or expected order in the
README.md
Thank you :)
The text was updated successfully, but these errors were encountered: