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 4d04aad commit a5e4133Copy full SHA for a5e4133
exercises/primitive_types/primitive_types3.rs
@@ -14,5 +14,6 @@ fn main() {
14
println!("Wow, that's a big array!");
15
} else {
16
println!("Meh, I eat arrays like that for breakfast.");
17
+ panic!("Array not big enough, more elements needed")
18
}
19
0 commit comments