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 cc5b9b7 commit e6bde22Copy full SHA for e6bde22
info.toml
@@ -210,7 +210,7 @@ of the tuple. You can do it!!"""
210
[[exercises]]
211
name = "primitive_types6"
212
path = "exercises/primitive_types/primitive_types6.rs"
213
-mode = "compile"
+mode = "test"
214
hint = """
215
While you could use a destructuring `let` for the tuple here, try
216
indexing into it instead, as explained in the last example of the
0 commit comments