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 e6bde22 commit 4fb230dCopy full SHA for 4fb230d
exercises/primitive_types/primitive_types6.rs
@@ -11,6 +11,6 @@ fn indexing_tuple() {
11
/// Replace below ??? with the tuple indexing syntax.
12
let second = ???;
13
14
- assert_eq!(2, second
+ assert_eq!(2, second,
15
"This is not the 2nd number in the tuple!")
16
}
0 commit comments