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 f1abd85 commit 47976caCopy full SHA for 47976ca
solutions/13_error_handling/errors4.rs
@@ -1,3 +1,5 @@
1
+use std::cmp::Ordering;
2
+
3
#[derive(PartialEq, Debug)]
4
enum CreationError {
5
Negative,
0 commit comments