We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9b69bd commit 3145794Copy full SHA for 3145794
exercises/generics/generics1.rs
@@ -1,6 +1,8 @@
1
// This shopping list program isn't compiling!
2
// Use your knowledge of generics to fix it.
3
4
+// Execute `rustlings hint generics1` for hints!
5
+
6
// I AM NOT DONE
7
8
fn main() {
exercises/generics/generics2.rs
// This powerful wrapper provides the ability to store a positive integer value.
// Rewrite it using generics so that it supports wrapping ANY type.
+// Execute `rustlings hint generics2` for hints!
struct Wrapper {
0 commit comments