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.
2 parents 66ec916 + dd54ccf commit 47f7672Copy full SHA for 47f7672
exercises/generics/generics3.rs
@@ -4,8 +4,11 @@
4
// However, the school also issues alphabetical grades (A+ -> F-) and needs
5
// to be able to print both types of report card!
6
7
-// Make the necessary code changes to support alphabetical report cards, thereby making
8
-// the second test pass.
+// Make the necessary code changes in the struct ReportCard and the impl block
+// to support alphabetical report cards. Change the Grade in the second test to "A+"
9
+// to show that your changes allow alphabetical grades.
10
+
11
+// Execute 'rustlings hint generics3' for hints!
12
13
// I AM NOT DONE
14
0 commit comments