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 603cc3a commit c3d35d2Copy full SHA for c3d35d2
src/main.rs
@@ -868,12 +868,17 @@ impl Executor {
868
return;
869
}
870
871
+<<<<<<< HEAD
872
<<<<<<< HEAD
873
874
self.log_print(String::from("Error! item not found in the list\n"));
875
=======
876
self.log_print(String::from("Error! item not found in the list").as_str().to_owned() + "\n");
877
>>>>>>> ce3cc7e (git)
878
+=======
879
+
880
+ self.log_print(String::from("Error! item not found in the list\n"));
881
+>>>>>>> 0c174e6 (Update main.rs)
882
self.stack.push(Type::Error(String::from("item-not-found")));
883
884
0 commit comments