diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000000000000000000000000000000000000..2c96eb1b6517f2617f9ddeae9f07f5fd7bd7ddef
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+target/
+Cargo.lock
diff --git a/src/syntax_tree.rs b/src/syntax_tree.rs
index ad2b413a504bfe29e4a79279f956a5d4f633d243..410fb32567b67943c95c4b4aa7b2770bf9d2d8dc 100644
--- a/src/syntax_tree.rs
+++ b/src/syntax_tree.rs
@@ -90,13 +90,13 @@ impl<T> SyntaxTree<T> {
             if predicate(self) {
                 return Some(self)
             } else {
-                let mut children = (self).children();
-                for mut child in children{
-                    if(child.find_node(predicate).is_some()){
+                for child in &mut self.children{
+                    if(child.find_node_mut(predicate).is_some()){
                         return child.find_node_mut(predicate);
-                    }                    
-                }                   
-            }None
+                    }
+                }
+                None
+            }
     }
 
     /// Return a reference to the value carried by the root of this tree
diff --git a/target/.rustc_info.json b/target/.rustc_info.json
deleted file mode 100644
index 570493faf2e6895ad0f2f4c39c8ed310e8acb713..0000000000000000000000000000000000000000
--- a/target/.rustc_info.json
+++ /dev/null
@@ -1 +0,0 @@
-{"rustc_fingerprint":5725493087426572092,"outputs":{"15729799797837862367":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/usr\noff\npacked\nunpacked\n___\ndebug_assertions\npanic=\"unwind\"\nproc_macro\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"gnu\"\ntarget_family=\"unix\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_os=\"linux\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"unknown\"\nunix\n","stderr":""},"4614504638168534921":{"success":true,"status":"","code":0,"stdout":"rustc 1.69.0 (84c898d65 2023-04-16) (Arch Linux rust 1:1.69.0-2)\nbinary: rustc\ncommit-hash: 84c898d65adf2f39a5a98507f1fe0ce10a2b8dbc\ncommit-date: 2023-04-16\nhost: x86_64-unknown-linux-gnu\nrelease: 1.69.0\nLLVM version: 15.0.7\n","stderr":""}},"successes":{}}
\ No newline at end of file
diff --git a/target/CACHEDIR.TAG b/target/CACHEDIR.TAG
deleted file mode 100644
index 20d7c319cda945dc07729797750a49b232206ab5..0000000000000000000000000000000000000000
--- a/target/CACHEDIR.TAG
+++ /dev/null
@@ -1,3 +0,0 @@
-Signature: 8a477f597d28d172789f06886806bc55
-# This file is a cache directory tag created by cargo.
-# For information about cache directory tags see https://bford.info/cachedir/
diff --git a/target/debug/.cargo-lock b/target/debug/.cargo-lock
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
diff --git a/target/debug/.fingerprint/cb-1-4e56004ba100478a/dep-lib-cb-1 b/target/debug/.fingerprint/cb-1-4e56004ba100478a/dep-lib-cb-1
deleted file mode 100644
index 7685170aa96d822f431a48cb4c8631e29a7605e6..0000000000000000000000000000000000000000
Binary files a/target/debug/.fingerprint/cb-1-4e56004ba100478a/dep-lib-cb-1 and /dev/null differ
diff --git a/target/debug/.fingerprint/cb-1-4e56004ba100478a/invoked.timestamp b/target/debug/.fingerprint/cb-1-4e56004ba100478a/invoked.timestamp
deleted file mode 100644
index e00328da5aa8e7fba830f8cc8d04777646c36cff..0000000000000000000000000000000000000000
--- a/target/debug/.fingerprint/cb-1-4e56004ba100478a/invoked.timestamp
+++ /dev/null
@@ -1 +0,0 @@
-This file has an mtime of when this was started.
\ No newline at end of file
diff --git a/target/debug/.fingerprint/cb-1-4e56004ba100478a/lib-cb-1 b/target/debug/.fingerprint/cb-1-4e56004ba100478a/lib-cb-1
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
diff --git a/target/debug/.fingerprint/cb-1-4e56004ba100478a/lib-cb-1.json b/target/debug/.fingerprint/cb-1-4e56004ba100478a/lib-cb-1.json
deleted file mode 100644
index 7cf1df05b85a7e6edb7737babdc95a1abc45158c..0000000000000000000000000000000000000000
--- a/target/debug/.fingerprint/cb-1-4e56004ba100478a/lib-cb-1.json
+++ /dev/null
@@ -1 +0,0 @@
-{"rustc":11237722640046295880,"features":"[]","target":13705631532917162810,"profile":9251013656241001069,"path":17523903030608720598,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/cb-1-4e56004ba100478a/dep-lib-cb-1"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0}
\ No newline at end of file
diff --git a/target/debug/.fingerprint/cb-1-4e56004ba100478a/output-lib-cb-1 b/target/debug/.fingerprint/cb-1-4e56004ba100478a/output-lib-cb-1
deleted file mode 100644
index 0e15c707f393f98e5e8d814c2652df43c8cf8dab..0000000000000000000000000000000000000000
--- a/target/debug/.fingerprint/cb-1-4e56004ba100478a/output-lib-cb-1
+++ /dev/null
@@ -1,13 +0,0 @@
-{"message":"unused import: `std::mem`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"src/stack.rs","byte_start":22,"byte_end":30,"line_start":2,"line_end":2,"column_start":5,"column_end":13,"is_primary":true,"text":[{"text":"use std::mem;","highlight_start":5,"highlight_end":13}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_imports)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"remove the whole `use` item","code":null,"level":"help","spans":[{"file_name":"src/stack.rs","byte_start":18,"byte_end":31,"line_start":2,"line_end":2,"column_start":1,"column_end":14,"is_primary":true,"text":[{"text":"use std::mem;","highlight_start":1,"highlight_end":14}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused import: `std::mem`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/stack.rs:2:5\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m2\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0muse std::mem;\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m    \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_imports)]` on by default\u001b[0m\n\n"}
-{"message":"unnecessary parentheses around `if` condition","code":{"code":"unused_parens","explanation":null},"level":"warning","spans":[{"file_name":"src/syntax_tree.rs","byte_start":2457,"byte_end":2458,"line_start":76,"line_end":76,"column_start":19,"column_end":20,"is_primary":true,"text":[{"text":"                if(child.find_node(predicate).is_some()){","highlight_start":19,"highlight_end":20}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/syntax_tree.rs","byte_start":2494,"byte_end":2495,"line_start":76,"line_end":76,"column_start":56,"column_end":57,"is_primary":true,"text":[{"text":"                if(child.find_node(predicate).is_some()){","highlight_start":56,"highlight_end":57}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_parens)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"remove these parentheses","code":null,"level":"help","spans":[{"file_name":"src/syntax_tree.rs","byte_start":2457,"byte_end":2458,"line_start":76,"line_end":76,"column_start":19,"column_end":20,"is_primary":true,"text":[{"text":"                if(child.find_node(predicate).is_some()){","highlight_start":19,"highlight_end":20}],"label":null,"suggested_replacement":" ","suggestion_applicability":"MachineApplicable","expansion":null},{"file_name":"src/syntax_tree.rs","byte_start":2494,"byte_end":2495,"line_start":76,"line_end":76,"column_start":56,"column_end":57,"is_primary":true,"text":[{"text":"                if(child.find_node(predicate).is_some()){","highlight_start":56,"highlight_end":57}],"label":null,"suggested_replacement":" ","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unnecessary parentheses around `if` condition\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/syntax_tree.rs:76:19\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m76\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m                if(child.find_node(predicate).is_some()){\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                  \u001b[0m\u001b[0m\u001b[1m\u001b[33m^\u001b[0m\u001b[0m                                    \u001b[0m\u001b[0m\u001b[1m\u001b[33m^\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_parens)]` on by default\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;14mhelp\u001b[0m\u001b[0m: remove these parentheses\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m76\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;9m- \u001b[0m\u001b[0m                if\u001b[0m\u001b[0m\u001b[38;5;9m(\u001b[0m\u001b[0mchild.find_node(predicate).is_some()\u001b[0m\u001b[0m\u001b[38;5;9m)\u001b[0m\u001b[0m{\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m76\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;10m+ \u001b[0m\u001b[0m                if\u001b[0m\u001b[0m\u001b[38;5;10m \u001b[0m\u001b[0mchild.find_node(predicate).is_some()\u001b[0m\u001b[0m\u001b[38;5;10m \u001b[0m\u001b[0m{\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\n"}
-{"message":"unnecessary parentheses around `if` condition","code":{"code":"unused_parens","explanation":null},"level":"warning","spans":[{"file_name":"src/syntax_tree.rs","byte_start":3208,"byte_end":3209,"line_start":95,"line_end":95,"column_start":23,"column_end":24,"is_primary":true,"text":[{"text":"                    if(child.find_node(predicate).is_some()){","highlight_start":23,"highlight_end":24}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/syntax_tree.rs","byte_start":3245,"byte_end":3246,"line_start":95,"line_end":95,"column_start":60,"column_end":61,"is_primary":true,"text":[{"text":"                    if(child.find_node(predicate).is_some()){","highlight_start":60,"highlight_end":61}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"remove these parentheses","code":null,"level":"help","spans":[{"file_name":"src/syntax_tree.rs","byte_start":3208,"byte_end":3209,"line_start":95,"line_end":95,"column_start":23,"column_end":24,"is_primary":true,"text":[{"text":"                    if(child.find_node(predicate).is_some()){","highlight_start":23,"highlight_end":24}],"label":null,"suggested_replacement":" ","suggestion_applicability":"MachineApplicable","expansion":null},{"file_name":"src/syntax_tree.rs","byte_start":3245,"byte_end":3246,"line_start":95,"line_end":95,"column_start":60,"column_end":61,"is_primary":true,"text":[{"text":"                    if(child.find_node(predicate).is_some()){","highlight_start":60,"highlight_end":61}],"label":null,"suggested_replacement":" ","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unnecessary parentheses around `if` condition\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/syntax_tree.rs:95:23\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m95\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m                    if(child.find_node(predicate).is_some()){\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                      \u001b[0m\u001b[0m\u001b[1m\u001b[33m^\u001b[0m\u001b[0m                                    \u001b[0m\u001b[0m\u001b[1m\u001b[33m^\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;14mhelp\u001b[0m\u001b[0m: remove these parentheses\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m95\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;9m- \u001b[0m\u001b[0m                    if\u001b[0m\u001b[0m\u001b[38;5;9m(\u001b[0m\u001b[0mchild.find_node(predicate).is_some()\u001b[0m\u001b[0m\u001b[38;5;9m)\u001b[0m\u001b[0m{\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m95\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;10m+ \u001b[0m\u001b[0m                    if\u001b[0m\u001b[0m\u001b[38;5;10m \u001b[0m\u001b[0mchild.find_node(predicate).is_some()\u001b[0m\u001b[0m\u001b[38;5;10m \u001b[0m\u001b[0m{\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\n"}
-{"message":"unused variable: `value`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/stack.rs","byte_start":1282,"byte_end":1287,"line_start":60,"line_end":60,"column_start":17,"column_end":22,"is_primary":true,"text":[{"text":"            Val(value, other) => *self = Val(i,Some(Box::new(std::mem::replace(self, Nil)))),","highlight_start":17,"highlight_end":22}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_variables)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/stack.rs","byte_start":1282,"byte_end":1287,"line_start":60,"line_end":60,"column_start":17,"column_end":22,"is_primary":true,"text":[{"text":"            Val(value, other) => *self = Val(i,Some(Box::new(std::mem::replace(self, Nil)))),","highlight_start":17,"highlight_end":22}],"label":null,"suggested_replacement":"_value","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `value`\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/stack.rs:60:17\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m60\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m            Val(value, other) => *self = Val(i,Some(Box::new(std::mem::replace(self, Nil)))),\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_value`\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_variables)]` on by default\u001b[0m\n\n"}
-{"message":"unused variable: `other`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/stack.rs","byte_start":1289,"byte_end":1294,"line_start":60,"line_end":60,"column_start":24,"column_end":29,"is_primary":true,"text":[{"text":"            Val(value, other) => *self = Val(i,Some(Box::new(std::mem::replace(self, Nil)))),","highlight_start":24,"highlight_end":29}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/stack.rs","byte_start":1289,"byte_end":1294,"line_start":60,"line_end":60,"column_start":24,"column_end":29,"is_primary":true,"text":[{"text":"            Val(value, other) => *self = Val(i,Some(Box::new(std::mem::replace(self, Nil)))),","highlight_start":24,"highlight_end":29}],"label":null,"suggested_replacement":"_other","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `other`\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/stack.rs:60:24\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m60\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m            Val(value, other) => *self = Val(i,Some(Box::new(std::mem::replace(self, Nil)))),\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                       \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_other`\u001b[0m\n\n"}
-{"message":"unused variable: `other`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/stack.rs","byte_start":1622,"byte_end":1627,"line_start":70,"line_end":70,"column_start":28,"column_end":33,"is_primary":true,"text":[{"text":"                Val(value, other) => Some(value),","highlight_start":28,"highlight_end":33}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/stack.rs","byte_start":1622,"byte_end":1627,"line_start":70,"line_end":70,"column_start":28,"column_end":33,"is_primary":true,"text":[{"text":"                Val(value, other) => Some(value),","highlight_start":28,"highlight_end":33}],"label":null,"suggested_replacement":"_other","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `other`\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/stack.rs:70:28\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m70\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m                Val(value, other) => Some(value),\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                           \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_other`\u001b[0m\n\n"}
-{"message":"unused variable: `value`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/stack.rs","byte_start":2325,"byte_end":2330,"line_start":95,"line_end":95,"column_start":17,"column_end":22,"is_primary":true,"text":[{"text":"            Val(value,other) => false,","highlight_start":17,"highlight_end":22}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/stack.rs","byte_start":2325,"byte_end":2330,"line_start":95,"line_end":95,"column_start":17,"column_end":22,"is_primary":true,"text":[{"text":"            Val(value,other) => false,","highlight_start":17,"highlight_end":22}],"label":null,"suggested_replacement":"_value","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `value`\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/stack.rs:95:17\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m95\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m            Val(value,other) => false,\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_value`\u001b[0m\n\n"}
-{"message":"unused variable: `other`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/stack.rs","byte_start":2331,"byte_end":2336,"line_start":95,"line_end":95,"column_start":23,"column_end":28,"is_primary":true,"text":[{"text":"            Val(value,other) => false,","highlight_start":23,"highlight_end":28}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/stack.rs","byte_start":2331,"byte_end":2336,"line_start":95,"line_end":95,"column_start":23,"column_end":28,"is_primary":true,"text":[{"text":"            Val(value,other) => false,","highlight_start":23,"highlight_end":28}],"label":null,"suggested_replacement":"_other","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `other`\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/stack.rs:95:23\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m95\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m            Val(value,other) => false,\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                      \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_other`\u001b[0m\n\n"}
-{"message":"variable does not need to be mutable","code":{"code":"unused_mut","explanation":null},"level":"warning","spans":[{"file_name":"src/syntax_tree.rs","byte_start":3109,"byte_end":3121,"line_start":93,"line_end":93,"column_start":21,"column_end":33,"is_primary":true,"text":[{"text":"                let mut children = (self).children();","highlight_start":21,"highlight_end":33}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_mut)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"remove this `mut`","code":null,"level":"help","spans":[{"file_name":"src/syntax_tree.rs","byte_start":3109,"byte_end":3113,"line_start":93,"line_end":93,"column_start":21,"column_end":25,"is_primary":true,"text":[{"text":"                let mut children = (self).children();","highlight_start":21,"highlight_end":25}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: variable does not need to be mutable\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/syntax_tree.rs:93:21\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m93\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m                let mut children = (self).children();\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                    \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m----\u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                    \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                    \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12mhelp: remove this `mut`\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_mut)]` on by default\u001b[0m\n\n"}
-{"message":"variable does not need to be mutable","code":{"code":"unused_mut","explanation":null},"level":"warning","spans":[{"file_name":"src/syntax_tree.rs","byte_start":3163,"byte_end":3172,"line_start":94,"line_end":94,"column_start":21,"column_end":30,"is_primary":true,"text":[{"text":"                for mut child in children{","highlight_start":21,"highlight_end":30}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"remove this `mut`","code":null,"level":"help","spans":[{"file_name":"src/syntax_tree.rs","byte_start":3163,"byte_end":3167,"line_start":94,"line_end":94,"column_start":21,"column_end":25,"is_primary":true,"text":[{"text":"                for mut child in children{","highlight_start":21,"highlight_end":25}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: variable does not need to be mutable\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/syntax_tree.rs:94:21\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m94\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m                for mut child in children{\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                    \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m----\u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                    \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                    \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12mhelp: remove this `mut`\u001b[0m\n\n"}
-{"message":"cannot borrow `*child` as mutable, as it is behind a `&` reference","code":{"code":"E0596","explanation":"This error occurs because you tried to mutably borrow a non-mutable variable.\n\nErroneous code example:\n\n```compile_fail,E0596\nlet x = 1;\nlet y = &mut x; // error: cannot borrow mutably\n```\n\nIn here, `x` isn't mutable, so when we try to mutably borrow it in `y`, it\nfails. To fix this error, you need to make `x` mutable:\n\n```\nlet mut x = 1;\nlet y = &mut x; // ok!\n```\n"},"level":"error","spans":[{"file_name":"src/syntax_tree.rs","byte_start":3176,"byte_end":3184,"line_start":94,"line_end":94,"column_start":34,"column_end":42,"is_primary":false,"text":[{"text":"                for mut child in children{","highlight_start":34,"highlight_end":42}],"label":"this iterator yields `&` references","suggested_replacement":null,"suggestion_applicability":null,"expansion":{"span":{"file_name":"src/syntax_tree.rs","byte_start":3176,"byte_end":3184,"line_start":94,"line_end":94,"column_start":34,"column_end":42,"is_primary":false,"text":[{"text":"                for mut child in children{","highlight_start":34,"highlight_end":42}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},"macro_decl_name":"desugaring of `for` loop","def_site_span":{"file_name":"src/lib.rs","byte_start":0,"byte_end":0,"line_start":1,"line_end":1,"column_start":1,"column_end":1,"is_primary":false,"text":[],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}}},{"file_name":"src/syntax_tree.rs","byte_start":3279,"byte_end":3309,"line_start":96,"line_end":96,"column_start":32,"column_end":62,"is_primary":true,"text":[{"text":"                        return child.find_node_mut(predicate);","highlight_start":32,"highlight_end":62}],"label":"`child` is a `&` reference, so the data it refers to cannot be borrowed as mutable","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[38;5;9merror[E0596]\u001b[0m\u001b[0m\u001b[1m: cannot borrow `*child` as mutable, as it is behind a `&` reference\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/syntax_tree.rs:96:32\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m94\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m                for mut child in children{\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                                 \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--------\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12mthis iterator yields `&` references\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m95\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m                    if(child.find_node(predicate).is_some()){\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m96\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m                        return child.find_node_mut(predicate);\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                               \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;9m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;9m`child` is a `&` reference, so the data it refers to cannot be borrowed as mutable\u001b[0m\n\n"}
-{"message":"aborting due to previous error; 10 warnings emitted","code":null,"level":"error","spans":[],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[38;5;9merror\u001b[0m\u001b[0m\u001b[1m: aborting due to previous error; 10 warnings emitted\u001b[0m\n\n"}
-{"message":"For more information about this error, try `rustc --explain E0596`.","code":null,"level":"failure-note","spans":[],"children":[],"rendered":"\u001b[0m\u001b[1mFor more information about this error, try `rustc --explain E0596`.\u001b[0m\n"}
diff --git a/target/debug/.fingerprint/cb-1-6015821dbf679488/dep-lib-cb-1 b/target/debug/.fingerprint/cb-1-6015821dbf679488/dep-lib-cb-1
deleted file mode 100644
index 7685170aa96d822f431a48cb4c8631e29a7605e6..0000000000000000000000000000000000000000
Binary files a/target/debug/.fingerprint/cb-1-6015821dbf679488/dep-lib-cb-1 and /dev/null differ
diff --git a/target/debug/.fingerprint/cb-1-6015821dbf679488/invoked.timestamp b/target/debug/.fingerprint/cb-1-6015821dbf679488/invoked.timestamp
deleted file mode 100644
index e00328da5aa8e7fba830f8cc8d04777646c36cff..0000000000000000000000000000000000000000
--- a/target/debug/.fingerprint/cb-1-6015821dbf679488/invoked.timestamp
+++ /dev/null
@@ -1 +0,0 @@
-This file has an mtime of when this was started.
\ No newline at end of file
diff --git a/target/debug/.fingerprint/cb-1-6015821dbf679488/lib-cb-1 b/target/debug/.fingerprint/cb-1-6015821dbf679488/lib-cb-1
deleted file mode 100644
index 3efa3cebf7cc72e9d2b4f1344e1b10cc40c7660e..0000000000000000000000000000000000000000
--- a/target/debug/.fingerprint/cb-1-6015821dbf679488/lib-cb-1
+++ /dev/null
@@ -1 +0,0 @@
-c99fe0d4d85f942c
\ No newline at end of file
diff --git a/target/debug/.fingerprint/cb-1-6015821dbf679488/lib-cb-1.json b/target/debug/.fingerprint/cb-1-6015821dbf679488/lib-cb-1.json
deleted file mode 100644
index 305c2545486f1d1facf023f150269dab461121fa..0000000000000000000000000000000000000000
--- a/target/debug/.fingerprint/cb-1-6015821dbf679488/lib-cb-1.json
+++ /dev/null
@@ -1 +0,0 @@
-{"rustc":146169267576008299,"features":"[]","target":13705631532917162810,"profile":9251013656241001069,"path":17523903030608720598,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/cb-1-6015821dbf679488/dep-lib-cb-1"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0}
\ No newline at end of file
diff --git a/target/debug/.fingerprint/cb-1-6015821dbf679488/output-lib-cb-1 b/target/debug/.fingerprint/cb-1-6015821dbf679488/output-lib-cb-1
deleted file mode 100644
index c270f6b77f8eb4df30c7afcaa3015d610d1a4822..0000000000000000000000000000000000000000
--- a/target/debug/.fingerprint/cb-1-6015821dbf679488/output-lib-cb-1
+++ /dev/null
@@ -1,15 +0,0 @@
-{"message":"unreachable expression","code":{"code":"unreachable_code","explanation":null},"level":"warning","spans":[{"file_name":"src/stack.rs","byte_start":711,"byte_end":726,"line_start":43,"line_end":43,"column_start":34,"column_end":49,"is_primary":true,"text":[{"text":"            Val(value, other) => *self = todo!(),","highlight_start":34,"highlight_end":49}],"label":"unreachable expression","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"/rustc/9eb3afe9ebe9c7d2b84b71002d44f4a0edac95e0/library/core/src/macros/mod.rs","byte_start":25689,"byte_end":25736,"line_start":773,"line_end":773,"column_start":9,"column_end":56,"is_primary":false,"text":[],"label":"any code following this expression is unreachable","suggested_replacement":null,"suggestion_applicability":null,"expansion":{"span":{"file_name":"src/stack.rs","byte_start":719,"byte_end":726,"line_start":43,"line_end":43,"column_start":42,"column_end":49,"is_primary":false,"text":[{"text":"            Val(value, other) => *self = todo!(),","highlight_start":42,"highlight_end":49}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},"macro_decl_name":"todo!","def_site_span":{"file_name":"/rustc/9eb3afe9ebe9c7d2b84b71002d44f4a0edac95e0/library/core/src/macros/mod.rs","byte_start":25649,"byte_end":25666,"line_start":771,"line_end":771,"column_start":1,"column_end":18,"is_primary":false,"text":[],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}}}],"children":[{"message":"`#[warn(unreachable_code)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unreachable expression\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/stack.rs:43:34\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m43\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m            Val(value, other) => *self = todo!(),\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                                 \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^\u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m-------\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                                 \u001b[0m\u001b[0m\u001b[1m\u001b[33m|\u001b[0m\u001b[0m       \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                                 \u001b[0m\u001b[0m\u001b[1m\u001b[33m|\u001b[0m\u001b[0m       \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12many code following this expression is unreachable\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                                 \u001b[0m\u001b[0m\u001b[1m\u001b[33munreachable expression\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unreachable_code)]` on by default\u001b[0m\n\n"}
-{"message":"unreachable expression","code":{"code":"unreachable_code","explanation":null},"level":"warning","spans":[{"file_name":"src/stack.rs","byte_start":747,"byte_end":762,"line_start":44,"line_end":44,"column_start":20,"column_end":35,"is_primary":true,"text":[{"text":"            Nil => *self = todo!(),","highlight_start":20,"highlight_end":35}],"label":"unreachable expression","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"/rustc/9eb3afe9ebe9c7d2b84b71002d44f4a0edac95e0/library/core/src/macros/mod.rs","byte_start":25689,"byte_end":25736,"line_start":773,"line_end":773,"column_start":9,"column_end":56,"is_primary":false,"text":[],"label":"any code following this expression is unreachable","suggested_replacement":null,"suggestion_applicability":null,"expansion":{"span":{"file_name":"src/stack.rs","byte_start":755,"byte_end":762,"line_start":44,"line_end":44,"column_start":28,"column_end":35,"is_primary":false,"text":[{"text":"            Nil => *self = todo!(),","highlight_start":28,"highlight_end":35}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},"macro_decl_name":"todo!","def_site_span":{"file_name":"/rustc/9eb3afe9ebe9c7d2b84b71002d44f4a0edac95e0/library/core/src/macros/mod.rs","byte_start":25649,"byte_end":25666,"line_start":771,"line_end":771,"column_start":1,"column_end":18,"is_primary":false,"text":[],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}}}],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unreachable expression\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/stack.rs:44:20\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m44\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m            Nil => *self = todo!(),\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                   \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^\u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m-------\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                   \u001b[0m\u001b[0m\u001b[1m\u001b[33m|\u001b[0m\u001b[0m       \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                   \u001b[0m\u001b[0m\u001b[1m\u001b[33m|\u001b[0m\u001b[0m       \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12many code following this expression is unreachable\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                   \u001b[0m\u001b[0m\u001b[1m\u001b[33munreachable expression\u001b[0m\n\n"}
-{"message":"unused variable: `i`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/stack.rs","byte_start":151,"byte_end":152,"line_start":9,"line_end":9,"column_start":28,"column_end":29,"is_primary":true,"text":[{"text":"    fn push_val(&mut self, i: i32) {","highlight_start":28,"highlight_end":29}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_variables)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/stack.rs","byte_start":151,"byte_end":152,"line_start":9,"line_end":9,"column_start":28,"column_end":29,"is_primary":true,"text":[{"text":"    fn push_val(&mut self, i: i32) {","highlight_start":28,"highlight_end":29}],"label":null,"suggested_replacement":"_i","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `i`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/stack.rs:9:28\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m9\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m    fn push_val(&mut self, i: i32) {\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                           \u001b[0m\u001b[0m\u001b[1m\u001b[33m^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_i`\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_variables)]` on by default\u001b[0m\n\n"}
-{"message":"unused variable: `value`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/stack.rs","byte_start":694,"byte_end":699,"line_start":43,"line_end":43,"column_start":17,"column_end":22,"is_primary":true,"text":[{"text":"            Val(value, other) => *self = todo!(),","highlight_start":17,"highlight_end":22}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/stack.rs","byte_start":694,"byte_end":699,"line_start":43,"line_end":43,"column_start":17,"column_end":22,"is_primary":true,"text":[{"text":"            Val(value, other) => *self = todo!(),","highlight_start":17,"highlight_end":22}],"label":null,"suggested_replacement":"_value","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `value`\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/stack.rs:43:17\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m43\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m            Val(value, other) => *self = todo!(),\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_value`\u001b[0m\n\n"}
-{"message":"unused variable: `other`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/stack.rs","byte_start":701,"byte_end":706,"line_start":43,"line_end":43,"column_start":24,"column_end":29,"is_primary":true,"text":[{"text":"            Val(value, other) => *self = todo!(),","highlight_start":24,"highlight_end":29}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/stack.rs","byte_start":701,"byte_end":706,"line_start":43,"line_end":43,"column_start":24,"column_end":29,"is_primary":true,"text":[{"text":"            Val(value, other) => *self = todo!(),","highlight_start":24,"highlight_end":29}],"label":null,"suggested_replacement":"_other","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `other`\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/stack.rs:43:24\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m43\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m            Val(value, other) => *self = todo!(),\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                       \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_other`\u001b[0m\n\n"}
-{"message":"unused variable: `i`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/stack.rs","byte_start":647,"byte_end":648,"line_start":41,"line_end":41,"column_start":28,"column_end":29,"is_primary":true,"text":[{"text":"    fn push_val(&mut self, i: i32) {","highlight_start":28,"highlight_end":29}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/stack.rs","byte_start":647,"byte_end":648,"line_start":41,"line_end":41,"column_start":28,"column_end":29,"is_primary":true,"text":[{"text":"    fn push_val(&mut self, i: i32) {","highlight_start":28,"highlight_end":29}],"label":null,"suggested_replacement":"_i","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `i`\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/stack.rs:41:28\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m41\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m    fn push_val(&mut self, i: i32) {\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                           \u001b[0m\u001b[0m\u001b[1m\u001b[33m^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_i`\u001b[0m\n\n"}
-{"message":"unused variable: `popped_value`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/stack.rs","byte_start":964,"byte_end":976,"line_start":55,"line_end":55,"column_start":21,"column_end":33,"is_primary":true,"text":[{"text":"                let popped_value = *value;","highlight_start":21,"highlight_end":33}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/stack.rs","byte_start":964,"byte_end":976,"line_start":55,"line_end":55,"column_start":21,"column_end":33,"is_primary":true,"text":[{"text":"                let popped_value = *value;","highlight_start":21,"highlight_end":33}],"label":null,"suggested_replacement":"_popped_value","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `popped_value`\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/stack.rs:55:21\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m55\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m                let popped_value = *value;\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                    \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_popped_value`\u001b[0m\n\n"}
-{"message":"unused variable: `other`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/stack.rs","byte_start":1090,"byte_end":1095,"line_start":58,"line_end":58,"column_start":26,"column_end":31,"is_primary":true,"text":[{"text":"                    Some(other) => todo!(),","highlight_start":26,"highlight_end":31}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/stack.rs","byte_start":1090,"byte_end":1095,"line_start":58,"line_end":58,"column_start":26,"column_end":31,"is_primary":true,"text":[{"text":"                    Some(other) => todo!(),","highlight_start":26,"highlight_end":31}],"label":null,"suggested_replacement":"_other","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `other`\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/stack.rs:58:26\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m58\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m                    Some(other) => todo!(),\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                         \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_other`\u001b[0m\n\n"}
-{"message":"unused variable: `value`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/syntax_tree.rs","byte_start":454,"byte_end":459,"line_start":25,"line_end":25,"column_start":16,"column_end":21,"is_primary":true,"text":[{"text":"    pub fn new(value: T) -> SyntaxTree<T> {","highlight_start":16,"highlight_end":21}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/syntax_tree.rs","byte_start":454,"byte_end":459,"line_start":25,"line_end":25,"column_start":16,"column_end":21,"is_primary":true,"text":[{"text":"    pub fn new(value: T) -> SyntaxTree<T> {","highlight_start":16,"highlight_end":21}],"label":null,"suggested_replacement":"_value","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `value`\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/syntax_tree.rs:25:16\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m25\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m    pub fn new(value: T) -> SyntaxTree<T> {\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m               \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_value`\u001b[0m\n\n"}
-{"message":"unused variable: `new_node`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/syntax_tree.rs","byte_start":596,"byte_end":604,"line_start":30,"line_end":30,"column_start":33,"column_end":41,"is_primary":true,"text":[{"text":"    pub fn push_node(&mut self, new_node: SyntaxTree<T>) {","highlight_start":33,"highlight_end":41}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/syntax_tree.rs","byte_start":596,"byte_end":604,"line_start":30,"line_end":30,"column_start":33,"column_end":41,"is_primary":true,"text":[{"text":"    pub fn push_node(&mut self, new_node: SyntaxTree<T>) {","highlight_start":33,"highlight_end":41}],"label":null,"suggested_replacement":"_new_node","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `new_node`\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/syntax_tree.rs:30:33\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m30\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m    pub fn push_node(&mut self, new_node: SyntaxTree<T>) {\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                                \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_new_node`\u001b[0m\n\n"}
-{"message":"unused variable: `new_node`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/syntax_tree.rs","byte_start":976,"byte_end":984,"line_start":41,"line_end":41,"column_start":36,"column_end":44,"is_primary":true,"text":[{"text":"    pub fn prepend_node(&mut self, new_node: SyntaxTree<T>) {","highlight_start":36,"highlight_end":44}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/syntax_tree.rs","byte_start":976,"byte_end":984,"line_start":41,"line_end":41,"column_start":36,"column_end":44,"is_primary":true,"text":[{"text":"    pub fn prepend_node(&mut self, new_node: SyntaxTree<T>) {","highlight_start":36,"highlight_end":44}],"label":null,"suggested_replacement":"_new_node","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `new_node`\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/syntax_tree.rs:41:36\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m41\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m    pub fn prepend_node(&mut self, new_node: SyntaxTree<T>) {\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                                   \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_new_node`\u001b[0m\n\n"}
-{"message":"unused variable: `predicate`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/syntax_tree.rs","byte_start":2484,"byte_end":2493,"line_start":78,"line_end":78,"column_start":9,"column_end":18,"is_primary":true,"text":[{"text":"        predicate: fn(&SyntaxTree<T>) -> bool,","highlight_start":9,"highlight_end":18}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/syntax_tree.rs","byte_start":2484,"byte_end":2493,"line_start":78,"line_end":78,"column_start":9,"column_end":18,"is_primary":true,"text":[{"text":"        predicate: fn(&SyntaxTree<T>) -> bool,","highlight_start":9,"highlight_end":18}],"label":null,"suggested_replacement":"_predicate","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `predicate`\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/syntax_tree.rs:78:9\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m78\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m        predicate: fn(&SyntaxTree<T>) -> bool,\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m        \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_predicate`\u001b[0m\n\n"}
-{"message":"static `LAST_ID` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"src/syntax_tree.rs","byte_start":70,"byte_end":77,"line_start":5,"line_end":5,"column_start":12,"column_end":19,"is_primary":true,"text":[{"text":"static mut LAST_ID: usize = 0;","highlight_start":12,"highlight_end":19}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(dead_code)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: static `LAST_ID` is never used\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/syntax_tree.rs:5:12\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m5\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0mstatic mut LAST_ID: usize = 0;\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m           \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(dead_code)]` on by default\u001b[0m\n\n"}
-{"message":"function `next_id` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"src/syntax_tree.rs","byte_start":242,"byte_end":249,"line_start":15,"line_end":15,"column_start":4,"column_end":11,"is_primary":true,"text":[{"text":"fn next_id() -> ID {","highlight_start":4,"highlight_end":11}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: function `next_id` is never used\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/syntax_tree.rs:15:4\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m15\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0mfn next_id() -> ID {\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^\u001b[0m\n\n"}
-{"message":"14 warnings emitted","code":null,"level":"warning","spans":[],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: 14 warnings emitted\u001b[0m\n\n"}
diff --git a/target/debug/.fingerprint/cb-1-78f8e0cb995448d6/dep-test-lib-cb-1 b/target/debug/.fingerprint/cb-1-78f8e0cb995448d6/dep-test-lib-cb-1
deleted file mode 100644
index 7685170aa96d822f431a48cb4c8631e29a7605e6..0000000000000000000000000000000000000000
Binary files a/target/debug/.fingerprint/cb-1-78f8e0cb995448d6/dep-test-lib-cb-1 and /dev/null differ
diff --git a/target/debug/.fingerprint/cb-1-78f8e0cb995448d6/invoked.timestamp b/target/debug/.fingerprint/cb-1-78f8e0cb995448d6/invoked.timestamp
deleted file mode 100644
index e00328da5aa8e7fba830f8cc8d04777646c36cff..0000000000000000000000000000000000000000
--- a/target/debug/.fingerprint/cb-1-78f8e0cb995448d6/invoked.timestamp
+++ /dev/null
@@ -1 +0,0 @@
-This file has an mtime of when this was started.
\ No newline at end of file
diff --git a/target/debug/.fingerprint/cb-1-78f8e0cb995448d6/output-test-lib-cb-1 b/target/debug/.fingerprint/cb-1-78f8e0cb995448d6/output-test-lib-cb-1
deleted file mode 100644
index 0e15c707f393f98e5e8d814c2652df43c8cf8dab..0000000000000000000000000000000000000000
--- a/target/debug/.fingerprint/cb-1-78f8e0cb995448d6/output-test-lib-cb-1
+++ /dev/null
@@ -1,13 +0,0 @@
-{"message":"unused import: `std::mem`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"src/stack.rs","byte_start":22,"byte_end":30,"line_start":2,"line_end":2,"column_start":5,"column_end":13,"is_primary":true,"text":[{"text":"use std::mem;","highlight_start":5,"highlight_end":13}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_imports)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"remove the whole `use` item","code":null,"level":"help","spans":[{"file_name":"src/stack.rs","byte_start":18,"byte_end":31,"line_start":2,"line_end":2,"column_start":1,"column_end":14,"is_primary":true,"text":[{"text":"use std::mem;","highlight_start":1,"highlight_end":14}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused import: `std::mem`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/stack.rs:2:5\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m2\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0muse std::mem;\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m    \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_imports)]` on by default\u001b[0m\n\n"}
-{"message":"unnecessary parentheses around `if` condition","code":{"code":"unused_parens","explanation":null},"level":"warning","spans":[{"file_name":"src/syntax_tree.rs","byte_start":2457,"byte_end":2458,"line_start":76,"line_end":76,"column_start":19,"column_end":20,"is_primary":true,"text":[{"text":"                if(child.find_node(predicate).is_some()){","highlight_start":19,"highlight_end":20}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/syntax_tree.rs","byte_start":2494,"byte_end":2495,"line_start":76,"line_end":76,"column_start":56,"column_end":57,"is_primary":true,"text":[{"text":"                if(child.find_node(predicate).is_some()){","highlight_start":56,"highlight_end":57}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_parens)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"remove these parentheses","code":null,"level":"help","spans":[{"file_name":"src/syntax_tree.rs","byte_start":2457,"byte_end":2458,"line_start":76,"line_end":76,"column_start":19,"column_end":20,"is_primary":true,"text":[{"text":"                if(child.find_node(predicate).is_some()){","highlight_start":19,"highlight_end":20}],"label":null,"suggested_replacement":" ","suggestion_applicability":"MachineApplicable","expansion":null},{"file_name":"src/syntax_tree.rs","byte_start":2494,"byte_end":2495,"line_start":76,"line_end":76,"column_start":56,"column_end":57,"is_primary":true,"text":[{"text":"                if(child.find_node(predicate).is_some()){","highlight_start":56,"highlight_end":57}],"label":null,"suggested_replacement":" ","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unnecessary parentheses around `if` condition\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/syntax_tree.rs:76:19\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m76\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m                if(child.find_node(predicate).is_some()){\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                  \u001b[0m\u001b[0m\u001b[1m\u001b[33m^\u001b[0m\u001b[0m                                    \u001b[0m\u001b[0m\u001b[1m\u001b[33m^\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_parens)]` on by default\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;14mhelp\u001b[0m\u001b[0m: remove these parentheses\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m76\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;9m- \u001b[0m\u001b[0m                if\u001b[0m\u001b[0m\u001b[38;5;9m(\u001b[0m\u001b[0mchild.find_node(predicate).is_some()\u001b[0m\u001b[0m\u001b[38;5;9m)\u001b[0m\u001b[0m{\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m76\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;10m+ \u001b[0m\u001b[0m                if\u001b[0m\u001b[0m\u001b[38;5;10m \u001b[0m\u001b[0mchild.find_node(predicate).is_some()\u001b[0m\u001b[0m\u001b[38;5;10m \u001b[0m\u001b[0m{\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\n"}
-{"message":"unnecessary parentheses around `if` condition","code":{"code":"unused_parens","explanation":null},"level":"warning","spans":[{"file_name":"src/syntax_tree.rs","byte_start":3208,"byte_end":3209,"line_start":95,"line_end":95,"column_start":23,"column_end":24,"is_primary":true,"text":[{"text":"                    if(child.find_node(predicate).is_some()){","highlight_start":23,"highlight_end":24}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"src/syntax_tree.rs","byte_start":3245,"byte_end":3246,"line_start":95,"line_end":95,"column_start":60,"column_end":61,"is_primary":true,"text":[{"text":"                    if(child.find_node(predicate).is_some()){","highlight_start":60,"highlight_end":61}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"remove these parentheses","code":null,"level":"help","spans":[{"file_name":"src/syntax_tree.rs","byte_start":3208,"byte_end":3209,"line_start":95,"line_end":95,"column_start":23,"column_end":24,"is_primary":true,"text":[{"text":"                    if(child.find_node(predicate).is_some()){","highlight_start":23,"highlight_end":24}],"label":null,"suggested_replacement":" ","suggestion_applicability":"MachineApplicable","expansion":null},{"file_name":"src/syntax_tree.rs","byte_start":3245,"byte_end":3246,"line_start":95,"line_end":95,"column_start":60,"column_end":61,"is_primary":true,"text":[{"text":"                    if(child.find_node(predicate).is_some()){","highlight_start":60,"highlight_end":61}],"label":null,"suggested_replacement":" ","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unnecessary parentheses around `if` condition\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/syntax_tree.rs:95:23\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m95\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m                    if(child.find_node(predicate).is_some()){\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                      \u001b[0m\u001b[0m\u001b[1m\u001b[33m^\u001b[0m\u001b[0m                                    \u001b[0m\u001b[0m\u001b[1m\u001b[33m^\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;14mhelp\u001b[0m\u001b[0m: remove these parentheses\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m95\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;9m- \u001b[0m\u001b[0m                    if\u001b[0m\u001b[0m\u001b[38;5;9m(\u001b[0m\u001b[0mchild.find_node(predicate).is_some()\u001b[0m\u001b[0m\u001b[38;5;9m)\u001b[0m\u001b[0m{\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m95\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[38;5;10m+ \u001b[0m\u001b[0m                    if\u001b[0m\u001b[0m\u001b[38;5;10m \u001b[0m\u001b[0mchild.find_node(predicate).is_some()\u001b[0m\u001b[0m\u001b[38;5;10m \u001b[0m\u001b[0m{\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\n"}
-{"message":"unused variable: `value`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/stack.rs","byte_start":1282,"byte_end":1287,"line_start":60,"line_end":60,"column_start":17,"column_end":22,"is_primary":true,"text":[{"text":"            Val(value, other) => *self = Val(i,Some(Box::new(std::mem::replace(self, Nil)))),","highlight_start":17,"highlight_end":22}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_variables)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/stack.rs","byte_start":1282,"byte_end":1287,"line_start":60,"line_end":60,"column_start":17,"column_end":22,"is_primary":true,"text":[{"text":"            Val(value, other) => *self = Val(i,Some(Box::new(std::mem::replace(self, Nil)))),","highlight_start":17,"highlight_end":22}],"label":null,"suggested_replacement":"_value","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `value`\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/stack.rs:60:17\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m60\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m            Val(value, other) => *self = Val(i,Some(Box::new(std::mem::replace(self, Nil)))),\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_value`\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_variables)]` on by default\u001b[0m\n\n"}
-{"message":"unused variable: `other`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/stack.rs","byte_start":1289,"byte_end":1294,"line_start":60,"line_end":60,"column_start":24,"column_end":29,"is_primary":true,"text":[{"text":"            Val(value, other) => *self = Val(i,Some(Box::new(std::mem::replace(self, Nil)))),","highlight_start":24,"highlight_end":29}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/stack.rs","byte_start":1289,"byte_end":1294,"line_start":60,"line_end":60,"column_start":24,"column_end":29,"is_primary":true,"text":[{"text":"            Val(value, other) => *self = Val(i,Some(Box::new(std::mem::replace(self, Nil)))),","highlight_start":24,"highlight_end":29}],"label":null,"suggested_replacement":"_other","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `other`\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/stack.rs:60:24\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m60\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m            Val(value, other) => *self = Val(i,Some(Box::new(std::mem::replace(self, Nil)))),\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                       \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_other`\u001b[0m\n\n"}
-{"message":"unused variable: `other`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/stack.rs","byte_start":1622,"byte_end":1627,"line_start":70,"line_end":70,"column_start":28,"column_end":33,"is_primary":true,"text":[{"text":"                Val(value, other) => Some(value),","highlight_start":28,"highlight_end":33}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/stack.rs","byte_start":1622,"byte_end":1627,"line_start":70,"line_end":70,"column_start":28,"column_end":33,"is_primary":true,"text":[{"text":"                Val(value, other) => Some(value),","highlight_start":28,"highlight_end":33}],"label":null,"suggested_replacement":"_other","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `other`\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/stack.rs:70:28\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m70\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m                Val(value, other) => Some(value),\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                           \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_other`\u001b[0m\n\n"}
-{"message":"unused variable: `value`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/stack.rs","byte_start":2325,"byte_end":2330,"line_start":95,"line_end":95,"column_start":17,"column_end":22,"is_primary":true,"text":[{"text":"            Val(value,other) => false,","highlight_start":17,"highlight_end":22}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/stack.rs","byte_start":2325,"byte_end":2330,"line_start":95,"line_end":95,"column_start":17,"column_end":22,"is_primary":true,"text":[{"text":"            Val(value,other) => false,","highlight_start":17,"highlight_end":22}],"label":null,"suggested_replacement":"_value","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `value`\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/stack.rs:95:17\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m95\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m            Val(value,other) => false,\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_value`\u001b[0m\n\n"}
-{"message":"unused variable: `other`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/stack.rs","byte_start":2331,"byte_end":2336,"line_start":95,"line_end":95,"column_start":23,"column_end":28,"is_primary":true,"text":[{"text":"            Val(value,other) => false,","highlight_start":23,"highlight_end":28}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/stack.rs","byte_start":2331,"byte_end":2336,"line_start":95,"line_end":95,"column_start":23,"column_end":28,"is_primary":true,"text":[{"text":"            Val(value,other) => false,","highlight_start":23,"highlight_end":28}],"label":null,"suggested_replacement":"_other","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `other`\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/stack.rs:95:23\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m95\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m            Val(value,other) => false,\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                      \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_other`\u001b[0m\n\n"}
-{"message":"variable does not need to be mutable","code":{"code":"unused_mut","explanation":null},"level":"warning","spans":[{"file_name":"src/syntax_tree.rs","byte_start":3109,"byte_end":3121,"line_start":93,"line_end":93,"column_start":21,"column_end":33,"is_primary":true,"text":[{"text":"                let mut children = (self).children();","highlight_start":21,"highlight_end":33}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_mut)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"remove this `mut`","code":null,"level":"help","spans":[{"file_name":"src/syntax_tree.rs","byte_start":3109,"byte_end":3113,"line_start":93,"line_end":93,"column_start":21,"column_end":25,"is_primary":true,"text":[{"text":"                let mut children = (self).children();","highlight_start":21,"highlight_end":25}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: variable does not need to be mutable\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/syntax_tree.rs:93:21\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m93\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m                let mut children = (self).children();\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                    \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m----\u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                    \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                    \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12mhelp: remove this `mut`\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_mut)]` on by default\u001b[0m\n\n"}
-{"message":"variable does not need to be mutable","code":{"code":"unused_mut","explanation":null},"level":"warning","spans":[{"file_name":"src/syntax_tree.rs","byte_start":3163,"byte_end":3172,"line_start":94,"line_end":94,"column_start":21,"column_end":30,"is_primary":true,"text":[{"text":"                for mut child in children{","highlight_start":21,"highlight_end":30}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"remove this `mut`","code":null,"level":"help","spans":[{"file_name":"src/syntax_tree.rs","byte_start":3163,"byte_end":3167,"line_start":94,"line_end":94,"column_start":21,"column_end":25,"is_primary":true,"text":[{"text":"                for mut child in children{","highlight_start":21,"highlight_end":25}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: variable does not need to be mutable\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/syntax_tree.rs:94:21\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m94\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m                for mut child in children{\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                    \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m----\u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                    \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                    \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12mhelp: remove this `mut`\u001b[0m\n\n"}
-{"message":"cannot borrow `*child` as mutable, as it is behind a `&` reference","code":{"code":"E0596","explanation":"This error occurs because you tried to mutably borrow a non-mutable variable.\n\nErroneous code example:\n\n```compile_fail,E0596\nlet x = 1;\nlet y = &mut x; // error: cannot borrow mutably\n```\n\nIn here, `x` isn't mutable, so when we try to mutably borrow it in `y`, it\nfails. To fix this error, you need to make `x` mutable:\n\n```\nlet mut x = 1;\nlet y = &mut x; // ok!\n```\n"},"level":"error","spans":[{"file_name":"src/syntax_tree.rs","byte_start":3176,"byte_end":3184,"line_start":94,"line_end":94,"column_start":34,"column_end":42,"is_primary":false,"text":[{"text":"                for mut child in children{","highlight_start":34,"highlight_end":42}],"label":"this iterator yields `&` references","suggested_replacement":null,"suggestion_applicability":null,"expansion":{"span":{"file_name":"src/syntax_tree.rs","byte_start":3176,"byte_end":3184,"line_start":94,"line_end":94,"column_start":34,"column_end":42,"is_primary":false,"text":[{"text":"                for mut child in children{","highlight_start":34,"highlight_end":42}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},"macro_decl_name":"desugaring of `for` loop","def_site_span":{"file_name":"src/lib.rs","byte_start":0,"byte_end":0,"line_start":1,"line_end":1,"column_start":1,"column_end":1,"is_primary":false,"text":[],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}}},{"file_name":"src/syntax_tree.rs","byte_start":3279,"byte_end":3309,"line_start":96,"line_end":96,"column_start":32,"column_end":62,"is_primary":true,"text":[{"text":"                        return child.find_node_mut(predicate);","highlight_start":32,"highlight_end":62}],"label":"`child` is a `&` reference, so the data it refers to cannot be borrowed as mutable","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[38;5;9merror[E0596]\u001b[0m\u001b[0m\u001b[1m: cannot borrow `*child` as mutable, as it is behind a `&` reference\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/syntax_tree.rs:96:32\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m94\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m                for mut child in children{\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                                 \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--------\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12mthis iterator yields `&` references\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m95\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m                    if(child.find_node(predicate).is_some()){\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m96\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m                        return child.find_node_mut(predicate);\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                               \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;9m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;9m`child` is a `&` reference, so the data it refers to cannot be borrowed as mutable\u001b[0m\n\n"}
-{"message":"aborting due to previous error; 10 warnings emitted","code":null,"level":"error","spans":[],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[38;5;9merror\u001b[0m\u001b[0m\u001b[1m: aborting due to previous error; 10 warnings emitted\u001b[0m\n\n"}
-{"message":"For more information about this error, try `rustc --explain E0596`.","code":null,"level":"failure-note","spans":[],"children":[],"rendered":"\u001b[0m\u001b[1mFor more information about this error, try `rustc --explain E0596`.\u001b[0m\n"}
diff --git a/target/debug/.fingerprint/cb-1-78f8e0cb995448d6/test-lib-cb-1 b/target/debug/.fingerprint/cb-1-78f8e0cb995448d6/test-lib-cb-1
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
diff --git a/target/debug/.fingerprint/cb-1-78f8e0cb995448d6/test-lib-cb-1.json b/target/debug/.fingerprint/cb-1-78f8e0cb995448d6/test-lib-cb-1.json
deleted file mode 100644
index 0fe3ffc930f92d1ebf3dabebb7f645c327047848..0000000000000000000000000000000000000000
--- a/target/debug/.fingerprint/cb-1-78f8e0cb995448d6/test-lib-cb-1.json
+++ /dev/null
@@ -1 +0,0 @@
-{"rustc":11237722640046295880,"features":"[]","target":13705631532917162810,"profile":17729903187224061422,"path":17523903030608720598,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/cb-1-78f8e0cb995448d6/dep-test-lib-cb-1"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0}
\ No newline at end of file
diff --git a/target/debug/.fingerprint/cb-1-a2025c864b596c0b/dep-test-lib-cb-1 b/target/debug/.fingerprint/cb-1-a2025c864b596c0b/dep-test-lib-cb-1
deleted file mode 100644
index 7685170aa96d822f431a48cb4c8631e29a7605e6..0000000000000000000000000000000000000000
Binary files a/target/debug/.fingerprint/cb-1-a2025c864b596c0b/dep-test-lib-cb-1 and /dev/null differ
diff --git a/target/debug/.fingerprint/cb-1-a2025c864b596c0b/invoked.timestamp b/target/debug/.fingerprint/cb-1-a2025c864b596c0b/invoked.timestamp
deleted file mode 100644
index e00328da5aa8e7fba830f8cc8d04777646c36cff..0000000000000000000000000000000000000000
--- a/target/debug/.fingerprint/cb-1-a2025c864b596c0b/invoked.timestamp
+++ /dev/null
@@ -1 +0,0 @@
-This file has an mtime of when this was started.
\ No newline at end of file
diff --git a/target/debug/.fingerprint/cb-1-a2025c864b596c0b/output-test-lib-cb-1 b/target/debug/.fingerprint/cb-1-a2025c864b596c0b/output-test-lib-cb-1
deleted file mode 100644
index c270f6b77f8eb4df30c7afcaa3015d610d1a4822..0000000000000000000000000000000000000000
--- a/target/debug/.fingerprint/cb-1-a2025c864b596c0b/output-test-lib-cb-1
+++ /dev/null
@@ -1,15 +0,0 @@
-{"message":"unreachable expression","code":{"code":"unreachable_code","explanation":null},"level":"warning","spans":[{"file_name":"src/stack.rs","byte_start":711,"byte_end":726,"line_start":43,"line_end":43,"column_start":34,"column_end":49,"is_primary":true,"text":[{"text":"            Val(value, other) => *self = todo!(),","highlight_start":34,"highlight_end":49}],"label":"unreachable expression","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"/rustc/9eb3afe9ebe9c7d2b84b71002d44f4a0edac95e0/library/core/src/macros/mod.rs","byte_start":25689,"byte_end":25736,"line_start":773,"line_end":773,"column_start":9,"column_end":56,"is_primary":false,"text":[],"label":"any code following this expression is unreachable","suggested_replacement":null,"suggestion_applicability":null,"expansion":{"span":{"file_name":"src/stack.rs","byte_start":719,"byte_end":726,"line_start":43,"line_end":43,"column_start":42,"column_end":49,"is_primary":false,"text":[{"text":"            Val(value, other) => *self = todo!(),","highlight_start":42,"highlight_end":49}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},"macro_decl_name":"todo!","def_site_span":{"file_name":"/rustc/9eb3afe9ebe9c7d2b84b71002d44f4a0edac95e0/library/core/src/macros/mod.rs","byte_start":25649,"byte_end":25666,"line_start":771,"line_end":771,"column_start":1,"column_end":18,"is_primary":false,"text":[],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}}}],"children":[{"message":"`#[warn(unreachable_code)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unreachable expression\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/stack.rs:43:34\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m43\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m            Val(value, other) => *self = todo!(),\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                                 \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^\u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m-------\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                                 \u001b[0m\u001b[0m\u001b[1m\u001b[33m|\u001b[0m\u001b[0m       \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                                 \u001b[0m\u001b[0m\u001b[1m\u001b[33m|\u001b[0m\u001b[0m       \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12many code following this expression is unreachable\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                                 \u001b[0m\u001b[0m\u001b[1m\u001b[33munreachable expression\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unreachable_code)]` on by default\u001b[0m\n\n"}
-{"message":"unreachable expression","code":{"code":"unreachable_code","explanation":null},"level":"warning","spans":[{"file_name":"src/stack.rs","byte_start":747,"byte_end":762,"line_start":44,"line_end":44,"column_start":20,"column_end":35,"is_primary":true,"text":[{"text":"            Nil => *self = todo!(),","highlight_start":20,"highlight_end":35}],"label":"unreachable expression","suggested_replacement":null,"suggestion_applicability":null,"expansion":null},{"file_name":"/rustc/9eb3afe9ebe9c7d2b84b71002d44f4a0edac95e0/library/core/src/macros/mod.rs","byte_start":25689,"byte_end":25736,"line_start":773,"line_end":773,"column_start":9,"column_end":56,"is_primary":false,"text":[],"label":"any code following this expression is unreachable","suggested_replacement":null,"suggestion_applicability":null,"expansion":{"span":{"file_name":"src/stack.rs","byte_start":755,"byte_end":762,"line_start":44,"line_end":44,"column_start":28,"column_end":35,"is_primary":false,"text":[{"text":"            Nil => *self = todo!(),","highlight_start":28,"highlight_end":35}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null},"macro_decl_name":"todo!","def_site_span":{"file_name":"/rustc/9eb3afe9ebe9c7d2b84b71002d44f4a0edac95e0/library/core/src/macros/mod.rs","byte_start":25649,"byte_end":25666,"line_start":771,"line_end":771,"column_start":1,"column_end":18,"is_primary":false,"text":[],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}}}],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unreachable expression\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/stack.rs:44:20\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m44\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m            Nil => *self = todo!(),\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                   \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^\u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m-------\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                   \u001b[0m\u001b[0m\u001b[1m\u001b[33m|\u001b[0m\u001b[0m       \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                   \u001b[0m\u001b[0m\u001b[1m\u001b[33m|\u001b[0m\u001b[0m       \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12many code following this expression is unreachable\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                   \u001b[0m\u001b[0m\u001b[1m\u001b[33munreachable expression\u001b[0m\n\n"}
-{"message":"unused variable: `i`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/stack.rs","byte_start":151,"byte_end":152,"line_start":9,"line_end":9,"column_start":28,"column_end":29,"is_primary":true,"text":[{"text":"    fn push_val(&mut self, i: i32) {","highlight_start":28,"highlight_end":29}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(unused_variables)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null},{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/stack.rs","byte_start":151,"byte_end":152,"line_start":9,"line_end":9,"column_start":28,"column_end":29,"is_primary":true,"text":[{"text":"    fn push_val(&mut self, i: i32) {","highlight_start":28,"highlight_end":29}],"label":null,"suggested_replacement":"_i","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `i`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/stack.rs:9:28\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m9\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m    fn push_val(&mut self, i: i32) {\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                           \u001b[0m\u001b[0m\u001b[1m\u001b[33m^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_i`\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(unused_variables)]` on by default\u001b[0m\n\n"}
-{"message":"unused variable: `value`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/stack.rs","byte_start":694,"byte_end":699,"line_start":43,"line_end":43,"column_start":17,"column_end":22,"is_primary":true,"text":[{"text":"            Val(value, other) => *self = todo!(),","highlight_start":17,"highlight_end":22}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/stack.rs","byte_start":694,"byte_end":699,"line_start":43,"line_end":43,"column_start":17,"column_end":22,"is_primary":true,"text":[{"text":"            Val(value, other) => *self = todo!(),","highlight_start":17,"highlight_end":22}],"label":null,"suggested_replacement":"_value","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `value`\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/stack.rs:43:17\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m43\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m            Val(value, other) => *self = todo!(),\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_value`\u001b[0m\n\n"}
-{"message":"unused variable: `other`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/stack.rs","byte_start":701,"byte_end":706,"line_start":43,"line_end":43,"column_start":24,"column_end":29,"is_primary":true,"text":[{"text":"            Val(value, other) => *self = todo!(),","highlight_start":24,"highlight_end":29}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/stack.rs","byte_start":701,"byte_end":706,"line_start":43,"line_end":43,"column_start":24,"column_end":29,"is_primary":true,"text":[{"text":"            Val(value, other) => *self = todo!(),","highlight_start":24,"highlight_end":29}],"label":null,"suggested_replacement":"_other","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `other`\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/stack.rs:43:24\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m43\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m            Val(value, other) => *self = todo!(),\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                       \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_other`\u001b[0m\n\n"}
-{"message":"unused variable: `i`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/stack.rs","byte_start":647,"byte_end":648,"line_start":41,"line_end":41,"column_start":28,"column_end":29,"is_primary":true,"text":[{"text":"    fn push_val(&mut self, i: i32) {","highlight_start":28,"highlight_end":29}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/stack.rs","byte_start":647,"byte_end":648,"line_start":41,"line_end":41,"column_start":28,"column_end":29,"is_primary":true,"text":[{"text":"    fn push_val(&mut self, i: i32) {","highlight_start":28,"highlight_end":29}],"label":null,"suggested_replacement":"_i","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `i`\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/stack.rs:41:28\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m41\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m    fn push_val(&mut self, i: i32) {\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                           \u001b[0m\u001b[0m\u001b[1m\u001b[33m^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_i`\u001b[0m\n\n"}
-{"message":"unused variable: `popped_value`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/stack.rs","byte_start":964,"byte_end":976,"line_start":55,"line_end":55,"column_start":21,"column_end":33,"is_primary":true,"text":[{"text":"                let popped_value = *value;","highlight_start":21,"highlight_end":33}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/stack.rs","byte_start":964,"byte_end":976,"line_start":55,"line_end":55,"column_start":21,"column_end":33,"is_primary":true,"text":[{"text":"                let popped_value = *value;","highlight_start":21,"highlight_end":33}],"label":null,"suggested_replacement":"_popped_value","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `popped_value`\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/stack.rs:55:21\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m55\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m                let popped_value = *value;\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                    \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_popped_value`\u001b[0m\n\n"}
-{"message":"unused variable: `other`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/stack.rs","byte_start":1090,"byte_end":1095,"line_start":58,"line_end":58,"column_start":26,"column_end":31,"is_primary":true,"text":[{"text":"                    Some(other) => todo!(),","highlight_start":26,"highlight_end":31}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/stack.rs","byte_start":1090,"byte_end":1095,"line_start":58,"line_end":58,"column_start":26,"column_end":31,"is_primary":true,"text":[{"text":"                    Some(other) => todo!(),","highlight_start":26,"highlight_end":31}],"label":null,"suggested_replacement":"_other","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `other`\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/stack.rs:58:26\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m58\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m                    Some(other) => todo!(),\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                         \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_other`\u001b[0m\n\n"}
-{"message":"unused variable: `value`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/syntax_tree.rs","byte_start":454,"byte_end":459,"line_start":25,"line_end":25,"column_start":16,"column_end":21,"is_primary":true,"text":[{"text":"    pub fn new(value: T) -> SyntaxTree<T> {","highlight_start":16,"highlight_end":21}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/syntax_tree.rs","byte_start":454,"byte_end":459,"line_start":25,"line_end":25,"column_start":16,"column_end":21,"is_primary":true,"text":[{"text":"    pub fn new(value: T) -> SyntaxTree<T> {","highlight_start":16,"highlight_end":21}],"label":null,"suggested_replacement":"_value","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `value`\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/syntax_tree.rs:25:16\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m25\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m    pub fn new(value: T) -> SyntaxTree<T> {\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m               \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_value`\u001b[0m\n\n"}
-{"message":"unused variable: `new_node`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/syntax_tree.rs","byte_start":596,"byte_end":604,"line_start":30,"line_end":30,"column_start":33,"column_end":41,"is_primary":true,"text":[{"text":"    pub fn push_node(&mut self, new_node: SyntaxTree<T>) {","highlight_start":33,"highlight_end":41}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/syntax_tree.rs","byte_start":596,"byte_end":604,"line_start":30,"line_end":30,"column_start":33,"column_end":41,"is_primary":true,"text":[{"text":"    pub fn push_node(&mut self, new_node: SyntaxTree<T>) {","highlight_start":33,"highlight_end":41}],"label":null,"suggested_replacement":"_new_node","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `new_node`\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/syntax_tree.rs:30:33\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m30\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m    pub fn push_node(&mut self, new_node: SyntaxTree<T>) {\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                                \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_new_node`\u001b[0m\n\n"}
-{"message":"unused variable: `new_node`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/syntax_tree.rs","byte_start":976,"byte_end":984,"line_start":41,"line_end":41,"column_start":36,"column_end":44,"is_primary":true,"text":[{"text":"    pub fn prepend_node(&mut self, new_node: SyntaxTree<T>) {","highlight_start":36,"highlight_end":44}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/syntax_tree.rs","byte_start":976,"byte_end":984,"line_start":41,"line_end":41,"column_start":36,"column_end":44,"is_primary":true,"text":[{"text":"    pub fn prepend_node(&mut self, new_node: SyntaxTree<T>) {","highlight_start":36,"highlight_end":44}],"label":null,"suggested_replacement":"_new_node","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `new_node`\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/syntax_tree.rs:41:36\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m41\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m    pub fn prepend_node(&mut self, new_node: SyntaxTree<T>) {\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m                                   \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_new_node`\u001b[0m\n\n"}
-{"message":"unused variable: `predicate`","code":{"code":"unused_variables","explanation":null},"level":"warning","spans":[{"file_name":"src/syntax_tree.rs","byte_start":2484,"byte_end":2493,"line_start":78,"line_end":78,"column_start":9,"column_end":18,"is_primary":true,"text":[{"text":"        predicate: fn(&SyntaxTree<T>) -> bool,","highlight_start":9,"highlight_end":18}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"if this is intentional, prefix it with an underscore","code":null,"level":"help","spans":[{"file_name":"src/syntax_tree.rs","byte_start":2484,"byte_end":2493,"line_start":78,"line_end":78,"column_start":9,"column_end":18,"is_primary":true,"text":[{"text":"        predicate: fn(&SyntaxTree<T>) -> bool,","highlight_start":9,"highlight_end":18}],"label":null,"suggested_replacement":"_predicate","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: unused variable: `predicate`\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/syntax_tree.rs:78:9\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m78\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m        predicate: fn(&SyntaxTree<T>) -> bool,\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m        \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[33mhelp: if this is intentional, prefix it with an underscore: `_predicate`\u001b[0m\n\n"}
-{"message":"static `LAST_ID` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"src/syntax_tree.rs","byte_start":70,"byte_end":77,"line_start":5,"line_end":5,"column_start":12,"column_end":19,"is_primary":true,"text":[{"text":"static mut LAST_ID: usize = 0;","highlight_start":12,"highlight_end":19}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"`#[warn(dead_code)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: static `LAST_ID` is never used\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/syntax_tree.rs:5:12\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m5\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0mstatic mut LAST_ID: usize = 0;\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m           \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m= \u001b[0m\u001b[0m\u001b[1mnote\u001b[0m\u001b[0m: `#[warn(dead_code)]` on by default\u001b[0m\n\n"}
-{"message":"function `next_id` is never used","code":{"code":"dead_code","explanation":null},"level":"warning","spans":[{"file_name":"src/syntax_tree.rs","byte_start":242,"byte_end":249,"line_start":15,"line_end":15,"column_start":4,"column_end":11,"is_primary":true,"text":[{"text":"fn next_id() -> ID {","highlight_start":4,"highlight_end":11}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: function `next_id` is never used\u001b[0m\n\u001b[0m  \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m--> \u001b[0m\u001b[0msrc/syntax_tree.rs:15:4\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;12m15\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m|\u001b[0m\u001b[0m \u001b[0m\u001b[0mfn next_id() -> ID {\u001b[0m\n\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;12m| \u001b[0m\u001b[0m   \u001b[0m\u001b[0m\u001b[1m\u001b[33m^^^^^^^\u001b[0m\n\n"}
-{"message":"14 warnings emitted","code":null,"level":"warning","spans":[],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[33mwarning\u001b[0m\u001b[0m\u001b[1m: 14 warnings emitted\u001b[0m\n\n"}
diff --git a/target/debug/.fingerprint/cb-1-a2025c864b596c0b/test-lib-cb-1 b/target/debug/.fingerprint/cb-1-a2025c864b596c0b/test-lib-cb-1
deleted file mode 100644
index cb5ab5ac9c6e7a387f4fa3a1e5b6b8f96b42b233..0000000000000000000000000000000000000000
--- a/target/debug/.fingerprint/cb-1-a2025c864b596c0b/test-lib-cb-1
+++ /dev/null
@@ -1 +0,0 @@
-6b29b6d43e122a71
\ No newline at end of file
diff --git a/target/debug/.fingerprint/cb-1-a2025c864b596c0b/test-lib-cb-1.json b/target/debug/.fingerprint/cb-1-a2025c864b596c0b/test-lib-cb-1.json
deleted file mode 100644
index d7f5391f0aa81ab8bf6251812ec7fdf7d8b92e42..0000000000000000000000000000000000000000
--- a/target/debug/.fingerprint/cb-1-a2025c864b596c0b/test-lib-cb-1.json
+++ /dev/null
@@ -1 +0,0 @@
-{"rustc":146169267576008299,"features":"[]","target":13705631532917162810,"profile":17729903187224061422,"path":17523903030608720598,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/cb-1-a2025c864b596c0b/dep-test-lib-cb-1"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0}
\ No newline at end of file
diff --git a/target/debug/deps/cb_1-4e56004ba100478a.d b/target/debug/deps/cb_1-4e56004ba100478a.d
deleted file mode 100644
index c4938f5a3055fe9de992be4343d664273afb4c6a..0000000000000000000000000000000000000000
--- a/target/debug/deps/cb_1-4e56004ba100478a.d
+++ /dev/null
@@ -1,9 +0,0 @@
-/home/anni/Code/aufgabe1_compilerbau/target/debug/deps/cb_1-4e56004ba100478a.rmeta: src/lib.rs src/stack.rs src/syntax_tree.rs
-
-/home/anni/Code/aufgabe1_compilerbau/target/debug/deps/libcb_1-4e56004ba100478a.rlib: src/lib.rs src/stack.rs src/syntax_tree.rs
-
-/home/anni/Code/aufgabe1_compilerbau/target/debug/deps/cb_1-4e56004ba100478a.d: src/lib.rs src/stack.rs src/syntax_tree.rs
-
-src/lib.rs:
-src/stack.rs:
-src/syntax_tree.rs:
diff --git a/target/debug/deps/cb_1-6015821dbf679488.d b/target/debug/deps/cb_1-6015821dbf679488.d
deleted file mode 100644
index f1528920e7dde697b3c4b554f7d4dec2f5fcba0a..0000000000000000000000000000000000000000
--- a/target/debug/deps/cb_1-6015821dbf679488.d
+++ /dev/null
@@ -1,9 +0,0 @@
-/home/anni/Code/aufgabe1_compilerbau/target/debug/deps/cb_1-6015821dbf679488.rmeta: src/lib.rs src/stack.rs src/syntax_tree.rs
-
-/home/anni/Code/aufgabe1_compilerbau/target/debug/deps/libcb_1-6015821dbf679488.rlib: src/lib.rs src/stack.rs src/syntax_tree.rs
-
-/home/anni/Code/aufgabe1_compilerbau/target/debug/deps/cb_1-6015821dbf679488.d: src/lib.rs src/stack.rs src/syntax_tree.rs
-
-src/lib.rs:
-src/stack.rs:
-src/syntax_tree.rs:
diff --git a/target/debug/deps/cb_1-78f8e0cb995448d6 b/target/debug/deps/cb_1-78f8e0cb995448d6
deleted file mode 100755
index 554841e4d678c26266330fda3e6b83a9612e3231..0000000000000000000000000000000000000000
Binary files a/target/debug/deps/cb_1-78f8e0cb995448d6 and /dev/null differ
diff --git a/target/debug/deps/cb_1-78f8e0cb995448d6.d b/target/debug/deps/cb_1-78f8e0cb995448d6.d
deleted file mode 100644
index ef727a6337545fb879e2b7def5e776dd9989a165..0000000000000000000000000000000000000000
--- a/target/debug/deps/cb_1-78f8e0cb995448d6.d
+++ /dev/null
@@ -1,7 +0,0 @@
-/home/anni/Code/aufgabe1_compilerbau/target/debug/deps/cb_1-78f8e0cb995448d6: src/lib.rs src/stack.rs src/syntax_tree.rs
-
-/home/anni/Code/aufgabe1_compilerbau/target/debug/deps/cb_1-78f8e0cb995448d6.d: src/lib.rs src/stack.rs src/syntax_tree.rs
-
-src/lib.rs:
-src/stack.rs:
-src/syntax_tree.rs:
diff --git a/target/debug/deps/cb_1-a2025c864b596c0b b/target/debug/deps/cb_1-a2025c864b596c0b
deleted file mode 100755
index 567fbedfa7a4dd8633d6ecc1a2d4c44d64511c13..0000000000000000000000000000000000000000
Binary files a/target/debug/deps/cb_1-a2025c864b596c0b and /dev/null differ
diff --git a/target/debug/deps/cb_1-a2025c864b596c0b.d b/target/debug/deps/cb_1-a2025c864b596c0b.d
deleted file mode 100644
index 86c7941f9460952d222e80a235d153824c354319..0000000000000000000000000000000000000000
--- a/target/debug/deps/cb_1-a2025c864b596c0b.d
+++ /dev/null
@@ -1,7 +0,0 @@
-/home/anni/Code/aufgabe1_compilerbau/target/debug/deps/cb_1-a2025c864b596c0b: src/lib.rs src/stack.rs src/syntax_tree.rs
-
-/home/anni/Code/aufgabe1_compilerbau/target/debug/deps/cb_1-a2025c864b596c0b.d: src/lib.rs src/stack.rs src/syntax_tree.rs
-
-src/lib.rs:
-src/stack.rs:
-src/syntax_tree.rs:
diff --git a/target/debug/deps/libcb_1-4e56004ba100478a.rmeta b/target/debug/deps/libcb_1-4e56004ba100478a.rmeta
deleted file mode 100644
index 39124d95e75983b1259fb582536801cc05f9acd7..0000000000000000000000000000000000000000
Binary files a/target/debug/deps/libcb_1-4e56004ba100478a.rmeta and /dev/null differ
diff --git a/target/debug/deps/libcb_1-6015821dbf679488.rlib b/target/debug/deps/libcb_1-6015821dbf679488.rlib
deleted file mode 100644
index f5e2f50082f921a14e60dffc96efb5ebb76a2257..0000000000000000000000000000000000000000
Binary files a/target/debug/deps/libcb_1-6015821dbf679488.rlib and /dev/null differ
diff --git a/target/debug/deps/libcb_1-6015821dbf679488.rmeta b/target/debug/deps/libcb_1-6015821dbf679488.rmeta
deleted file mode 100644
index 5d6d0ed107b7d3cf3dfd40ac57625aff17e7782b..0000000000000000000000000000000000000000
Binary files a/target/debug/deps/libcb_1-6015821dbf679488.rmeta and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2j9pa745613bk/s-gkqd44lz9f-fh5tk1-20s07bty4qufr/1qoz1sfmdyowex1l.o b/target/debug/incremental/cb_1-2j9pa745613bk/s-gkqd44lz9f-fh5tk1-20s07bty4qufr/1qoz1sfmdyowex1l.o
deleted file mode 100644
index 600eacd776283c7d3412b1e1359eac231173573a..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2j9pa745613bk/s-gkqd44lz9f-fh5tk1-20s07bty4qufr/1qoz1sfmdyowex1l.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2j9pa745613bk/s-gkqd44lz9f-fh5tk1-20s07bty4qufr/23j8p9ubawdgfu7m.o b/target/debug/incremental/cb_1-2j9pa745613bk/s-gkqd44lz9f-fh5tk1-20s07bty4qufr/23j8p9ubawdgfu7m.o
deleted file mode 100644
index c9a38bfdbc1dda77c20f980dc9f55923eaa6b404..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2j9pa745613bk/s-gkqd44lz9f-fh5tk1-20s07bty4qufr/23j8p9ubawdgfu7m.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2j9pa745613bk/s-gkqd44lz9f-fh5tk1-20s07bty4qufr/2b4eld6ejeoc9ezd.o b/target/debug/incremental/cb_1-2j9pa745613bk/s-gkqd44lz9f-fh5tk1-20s07bty4qufr/2b4eld6ejeoc9ezd.o
deleted file mode 100644
index b5a4a75801021202c08a38f33562f1db0c27e473..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2j9pa745613bk/s-gkqd44lz9f-fh5tk1-20s07bty4qufr/2b4eld6ejeoc9ezd.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2j9pa745613bk/s-gkqd44lz9f-fh5tk1-20s07bty4qufr/349p7ak8b9x4oc2w.o b/target/debug/incremental/cb_1-2j9pa745613bk/s-gkqd44lz9f-fh5tk1-20s07bty4qufr/349p7ak8b9x4oc2w.o
deleted file mode 100644
index aa27881d7bd9d88e84553c83fdbf8efc74a42e11..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2j9pa745613bk/s-gkqd44lz9f-fh5tk1-20s07bty4qufr/349p7ak8b9x4oc2w.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2j9pa745613bk/s-gkqd44lz9f-fh5tk1-20s07bty4qufr/35t7gv87wumav8xx.o b/target/debug/incremental/cb_1-2j9pa745613bk/s-gkqd44lz9f-fh5tk1-20s07bty4qufr/35t7gv87wumav8xx.o
deleted file mode 100644
index d3da216e2bd188455648a7b3e8f63dff36debf0a..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2j9pa745613bk/s-gkqd44lz9f-fh5tk1-20s07bty4qufr/35t7gv87wumav8xx.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2j9pa745613bk/s-gkqd44lz9f-fh5tk1-20s07bty4qufr/38qy86hdfe33ex7r.o b/target/debug/incremental/cb_1-2j9pa745613bk/s-gkqd44lz9f-fh5tk1-20s07bty4qufr/38qy86hdfe33ex7r.o
deleted file mode 100644
index 3779bd80d48a80578f6d00254ccd74b36606714d..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2j9pa745613bk/s-gkqd44lz9f-fh5tk1-20s07bty4qufr/38qy86hdfe33ex7r.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2j9pa745613bk/s-gkqd44lz9f-fh5tk1-20s07bty4qufr/3u8lr85c2cekdm10.o b/target/debug/incremental/cb_1-2j9pa745613bk/s-gkqd44lz9f-fh5tk1-20s07bty4qufr/3u8lr85c2cekdm10.o
deleted file mode 100644
index e69ffa574b6d4647ba9f6821f56561bece88df04..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2j9pa745613bk/s-gkqd44lz9f-fh5tk1-20s07bty4qufr/3u8lr85c2cekdm10.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2j9pa745613bk/s-gkqd44lz9f-fh5tk1-20s07bty4qufr/3w1rwlqpkfewbxnk.o b/target/debug/incremental/cb_1-2j9pa745613bk/s-gkqd44lz9f-fh5tk1-20s07bty4qufr/3w1rwlqpkfewbxnk.o
deleted file mode 100644
index 4d3f069a04cdaea7e4236f4b014524dbecd49a27..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2j9pa745613bk/s-gkqd44lz9f-fh5tk1-20s07bty4qufr/3w1rwlqpkfewbxnk.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2j9pa745613bk/s-gkqd44lz9f-fh5tk1-20s07bty4qufr/54dm4ttpwasilth.o b/target/debug/incremental/cb_1-2j9pa745613bk/s-gkqd44lz9f-fh5tk1-20s07bty4qufr/54dm4ttpwasilth.o
deleted file mode 100644
index bc24504d18abcd3e9906003e5d2e692df74477e1..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2j9pa745613bk/s-gkqd44lz9f-fh5tk1-20s07bty4qufr/54dm4ttpwasilth.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2j9pa745613bk/s-gkqd44lz9f-fh5tk1-20s07bty4qufr/ddvyk243v922vh1.o b/target/debug/incremental/cb_1-2j9pa745613bk/s-gkqd44lz9f-fh5tk1-20s07bty4qufr/ddvyk243v922vh1.o
deleted file mode 100644
index 447f3ffe05266a8d922b9e0e43fa66cdff64ffa8..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2j9pa745613bk/s-gkqd44lz9f-fh5tk1-20s07bty4qufr/ddvyk243v922vh1.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2j9pa745613bk/s-gkqd44lz9f-fh5tk1-20s07bty4qufr/dep-graph.bin b/target/debug/incremental/cb_1-2j9pa745613bk/s-gkqd44lz9f-fh5tk1-20s07bty4qufr/dep-graph.bin
deleted file mode 100644
index fcfef28b0c54e84ce2dd74a758614e404d6783e9..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2j9pa745613bk/s-gkqd44lz9f-fh5tk1-20s07bty4qufr/dep-graph.bin and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2j9pa745613bk/s-gkqd44lz9f-fh5tk1-20s07bty4qufr/o3fq7cg38ftnvsl.o b/target/debug/incremental/cb_1-2j9pa745613bk/s-gkqd44lz9f-fh5tk1-20s07bty4qufr/o3fq7cg38ftnvsl.o
deleted file mode 100644
index 37efbba232527d11e1b3655ca242cd369a772682..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2j9pa745613bk/s-gkqd44lz9f-fh5tk1-20s07bty4qufr/o3fq7cg38ftnvsl.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2j9pa745613bk/s-gkqd44lz9f-fh5tk1-20s07bty4qufr/query-cache.bin b/target/debug/incremental/cb_1-2j9pa745613bk/s-gkqd44lz9f-fh5tk1-20s07bty4qufr/query-cache.bin
deleted file mode 100644
index 8f7101a84d1ab3a505a642deb1585c208ae31665..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2j9pa745613bk/s-gkqd44lz9f-fh5tk1-20s07bty4qufr/query-cache.bin and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2j9pa745613bk/s-gkqd44lz9f-fh5tk1-20s07bty4qufr/work-products.bin b/target/debug/incremental/cb_1-2j9pa745613bk/s-gkqd44lz9f-fh5tk1-20s07bty4qufr/work-products.bin
deleted file mode 100644
index 5823696df04bc4e608abe67d566171ee8e3edec9..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2j9pa745613bk/s-gkqd44lz9f-fh5tk1-20s07bty4qufr/work-products.bin and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2j9pa745613bk/s-gkqd44lz9f-fh5tk1.lock b/target/debug/incremental/cb_1-2j9pa745613bk/s-gkqd44lz9f-fh5tk1.lock
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/15hwwcj4l5vcfj70.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/15hwwcj4l5vcfj70.o
deleted file mode 100644
index e7d338fed759f31b4d1d183a3bf0841787b75443..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/15hwwcj4l5vcfj70.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/17ymyj7h5v3dlmtg.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/17ymyj7h5v3dlmtg.o
deleted file mode 100644
index 826424344242a4266eeb6755c6d0f392bcd06c8e..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/17ymyj7h5v3dlmtg.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/1conwhm83scwidgn.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/1conwhm83scwidgn.o
deleted file mode 100644
index eb3ec791f03fec50656012360f588151701f6670..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/1conwhm83scwidgn.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/1e5o0wv3zh0ujz2r.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/1e5o0wv3zh0ujz2r.o
deleted file mode 100644
index b4b7cea760b6cff8e518101fc704174ca436cde5..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/1e5o0wv3zh0ujz2r.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/1ejelqtbcmomzcs7.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/1ejelqtbcmomzcs7.o
deleted file mode 100644
index 22e18e8efb2ecc3b3cff913ef60165d3c38e9eb7..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/1ejelqtbcmomzcs7.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/1g7bspyz64i9vbi4.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/1g7bspyz64i9vbi4.o
deleted file mode 100644
index f4c299e43fcd24914edf472447f799d3e0a2882f..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/1g7bspyz64i9vbi4.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/1k285yrsf6bdqilt.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/1k285yrsf6bdqilt.o
deleted file mode 100644
index 6e43b4c759064f4eee22418f15a3664469500c63..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/1k285yrsf6bdqilt.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/1k2gtdh1giy9jd31.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/1k2gtdh1giy9jd31.o
deleted file mode 100644
index 6ba13f41718830fd77c2b7c1185a4ac0522254f8..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/1k2gtdh1giy9jd31.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/1lcmpy9p95ujbomw.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/1lcmpy9p95ujbomw.o
deleted file mode 100644
index bd20ae410bcac418c26fcce60e15ab403277589a..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/1lcmpy9p95ujbomw.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/1ukn5e7zvi2lbybx.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/1ukn5e7zvi2lbybx.o
deleted file mode 100644
index 137b403c80e16c4ab625eaa16a97eace24238563..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/1ukn5e7zvi2lbybx.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/1uxqu4oplogh3jv5.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/1uxqu4oplogh3jv5.o
deleted file mode 100644
index 81be21a441cd70a0321db3a488deb01da7eeb9fb..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/1uxqu4oplogh3jv5.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/1wu172yikmjx8d7n.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/1wu172yikmjx8d7n.o
deleted file mode 100644
index ccc473b2684e7f52b5295f229b6f8e7fb145035f..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/1wu172yikmjx8d7n.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/26wd3g0t5ss86a2w.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/26wd3g0t5ss86a2w.o
deleted file mode 100644
index 408ce6e0623ba6b2ee2135c3f04b5464227797ab..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/26wd3g0t5ss86a2w.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/2awl1qxr0w1oots.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/2awl1qxr0w1oots.o
deleted file mode 100644
index 735137bd131d5d64f3c3721117791583081bb264..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/2awl1qxr0w1oots.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/2ccytljcw7n0ziix.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/2ccytljcw7n0ziix.o
deleted file mode 100644
index b8efd7e804d0f23546325d7072d225a3e3c89cac..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/2ccytljcw7n0ziix.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/2dolrokdcls401ws.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/2dolrokdcls401ws.o
deleted file mode 100644
index c7397248bed86f7fce5b7af18908acb95fc5e4e5..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/2dolrokdcls401ws.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/2emmqmq7wkisvwlu.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/2emmqmq7wkisvwlu.o
deleted file mode 100644
index 23b40052ad5f1adf3a0fa12393b5a96549f1155e..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/2emmqmq7wkisvwlu.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/2ergs14aqnohllb7.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/2ergs14aqnohllb7.o
deleted file mode 100644
index cbbd4807e19a5ce331212796dece2d437425ce51..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/2ergs14aqnohllb7.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/2f6vebjlkn925h3o.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/2f6vebjlkn925h3o.o
deleted file mode 100644
index 44ce17881c4f46fd3935ddaf1805ee70d5f434e2..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/2f6vebjlkn925h3o.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/2ngrxdt8nb14z9ig.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/2ngrxdt8nb14z9ig.o
deleted file mode 100644
index 593b6d9206dd5ba4b45c7545465bda8bb06eb48c..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/2ngrxdt8nb14z9ig.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/2q6h8rbn0i2znufr.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/2q6h8rbn0i2znufr.o
deleted file mode 100644
index f5074f3804a187859340e3a5940fa03379ed00ac..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/2q6h8rbn0i2znufr.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/2vpzryint88d5s4g.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/2vpzryint88d5s4g.o
deleted file mode 100644
index a2246271c99b78e005ac1d8872057b3a968f8622..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/2vpzryint88d5s4g.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/2vucfd6wsaneocw4.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/2vucfd6wsaneocw4.o
deleted file mode 100644
index a61c75c794cc57002eb6c34409ab5737abe98d0f..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/2vucfd6wsaneocw4.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/2y2mg6go2chcapbb.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/2y2mg6go2chcapbb.o
deleted file mode 100644
index 664ddad9039ba67de616292cfba8c545bb62b05b..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/2y2mg6go2chcapbb.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/2zbles99d5bfjnx9.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/2zbles99d5bfjnx9.o
deleted file mode 100644
index a85c4790445841923dca6313a3e212c3917a6a66..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/2zbles99d5bfjnx9.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/37eekh4qexh1pux5.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/37eekh4qexh1pux5.o
deleted file mode 100644
index fa04752c854542b282afb262e64872929d9049cb..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/37eekh4qexh1pux5.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/38zpje7vsltkpeey.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/38zpje7vsltkpeey.o
deleted file mode 100644
index 7ccd9dc69a4df7e610d0bc13c7eda7d0633fc1ed..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/38zpje7vsltkpeey.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/3absgcu7l4nf0wwd.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/3absgcu7l4nf0wwd.o
deleted file mode 100644
index d9532f0ca2eae3f9659a90b9e83df779aad47f09..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/3absgcu7l4nf0wwd.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/3n7h69u53ya445iv.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/3n7h69u53ya445iv.o
deleted file mode 100644
index 4abf2e767124c6026089167c00e9c06cf29fd2ad..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/3n7h69u53ya445iv.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/3ol4iw1qxuhe2n9l.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/3ol4iw1qxuhe2n9l.o
deleted file mode 100644
index 141bc285e7bc5fad64ee45b2b24bf4237fd4c756..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/3ol4iw1qxuhe2n9l.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/3ps6vw1ztcjq8cwp.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/3ps6vw1ztcjq8cwp.o
deleted file mode 100644
index 2f50387752f457021e58b5b3e302560ee451afea..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/3ps6vw1ztcjq8cwp.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/3tz1h80xyvk6b69m.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/3tz1h80xyvk6b69m.o
deleted file mode 100644
index 22de670edf22e7882bf77a3fd6104e79a0aea670..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/3tz1h80xyvk6b69m.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/3vwvnpchbgzm18f5.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/3vwvnpchbgzm18f5.o
deleted file mode 100644
index de3598121027c13a755b21239c841c92857fb425..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/3vwvnpchbgzm18f5.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/3w4nfbcs081h9gv.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/3w4nfbcs081h9gv.o
deleted file mode 100644
index 20973532102206405cc76faf907c016d96d4d123..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/3w4nfbcs081h9gv.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/4617bl7xop5pupo6.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/4617bl7xop5pupo6.o
deleted file mode 100644
index f42d85691ce22c99ce1d9f982547aa959819201f..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/4617bl7xop5pupo6.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/486hgvlnuqgfjb45.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/486hgvlnuqgfjb45.o
deleted file mode 100644
index 1d4c5256916ce0c92ae9248a1ae9989cfbc55392..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/486hgvlnuqgfjb45.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/4blrjgxqjmsew3bf.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/4blrjgxqjmsew3bf.o
deleted file mode 100644
index c20faffd99096a76f38beef560f6a30147f82f9d..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/4blrjgxqjmsew3bf.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/4co132ndpbto7kop.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/4co132ndpbto7kop.o
deleted file mode 100644
index b027cbcdcc439f5113fad433b293faa9333ea2c8..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/4co132ndpbto7kop.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/4iifp2w1waknq4pe.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/4iifp2w1waknq4pe.o
deleted file mode 100644
index c07670718ab142548d451a92f98fa317cb891b6f..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/4iifp2w1waknq4pe.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/4lgm5olx1h9g2fgy.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/4lgm5olx1h9g2fgy.o
deleted file mode 100644
index 1cc1390c96506964383835dfdb5a839f7d3652ca..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/4lgm5olx1h9g2fgy.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/4psmpj2fnho7izpn.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/4psmpj2fnho7izpn.o
deleted file mode 100644
index 92d83fcaf2136237d2084eea01e132960ec19134..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/4psmpj2fnho7izpn.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/4t65gj6ubvl2ugq1.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/4t65gj6ubvl2ugq1.o
deleted file mode 100644
index c1443641414668d397e710de9fbff36fc43e223a..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/4t65gj6ubvl2ugq1.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/4tvczgb4dc7abn6z.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/4tvczgb4dc7abn6z.o
deleted file mode 100644
index 299a038d329dd682be26ba5120754e4821212b7c..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/4tvczgb4dc7abn6z.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/4um9rhqa6kwir11w.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/4um9rhqa6kwir11w.o
deleted file mode 100644
index b7bc57fe75bc96ac8e94c544a9c86354118bb0b8..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/4um9rhqa6kwir11w.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/5371qa1j99yb29ov.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/5371qa1j99yb29ov.o
deleted file mode 100644
index 126d4db3f151491de3f21f9ba7c09a1fc55332c5..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/5371qa1j99yb29ov.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/56rd7f2wkro5fjyh.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/56rd7f2wkro5fjyh.o
deleted file mode 100644
index 9aabc7d8181b1504f76799d42e68282f9d7b1bb2..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/56rd7f2wkro5fjyh.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/5dpf9kn2falaqijf.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/5dpf9kn2falaqijf.o
deleted file mode 100644
index 78a0781eda09d137de51d99b8a73f3538ed4e77e..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/5dpf9kn2falaqijf.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/5fk0ynzoyfl34ngp.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/5fk0ynzoyfl34ngp.o
deleted file mode 100644
index fd06b50c6ef5b477cdf9361e9d8b26996450ce55..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/5fk0ynzoyfl34ngp.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/6ghi3ljijqx3xo9.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/6ghi3ljijqx3xo9.o
deleted file mode 100644
index 12c6f9e243e91e67759a2ff0d52d77dae0d45716..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/6ghi3ljijqx3xo9.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/6xvw8tfaabeygeu.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/6xvw8tfaabeygeu.o
deleted file mode 100644
index 5b964027b4933ac9d84dd25c1a8e13ce1f4106ab..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/6xvw8tfaabeygeu.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/cphi8f75km3025v.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/cphi8f75km3025v.o
deleted file mode 100644
index b08613a731bd4f7a276d94e4f6d94930ac5fd644..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/cphi8f75km3025v.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/dep-graph.bin b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/dep-graph.bin
deleted file mode 100644
index 02806c9b98bdbbafd23b3478706e0a86bf4dd376..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/dep-graph.bin and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/gp68fps424q2zr3.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/gp68fps424q2zr3.o
deleted file mode 100644
index eefbd333047d42424f85e22774c968cf9926c061..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/gp68fps424q2zr3.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/lxeyxmanhxnu7ga.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/lxeyxmanhxnu7ga.o
deleted file mode 100644
index 1d0930fc11e52fc427633411f27e3b49bc68f684..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/lxeyxmanhxnu7ga.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/poqtj6utnu7nmuc.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/poqtj6utnu7nmuc.o
deleted file mode 100644
index c6551f5b53550ae667d5ef3207004d23721d483d..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/poqtj6utnu7nmuc.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/qcvo0oficxt43ns.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/qcvo0oficxt43ns.o
deleted file mode 100644
index 7aabf2a99cdf96d3e5f1db02211bf9c92de39e5e..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/qcvo0oficxt43ns.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/query-cache.bin b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/query-cache.bin
deleted file mode 100644
index 2a2231f17d58807375a46d382e84b1a2c436c2c1..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/query-cache.bin and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/r6sa9r5oieu411v.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/r6sa9r5oieu411v.o
deleted file mode 100644
index b0e480a2f341d9d136727c907294f296ad4852a6..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/r6sa9r5oieu411v.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/work-products.bin b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/work-products.bin
deleted file mode 100644
index ec4dfb87c107d19aa457422f0e2e474bc63b1193..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3-w0r5r6o8xcoq/work-products.bin and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3.lock b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqirqc1za-133bor3.lock
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/15hwwcj4l5vcfj70.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/15hwwcj4l5vcfj70.o
deleted file mode 100644
index e7d338fed759f31b4d1d183a3bf0841787b75443..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/15hwwcj4l5vcfj70.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/17ymyj7h5v3dlmtg.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/17ymyj7h5v3dlmtg.o
deleted file mode 100644
index 826424344242a4266eeb6755c6d0f392bcd06c8e..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/17ymyj7h5v3dlmtg.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/1conwhm83scwidgn.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/1conwhm83scwidgn.o
deleted file mode 100644
index eb3ec791f03fec50656012360f588151701f6670..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/1conwhm83scwidgn.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/1e5o0wv3zh0ujz2r.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/1e5o0wv3zh0ujz2r.o
deleted file mode 100644
index b4b7cea760b6cff8e518101fc704174ca436cde5..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/1e5o0wv3zh0ujz2r.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/1ejelqtbcmomzcs7.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/1ejelqtbcmomzcs7.o
deleted file mode 100644
index 22e18e8efb2ecc3b3cff913ef60165d3c38e9eb7..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/1ejelqtbcmomzcs7.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/1g7bspyz64i9vbi4.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/1g7bspyz64i9vbi4.o
deleted file mode 100644
index f4c299e43fcd24914edf472447f799d3e0a2882f..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/1g7bspyz64i9vbi4.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/1k285yrsf6bdqilt.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/1k285yrsf6bdqilt.o
deleted file mode 100644
index 6e43b4c759064f4eee22418f15a3664469500c63..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/1k285yrsf6bdqilt.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/1k2gtdh1giy9jd31.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/1k2gtdh1giy9jd31.o
deleted file mode 100644
index 6ba13f41718830fd77c2b7c1185a4ac0522254f8..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/1k2gtdh1giy9jd31.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/1lcmpy9p95ujbomw.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/1lcmpy9p95ujbomw.o
deleted file mode 100644
index bd20ae410bcac418c26fcce60e15ab403277589a..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/1lcmpy9p95ujbomw.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/1ukn5e7zvi2lbybx.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/1ukn5e7zvi2lbybx.o
deleted file mode 100644
index 137b403c80e16c4ab625eaa16a97eace24238563..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/1ukn5e7zvi2lbybx.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/1uxqu4oplogh3jv5.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/1uxqu4oplogh3jv5.o
deleted file mode 100644
index 81be21a441cd70a0321db3a488deb01da7eeb9fb..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/1uxqu4oplogh3jv5.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/1wu172yikmjx8d7n.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/1wu172yikmjx8d7n.o
deleted file mode 100644
index ccc473b2684e7f52b5295f229b6f8e7fb145035f..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/1wu172yikmjx8d7n.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/26wd3g0t5ss86a2w.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/26wd3g0t5ss86a2w.o
deleted file mode 100644
index 408ce6e0623ba6b2ee2135c3f04b5464227797ab..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/26wd3g0t5ss86a2w.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/2awl1qxr0w1oots.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/2awl1qxr0w1oots.o
deleted file mode 100644
index 735137bd131d5d64f3c3721117791583081bb264..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/2awl1qxr0w1oots.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/2ccytljcw7n0ziix.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/2ccytljcw7n0ziix.o
deleted file mode 100644
index b8efd7e804d0f23546325d7072d225a3e3c89cac..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/2ccytljcw7n0ziix.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/2dolrokdcls401ws.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/2dolrokdcls401ws.o
deleted file mode 100644
index c7397248bed86f7fce5b7af18908acb95fc5e4e5..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/2dolrokdcls401ws.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/2emmqmq7wkisvwlu.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/2emmqmq7wkisvwlu.o
deleted file mode 100644
index 23b40052ad5f1adf3a0fa12393b5a96549f1155e..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/2emmqmq7wkisvwlu.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/2ergs14aqnohllb7.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/2ergs14aqnohllb7.o
deleted file mode 100644
index cbbd4807e19a5ce331212796dece2d437425ce51..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/2ergs14aqnohllb7.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/2f6vebjlkn925h3o.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/2f6vebjlkn925h3o.o
deleted file mode 100644
index 44ce17881c4f46fd3935ddaf1805ee70d5f434e2..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/2f6vebjlkn925h3o.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/2ngrxdt8nb14z9ig.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/2ngrxdt8nb14z9ig.o
deleted file mode 100644
index 593b6d9206dd5ba4b45c7545465bda8bb06eb48c..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/2ngrxdt8nb14z9ig.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/2q6h8rbn0i2znufr.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/2q6h8rbn0i2znufr.o
deleted file mode 100644
index f5074f3804a187859340e3a5940fa03379ed00ac..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/2q6h8rbn0i2znufr.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/2vpzryint88d5s4g.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/2vpzryint88d5s4g.o
deleted file mode 100644
index a2246271c99b78e005ac1d8872057b3a968f8622..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/2vpzryint88d5s4g.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/2vucfd6wsaneocw4.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/2vucfd6wsaneocw4.o
deleted file mode 100644
index a61c75c794cc57002eb6c34409ab5737abe98d0f..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/2vucfd6wsaneocw4.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/2y2mg6go2chcapbb.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/2y2mg6go2chcapbb.o
deleted file mode 100644
index 664ddad9039ba67de616292cfba8c545bb62b05b..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/2y2mg6go2chcapbb.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/2zbles99d5bfjnx9.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/2zbles99d5bfjnx9.o
deleted file mode 100644
index a85c4790445841923dca6313a3e212c3917a6a66..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/2zbles99d5bfjnx9.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/37eekh4qexh1pux5.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/37eekh4qexh1pux5.o
deleted file mode 100644
index fa04752c854542b282afb262e64872929d9049cb..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/37eekh4qexh1pux5.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/38zpje7vsltkpeey.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/38zpje7vsltkpeey.o
deleted file mode 100644
index 7ccd9dc69a4df7e610d0bc13c7eda7d0633fc1ed..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/38zpje7vsltkpeey.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/3absgcu7l4nf0wwd.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/3absgcu7l4nf0wwd.o
deleted file mode 100644
index d9532f0ca2eae3f9659a90b9e83df779aad47f09..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/3absgcu7l4nf0wwd.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/3n7h69u53ya445iv.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/3n7h69u53ya445iv.o
deleted file mode 100644
index 4abf2e767124c6026089167c00e9c06cf29fd2ad..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/3n7h69u53ya445iv.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/3ol4iw1qxuhe2n9l.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/3ol4iw1qxuhe2n9l.o
deleted file mode 100644
index 141bc285e7bc5fad64ee45b2b24bf4237fd4c756..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/3ol4iw1qxuhe2n9l.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/3ps6vw1ztcjq8cwp.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/3ps6vw1ztcjq8cwp.o
deleted file mode 100644
index 2f50387752f457021e58b5b3e302560ee451afea..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/3ps6vw1ztcjq8cwp.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/3tz1h80xyvk6b69m.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/3tz1h80xyvk6b69m.o
deleted file mode 100644
index 22de670edf22e7882bf77a3fd6104e79a0aea670..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/3tz1h80xyvk6b69m.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/3vwvnpchbgzm18f5.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/3vwvnpchbgzm18f5.o
deleted file mode 100644
index de3598121027c13a755b21239c841c92857fb425..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/3vwvnpchbgzm18f5.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/3w4nfbcs081h9gv.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/3w4nfbcs081h9gv.o
deleted file mode 100644
index 20973532102206405cc76faf907c016d96d4d123..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/3w4nfbcs081h9gv.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/4617bl7xop5pupo6.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/4617bl7xop5pupo6.o
deleted file mode 100644
index f42d85691ce22c99ce1d9f982547aa959819201f..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/4617bl7xop5pupo6.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/486hgvlnuqgfjb45.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/486hgvlnuqgfjb45.o
deleted file mode 100644
index 1d4c5256916ce0c92ae9248a1ae9989cfbc55392..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/486hgvlnuqgfjb45.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/4blrjgxqjmsew3bf.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/4blrjgxqjmsew3bf.o
deleted file mode 100644
index c20faffd99096a76f38beef560f6a30147f82f9d..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/4blrjgxqjmsew3bf.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/4co132ndpbto7kop.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/4co132ndpbto7kop.o
deleted file mode 100644
index b027cbcdcc439f5113fad433b293faa9333ea2c8..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/4co132ndpbto7kop.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/4iifp2w1waknq4pe.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/4iifp2w1waknq4pe.o
deleted file mode 100644
index c07670718ab142548d451a92f98fa317cb891b6f..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/4iifp2w1waknq4pe.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/4lgm5olx1h9g2fgy.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/4lgm5olx1h9g2fgy.o
deleted file mode 100644
index 1cc1390c96506964383835dfdb5a839f7d3652ca..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/4lgm5olx1h9g2fgy.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/4psmpj2fnho7izpn.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/4psmpj2fnho7izpn.o
deleted file mode 100644
index 92d83fcaf2136237d2084eea01e132960ec19134..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/4psmpj2fnho7izpn.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/4t65gj6ubvl2ugq1.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/4t65gj6ubvl2ugq1.o
deleted file mode 100644
index c1443641414668d397e710de9fbff36fc43e223a..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/4t65gj6ubvl2ugq1.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/4tvczgb4dc7abn6z.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/4tvczgb4dc7abn6z.o
deleted file mode 100644
index 299a038d329dd682be26ba5120754e4821212b7c..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/4tvczgb4dc7abn6z.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/4um9rhqa6kwir11w.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/4um9rhqa6kwir11w.o
deleted file mode 100644
index b7bc57fe75bc96ac8e94c544a9c86354118bb0b8..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/4um9rhqa6kwir11w.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/5371qa1j99yb29ov.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/5371qa1j99yb29ov.o
deleted file mode 100644
index 126d4db3f151491de3f21f9ba7c09a1fc55332c5..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/5371qa1j99yb29ov.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/56rd7f2wkro5fjyh.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/56rd7f2wkro5fjyh.o
deleted file mode 100644
index 9aabc7d8181b1504f76799d42e68282f9d7b1bb2..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/56rd7f2wkro5fjyh.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/5dpf9kn2falaqijf.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/5dpf9kn2falaqijf.o
deleted file mode 100644
index 78a0781eda09d137de51d99b8a73f3538ed4e77e..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/5dpf9kn2falaqijf.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/5fk0ynzoyfl34ngp.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/5fk0ynzoyfl34ngp.o
deleted file mode 100644
index fd06b50c6ef5b477cdf9361e9d8b26996450ce55..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/5fk0ynzoyfl34ngp.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/6ghi3ljijqx3xo9.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/6ghi3ljijqx3xo9.o
deleted file mode 100644
index 12c6f9e243e91e67759a2ff0d52d77dae0d45716..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/6ghi3ljijqx3xo9.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/6xvw8tfaabeygeu.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/6xvw8tfaabeygeu.o
deleted file mode 100644
index 5b964027b4933ac9d84dd25c1a8e13ce1f4106ab..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/6xvw8tfaabeygeu.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/cphi8f75km3025v.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/cphi8f75km3025v.o
deleted file mode 100644
index b08613a731bd4f7a276d94e4f6d94930ac5fd644..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/cphi8f75km3025v.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/dep-graph.bin b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/dep-graph.bin
deleted file mode 100644
index 02806c9b98bdbbafd23b3478706e0a86bf4dd376..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/dep-graph.bin and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/dep-graph.part.bin b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/dep-graph.part.bin
deleted file mode 100644
index cbc49fe2296114faa4ef751e2b96f874ca37e715..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/dep-graph.part.bin and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/gp68fps424q2zr3.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/gp68fps424q2zr3.o
deleted file mode 100644
index eefbd333047d42424f85e22774c968cf9926c061..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/gp68fps424q2zr3.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/lxeyxmanhxnu7ga.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/lxeyxmanhxnu7ga.o
deleted file mode 100644
index 1d0930fc11e52fc427633411f27e3b49bc68f684..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/lxeyxmanhxnu7ga.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/poqtj6utnu7nmuc.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/poqtj6utnu7nmuc.o
deleted file mode 100644
index c6551f5b53550ae667d5ef3207004d23721d483d..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/poqtj6utnu7nmuc.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/qcvo0oficxt43ns.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/qcvo0oficxt43ns.o
deleted file mode 100644
index 7aabf2a99cdf96d3e5f1db02211bf9c92de39e5e..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/qcvo0oficxt43ns.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/query-cache.bin b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/query-cache.bin
deleted file mode 100644
index 2a2231f17d58807375a46d382e84b1a2c436c2c1..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/query-cache.bin and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/r6sa9r5oieu411v.o b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/r6sa9r5oieu411v.o
deleted file mode 100644
index b0e480a2f341d9d136727c907294f296ad4852a6..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/r6sa9r5oieu411v.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/work-products.bin b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/work-products.bin
deleted file mode 100644
index ec4dfb87c107d19aa457422f0e2e474bc63b1193..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep-working/work-products.bin and /dev/null differ
diff --git a/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep.lock b/target/debug/incremental/cb_1-2wsgsqsf0i7ts/s-gkqiwqtf97-m8p0ep.lock
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/10gjoajqn2vw9xxi.o b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/10gjoajqn2vw9xxi.o
deleted file mode 100644
index f2e2e0c01362b053339972793c3cb1d91f6b25ca..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/10gjoajqn2vw9xxi.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/144yzjek8p6765qf.o b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/144yzjek8p6765qf.o
deleted file mode 100644
index 42e2e7012f80aab2a03354a9b6fe938f072524b7..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/144yzjek8p6765qf.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/1bh84j11cu5j4oad.o b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/1bh84j11cu5j4oad.o
deleted file mode 100644
index 2c839729112327cee21405bcaaf775cf335f9da3..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/1bh84j11cu5j4oad.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/1gef121c9wc48ylr.o b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/1gef121c9wc48ylr.o
deleted file mode 100644
index 45f71210739d80b5e41f4eb1f9157cc92866f534..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/1gef121c9wc48ylr.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/1p148bs6ozpa7kdq.o b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/1p148bs6ozpa7kdq.o
deleted file mode 100644
index b6c277e76a55ffc2aaa9c7a3c0d044e467d7ac30..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/1p148bs6ozpa7kdq.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/1sppbax7aff0dr4r.o b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/1sppbax7aff0dr4r.o
deleted file mode 100644
index 63730523b64978708c596fdc4ba584ff4afa4334..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/1sppbax7aff0dr4r.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/1zrn36lhviv49zz8.o b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/1zrn36lhviv49zz8.o
deleted file mode 100644
index a8d64486568a90604ca103661ec37c62a7d05c8e..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/1zrn36lhviv49zz8.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/20vxmvt969om7sh6.o b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/20vxmvt969om7sh6.o
deleted file mode 100644
index 7b983a5304f1f69141145e83aa4aeb5a044c49a9..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/20vxmvt969om7sh6.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/2de6by7sn14bzkmp.o b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/2de6by7sn14bzkmp.o
deleted file mode 100644
index f4294d02adf94190041e44e1c63c99f3c4f26eab..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/2de6by7sn14bzkmp.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/2ntfdmbzoygjbyi6.o b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/2ntfdmbzoygjbyi6.o
deleted file mode 100644
index 3977c3e46206bc5dc79eecb68a27aef2617970c0..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/2ntfdmbzoygjbyi6.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/34l1ua04xed90kd0.o b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/34l1ua04xed90kd0.o
deleted file mode 100644
index dc513af95839c4e634db8a91a6ce61a7f8146a43..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/34l1ua04xed90kd0.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/36j8keuyw44ugnqw.o b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/36j8keuyw44ugnqw.o
deleted file mode 100644
index d8903101ac35b06dfd49d027e4d976e5f1a21b53..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/36j8keuyw44ugnqw.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/3qswe0rrw8suxdso.o b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/3qswe0rrw8suxdso.o
deleted file mode 100644
index d6c14a2ef29b06a70fb18f64091bb5d0179336b4..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/3qswe0rrw8suxdso.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/4cgr4cc25zdj2mlu.o b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/4cgr4cc25zdj2mlu.o
deleted file mode 100644
index 8fbfb0811509f1dfb2a9d8d4fafa8c62d05e7219..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/4cgr4cc25zdj2mlu.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/4f632rm48iagufmh.o b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/4f632rm48iagufmh.o
deleted file mode 100644
index e57469dc38b325b811af84219d28846fe8820a15..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/4f632rm48iagufmh.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/4tc6ss6p8r7eghdb.o b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/4tc6ss6p8r7eghdb.o
deleted file mode 100644
index 5603d9aa03c8ce1917382cece6872a429dead735..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/4tc6ss6p8r7eghdb.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/51k9az4bzps8fov8.o b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/51k9az4bzps8fov8.o
deleted file mode 100644
index 49da498818bda73b3f2421c7d9f01cc6437eade5..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/51k9az4bzps8fov8.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/5cwag1q1qt4h94jm.o b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/5cwag1q1qt4h94jm.o
deleted file mode 100644
index 0189bc548341c5195753808d9defe02a2a693389..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/5cwag1q1qt4h94jm.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/5ga3p88m5ezjnakj.o b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/5ga3p88m5ezjnakj.o
deleted file mode 100644
index dfcc54e09a42302bb4a2b4929c215a6c4d382933..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/5ga3p88m5ezjnakj.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/dep-graph.bin b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/dep-graph.bin
deleted file mode 100644
index 22f4e2b35b7550aa58b24da96d6e3f15bc91138b..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/dep-graph.bin and /dev/null differ
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/gqxjuhfhk7er6aj.o b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/gqxjuhfhk7er6aj.o
deleted file mode 100644
index 525a8847cb12a49663f7e0a7f6996cdd86686aee..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/gqxjuhfhk7er6aj.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/i19r45xa4ehzg1q.o b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/i19r45xa4ehzg1q.o
deleted file mode 100644
index 9cfa4f6460630a3922d24b7863b05a28d26e6621..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/i19r45xa4ehzg1q.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/p753beqmbjevv7e.o b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/p753beqmbjevv7e.o
deleted file mode 100644
index 2f6d3f5f081e6c4508c28880a5be94e65fd156a7..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/p753beqmbjevv7e.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/query-cache.bin b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/query-cache.bin
deleted file mode 100644
index 9bed41801497211c1df3bb4442706474ca5e6cc4..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/query-cache.bin and /dev/null differ
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/work-products.bin b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/work-products.bin
deleted file mode 100644
index 193299dc2f0b4a5a6ef82caa6758cbcab8e32c76..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut-3nmlwnk4qqehc/work-products.bin and /dev/null differ
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut.lock b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqirqc29w-1p50zut.lock
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/10gjoajqn2vw9xxi.o b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/10gjoajqn2vw9xxi.o
deleted file mode 100644
index f2e2e0c01362b053339972793c3cb1d91f6b25ca..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/10gjoajqn2vw9xxi.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/144yzjek8p6765qf.o b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/144yzjek8p6765qf.o
deleted file mode 100644
index 42e2e7012f80aab2a03354a9b6fe938f072524b7..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/144yzjek8p6765qf.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/1bh84j11cu5j4oad.o b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/1bh84j11cu5j4oad.o
deleted file mode 100644
index 2c839729112327cee21405bcaaf775cf335f9da3..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/1bh84j11cu5j4oad.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/1gef121c9wc48ylr.o b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/1gef121c9wc48ylr.o
deleted file mode 100644
index 45f71210739d80b5e41f4eb1f9157cc92866f534..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/1gef121c9wc48ylr.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/1p148bs6ozpa7kdq.o b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/1p148bs6ozpa7kdq.o
deleted file mode 100644
index b6c277e76a55ffc2aaa9c7a3c0d044e467d7ac30..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/1p148bs6ozpa7kdq.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/1sppbax7aff0dr4r.o b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/1sppbax7aff0dr4r.o
deleted file mode 100644
index 63730523b64978708c596fdc4ba584ff4afa4334..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/1sppbax7aff0dr4r.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/1zrn36lhviv49zz8.o b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/1zrn36lhviv49zz8.o
deleted file mode 100644
index a8d64486568a90604ca103661ec37c62a7d05c8e..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/1zrn36lhviv49zz8.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/20vxmvt969om7sh6.o b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/20vxmvt969om7sh6.o
deleted file mode 100644
index 7b983a5304f1f69141145e83aa4aeb5a044c49a9..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/20vxmvt969om7sh6.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/2de6by7sn14bzkmp.o b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/2de6by7sn14bzkmp.o
deleted file mode 100644
index f4294d02adf94190041e44e1c63c99f3c4f26eab..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/2de6by7sn14bzkmp.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/2ntfdmbzoygjbyi6.o b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/2ntfdmbzoygjbyi6.o
deleted file mode 100644
index 3977c3e46206bc5dc79eecb68a27aef2617970c0..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/2ntfdmbzoygjbyi6.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/34l1ua04xed90kd0.o b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/34l1ua04xed90kd0.o
deleted file mode 100644
index dc513af95839c4e634db8a91a6ce61a7f8146a43..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/34l1ua04xed90kd0.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/36j8keuyw44ugnqw.o b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/36j8keuyw44ugnqw.o
deleted file mode 100644
index d8903101ac35b06dfd49d027e4d976e5f1a21b53..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/36j8keuyw44ugnqw.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/3qswe0rrw8suxdso.o b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/3qswe0rrw8suxdso.o
deleted file mode 100644
index d6c14a2ef29b06a70fb18f64091bb5d0179336b4..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/3qswe0rrw8suxdso.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/4cgr4cc25zdj2mlu.o b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/4cgr4cc25zdj2mlu.o
deleted file mode 100644
index 8fbfb0811509f1dfb2a9d8d4fafa8c62d05e7219..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/4cgr4cc25zdj2mlu.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/4f632rm48iagufmh.o b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/4f632rm48iagufmh.o
deleted file mode 100644
index e57469dc38b325b811af84219d28846fe8820a15..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/4f632rm48iagufmh.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/4tc6ss6p8r7eghdb.o b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/4tc6ss6p8r7eghdb.o
deleted file mode 100644
index 5603d9aa03c8ce1917382cece6872a429dead735..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/4tc6ss6p8r7eghdb.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/51k9az4bzps8fov8.o b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/51k9az4bzps8fov8.o
deleted file mode 100644
index 49da498818bda73b3f2421c7d9f01cc6437eade5..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/51k9az4bzps8fov8.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/5cwag1q1qt4h94jm.o b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/5cwag1q1qt4h94jm.o
deleted file mode 100644
index 0189bc548341c5195753808d9defe02a2a693389..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/5cwag1q1qt4h94jm.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/5ga3p88m5ezjnakj.o b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/5ga3p88m5ezjnakj.o
deleted file mode 100644
index dfcc54e09a42302bb4a2b4929c215a6c4d382933..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/5ga3p88m5ezjnakj.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/dep-graph.bin b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/dep-graph.bin
deleted file mode 100644
index 22f4e2b35b7550aa58b24da96d6e3f15bc91138b..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/dep-graph.bin and /dev/null differ
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/dep-graph.part.bin b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/dep-graph.part.bin
deleted file mode 100644
index 2023c7fe22a5a2bd40cefe5d2b0a78dc70863b99..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/dep-graph.part.bin and /dev/null differ
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/gqxjuhfhk7er6aj.o b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/gqxjuhfhk7er6aj.o
deleted file mode 100644
index 525a8847cb12a49663f7e0a7f6996cdd86686aee..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/gqxjuhfhk7er6aj.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/i19r45xa4ehzg1q.o b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/i19r45xa4ehzg1q.o
deleted file mode 100644
index 9cfa4f6460630a3922d24b7863b05a28d26e6621..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/i19r45xa4ehzg1q.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/p753beqmbjevv7e.o b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/p753beqmbjevv7e.o
deleted file mode 100644
index 2f6d3f5f081e6c4508c28880a5be94e65fd156a7..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/p753beqmbjevv7e.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/query-cache.bin b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/query-cache.bin
deleted file mode 100644
index 9bed41801497211c1df3bb4442706474ca5e6cc4..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/query-cache.bin and /dev/null differ
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/work-products.bin b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/work-products.bin
deleted file mode 100644
index 193299dc2f0b4a5a6ef82caa6758cbcab8e32c76..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t-working/work-products.bin and /dev/null differ
diff --git a/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t.lock b/target/debug/incremental/cb_1-f33h2m2lyku8/s-gkqiwqtf97-1idjz9t.lock
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/179xds7h4dxs7hs1.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/179xds7h4dxs7hs1.o
deleted file mode 100644
index f21bc1b79e7af342c577f85f6e7bd9ec11bc1299..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/179xds7h4dxs7hs1.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/17ocsi6ulx8de0rk.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/17ocsi6ulx8de0rk.o
deleted file mode 100644
index 3a596297a4e0ba92e154a4c1dcf72ff7a8a5754a..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/17ocsi6ulx8de0rk.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/1an16bs061x9xfd4.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/1an16bs061x9xfd4.o
deleted file mode 100644
index 4c9a69929ee2ec5ab3bd6a823544257cd0dd77f0..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/1an16bs061x9xfd4.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/1ayux5n9s825nagj.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/1ayux5n9s825nagj.o
deleted file mode 100644
index 2641a2f299de4d353de1d09d1384bf95e29551b9..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/1ayux5n9s825nagj.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/1b7xwma0zck0hzqq.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/1b7xwma0zck0hzqq.o
deleted file mode 100644
index d8e81ec13a2cbacc07ed07957a55f0b216c652be..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/1b7xwma0zck0hzqq.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/1i0z3gh0g5mtyu3m.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/1i0z3gh0g5mtyu3m.o
deleted file mode 100644
index 371b3e22bf9473264a0104f8729d040da56efff0..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/1i0z3gh0g5mtyu3m.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/1j0ykifrddtcvcfr.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/1j0ykifrddtcvcfr.o
deleted file mode 100644
index 1453d3da8df4a512922b5a4c4dd3e846fcbd2ecc..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/1j0ykifrddtcvcfr.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/1kfctyxh7wvf922x.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/1kfctyxh7wvf922x.o
deleted file mode 100644
index 49c7be29365d4fd1ce2a9487f1cec0a50adae112..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/1kfctyxh7wvf922x.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/1qfrixm2anlh82j8.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/1qfrixm2anlh82j8.o
deleted file mode 100644
index 445c1fa03b10da9fa288a952c806c50eb1aa3892..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/1qfrixm2anlh82j8.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/1shyovyhlzu3vyq.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/1shyovyhlzu3vyq.o
deleted file mode 100644
index ae35be8ea547a920caea421078cd28fdfe6f92cd..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/1shyovyhlzu3vyq.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/1vopqppi4pp5t5qp.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/1vopqppi4pp5t5qp.o
deleted file mode 100644
index 287d47f92e859de17824b0d68a8f83af1e96638e..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/1vopqppi4pp5t5qp.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/1xl2a6j5hrpwk2k1.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/1xl2a6j5hrpwk2k1.o
deleted file mode 100644
index c267bcacd4a5b7df5b96d52fc0ac873f3bb2e029..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/1xl2a6j5hrpwk2k1.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/21t7wp0pz87veb7p.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/21t7wp0pz87veb7p.o
deleted file mode 100644
index c279e5d569e25c517367cc1905e5b30a8c91eced..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/21t7wp0pz87veb7p.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/22sbu7zminnu7vpc.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/22sbu7zminnu7vpc.o
deleted file mode 100644
index 14cd8a7aa42293d39cde44c577e3b5e7002ece4a..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/22sbu7zminnu7vpc.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/29d22x30dxwlfgud.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/29d22x30dxwlfgud.o
deleted file mode 100644
index 6703fd7bd2b4593319006aef244b8831ebfe3415..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/29d22x30dxwlfgud.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/2b63e93qw08jf16u.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/2b63e93qw08jf16u.o
deleted file mode 100644
index c7f444221d88def33ff94ecd3bfa7d5d5ee0e272..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/2b63e93qw08jf16u.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/2ba3msjgcn1j43q9.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/2ba3msjgcn1j43q9.o
deleted file mode 100644
index 87b0582ca9b9738c3c0abd992222cae8e4dc92f2..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/2ba3msjgcn1j43q9.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/2btlsg7cy3odxlbr.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/2btlsg7cy3odxlbr.o
deleted file mode 100644
index 70d8ef0bf03b9161a8d0b63e32585a0153afd90d..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/2btlsg7cy3odxlbr.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/2bu80ntu1i0b0l2k.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/2bu80ntu1i0b0l2k.o
deleted file mode 100644
index db3f96874fb043a492f1bc6759ad39fa8fd75288..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/2bu80ntu1i0b0l2k.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/2e0izyvt5mrhezqw.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/2e0izyvt5mrhezqw.o
deleted file mode 100644
index 78eeedb38c44562c42a10b1085de67ef3889cfa2..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/2e0izyvt5mrhezqw.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/2j2awmef6y70ak84.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/2j2awmef6y70ak84.o
deleted file mode 100644
index d3324730c829e632932308b1556d68e464f93374..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/2j2awmef6y70ak84.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/2m1b5uk7elagimxp.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/2m1b5uk7elagimxp.o
deleted file mode 100644
index e44d075e36a0dc0e503e32ebee43a1897039bb5c..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/2m1b5uk7elagimxp.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/2snxi4u6ws84kko5.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/2snxi4u6ws84kko5.o
deleted file mode 100644
index 943d9600316af7786825172e847208feef5032bc..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/2snxi4u6ws84kko5.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/2su51cydz8cptxw8.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/2su51cydz8cptxw8.o
deleted file mode 100644
index 7ab53cfd3c5957546612a04f9bbdac98b7680d9e..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/2su51cydz8cptxw8.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/2y0esvol0b34t0lv.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/2y0esvol0b34t0lv.o
deleted file mode 100644
index 4299b1ab5db8e10782e055dd829e805974031c96..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/2y0esvol0b34t0lv.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/2y7wpv4x2gf5qorh.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/2y7wpv4x2gf5qorh.o
deleted file mode 100644
index e342d4282164fb46b21cf906bfdc5b93947ea01f..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/2y7wpv4x2gf5qorh.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/33vc4hk194uqiqh.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/33vc4hk194uqiqh.o
deleted file mode 100644
index acff74f3413a11cf4ef7885d6eb15eb2b030e532..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/33vc4hk194uqiqh.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/34yaz0fikhm5ohkc.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/34yaz0fikhm5ohkc.o
deleted file mode 100644
index 7d97934f5fe10f3eeb002e65f856159d88ad04a9..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/34yaz0fikhm5ohkc.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/36enudeak7ggwmqz.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/36enudeak7ggwmqz.o
deleted file mode 100644
index 6e44fe3bbd93305ce5ab1b86a1ec7bded954b560..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/36enudeak7ggwmqz.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/373hat67jzqf71s1.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/373hat67jzqf71s1.o
deleted file mode 100644
index e146b7a9dbde3936812801c8df137d44313c2ad8..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/373hat67jzqf71s1.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/3an24uurusmcleu.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/3an24uurusmcleu.o
deleted file mode 100644
index eef3d53759288fdbf055af4c9b504c8d9e707efc..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/3an24uurusmcleu.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/3au3cw0gt0t0j0pn.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/3au3cw0gt0t0j0pn.o
deleted file mode 100644
index e1c40a8472d0ee2096002b88b77f02afdbda36f7..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/3au3cw0gt0t0j0pn.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/3bufnumta3w1b9zt.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/3bufnumta3w1b9zt.o
deleted file mode 100644
index 6d23b4983331b1c3c1bbf700d53237ae2a4b196c..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/3bufnumta3w1b9zt.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/3efl8whu8f82x47x.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/3efl8whu8f82x47x.o
deleted file mode 100644
index c1348e5191b554704cd8e329b01b262d55bbfe7a..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/3efl8whu8f82x47x.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/3qsryiu3lix27fzy.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/3qsryiu3lix27fzy.o
deleted file mode 100644
index 9a3150f6ed66a228bd03384ff5edb2f791a9c6e8..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/3qsryiu3lix27fzy.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/3rnqwdbozb73m1ft.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/3rnqwdbozb73m1ft.o
deleted file mode 100644
index 0d3881d6906f807783a635ed102b928f3ef552ba..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/3rnqwdbozb73m1ft.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/3yo5mtwbmx8k32ac.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/3yo5mtwbmx8k32ac.o
deleted file mode 100644
index 72afbce54fbffc86f6ec49b912cac75d3006f111..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/3yo5mtwbmx8k32ac.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/4194uokxnwqqks6o.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/4194uokxnwqqks6o.o
deleted file mode 100644
index 289d85d86304fb44faee5c73068d41a14119f2fd..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/4194uokxnwqqks6o.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/41fm73nya5etsfvf.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/41fm73nya5etsfvf.o
deleted file mode 100644
index 5faf0eac03078f46f40fab5527ecafa9426ab01d..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/41fm73nya5etsfvf.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/443ym5t3t7cg1wuv.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/443ym5t3t7cg1wuv.o
deleted file mode 100644
index f29902ae950b2bb777821d8aa053cb3a6a88deac..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/443ym5t3t7cg1wuv.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/4d8poa9t53uk5hbm.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/4d8poa9t53uk5hbm.o
deleted file mode 100644
index 20f6370506d646e002d3d0190d966b76fd9e05c7..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/4d8poa9t53uk5hbm.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/4eqgokfk68vlf9az.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/4eqgokfk68vlf9az.o
deleted file mode 100644
index 6f50207dc0bb7223bd439edebd336c25bb108038..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/4eqgokfk68vlf9az.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/4h9c9v02mh3bqmba.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/4h9c9v02mh3bqmba.o
deleted file mode 100644
index b7709d536ce947956fa03c9d2391966c40ac54b4..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/4h9c9v02mh3bqmba.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/4ojo4j2ldtxr6z95.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/4ojo4j2ldtxr6z95.o
deleted file mode 100644
index 9f3c808dbca5868650316ce759cd126db0b14920..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/4ojo4j2ldtxr6z95.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/4rx9sh21zzs8x5sz.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/4rx9sh21zzs8x5sz.o
deleted file mode 100644
index 97b15ee86e9723e406df96ec9c9044d0d581a912..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/4rx9sh21zzs8x5sz.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/4sf2p6ku76d0zycs.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/4sf2p6ku76d0zycs.o
deleted file mode 100644
index 3109e930e364b6cb90a8472866317b760ff2aa84..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/4sf2p6ku76d0zycs.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/4ultifuxwn0gj5zp.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/4ultifuxwn0gj5zp.o
deleted file mode 100644
index 0210a3b8eacea0f92467f5f8564367073860f681..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/4ultifuxwn0gj5zp.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/50nmzo82vi4xz0th.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/50nmzo82vi4xz0th.o
deleted file mode 100644
index f4895ffc97c4f08b7bb393befef32bb40b4e802c..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/50nmzo82vi4xz0th.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/53fv5xdmqs2vazqt.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/53fv5xdmqs2vazqt.o
deleted file mode 100644
index 189aa9597d2ee73de9ce98fd02821dac167728ee..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/53fv5xdmqs2vazqt.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/5dw8moxd3pefzle9.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/5dw8moxd3pefzle9.o
deleted file mode 100644
index d1f008b8a31155c149216db1fe4cd1413055a1ce..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/5dw8moxd3pefzle9.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/bdxilyv0xj2u2mi.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/bdxilyv0xj2u2mi.o
deleted file mode 100644
index 5150542e0c6266104a6b7eada141aa77cb75d6d2..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/bdxilyv0xj2u2mi.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/c9odv2xnrjv503q.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/c9odv2xnrjv503q.o
deleted file mode 100644
index a7c983a024ed5193717cd7c354bed6cbc6b3e124..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/c9odv2xnrjv503q.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/cy5pk8106s4xfdy.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/cy5pk8106s4xfdy.o
deleted file mode 100644
index 6c96ce71d450bc918ee4aee41df786785a87fe1e..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/cy5pk8106s4xfdy.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/dcmkqkej1hpjtqo.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/dcmkqkej1hpjtqo.o
deleted file mode 100644
index 45e27d15811925033bcaad10b8d766877b24c203..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/dcmkqkej1hpjtqo.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/dep-graph.bin b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/dep-graph.bin
deleted file mode 100644
index 7a582ecfbe9d7a321dd9b0b79b17cf2cd229263e..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/dep-graph.bin and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/h4ltb7wx68frb5b.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/h4ltb7wx68frb5b.o
deleted file mode 100644
index 9e060f7af7b438e8de009306f09c7f41c8f14e8d..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/h4ltb7wx68frb5b.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/qidoggz5pu37xs3.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/qidoggz5pu37xs3.o
deleted file mode 100644
index c1bcbb21734371e60de2d962761bc5b6b466106d..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/qidoggz5pu37xs3.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/query-cache.bin b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/query-cache.bin
deleted file mode 100644
index f17fd2ca56b9acabda48179657752120b82a7e46..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/query-cache.bin and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/uz9mtmj5z1xbd4y.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/uz9mtmj5z1xbd4y.o
deleted file mode 100644
index dc7a7a685742864b96ff34ac7c9d79a5c8609a94..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/uz9mtmj5z1xbd4y.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/work-products.bin b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/work-products.bin
deleted file mode 100644
index 6f4afa1bce0e7c5bd05b79ba26e8e1af27c945a8..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/work-products.bin and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/yyvphrzmpvgpomf.o b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/yyvphrzmpvgpomf.o
deleted file mode 100644
index 0dbea790e09703687f5f86733f212b19911fcbde..0000000000000000000000000000000000000000
Binary files a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx-2ssuxyevq4kpx/yyvphrzmpvgpomf.o and /dev/null differ
diff --git a/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx.lock b/target/debug/incremental/cb_1-j7k7bo2mm4l1/s-gkqd44lza3-kpn9bx.lock
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000