diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/Cargo.lock b/Cargo.lock index 11ad79f..7d49d74 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5,3 +5,71 @@ version = 3 [[package]] name = "Pagman" version = "0.1.0" +dependencies = [ + "rand", +] + +[[package]] +name = "cfg-if" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" + +[[package]] +name = "getrandom" +version = "0.2.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" +dependencies = [ + "cfg-if", + "libc", + "wasi", +] + +[[package]] +name = "libc" +version = "0.2.149" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b" + +[[package]] +name = "ppv-lite86" +version = "0.2.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" + +[[package]] +name = "rand" +version = "0.8.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" +dependencies = [ + "libc", + "rand_chacha", + "rand_core", +] + +[[package]] +name = "rand_chacha" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" +dependencies = [ + "ppv-lite86", + "rand_core", +] + +[[package]] +name = "rand_core" +version = "0.6.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" +dependencies = [ + "getrandom", +] + +[[package]] +name = "wasi" +version = "0.11.0+wasi-snapshot-preview1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" diff --git a/Cargo.toml b/Cargo.toml index abbbe5e..8979ef3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,3 +6,4 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +rand = "0.8.5" \ No newline at end of file diff --git a/src/main.rs b/src/main.rs index e7a11a9..ac83ca5 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,3 +1,25 @@ +use std::io; +use rand::{Rng, random}; + fn main() { - println!("Hello, world!"); + + let mut _user_input :String = String::new(); + let mut _RandomNumber :i32 = rand::thread_rng().gen_range(0..=100); + + +println!("This is the best guessing game that ever existed!"); +println!("The rules are simple, guess a number from 0 to 100"); +println!("if You get the correct number GZ you won, but if you guess wrong, you lose :D"); +println!("now go on, pick a number nyehehehehehehe"); +//println!("Debug: number is {}",_RandomNumber); + +io::stdin().read_line(&mut _user_input).expect("Failed to read line"); + +println!("The random number was {} and you guessed {}",_RandomNumber,_user_input); + + + + + + } diff --git a/target/.rustc_info.json b/target/.rustc_info.json new file mode 100644 index 0000000..21b4fc8 --- /dev/null +++ b/target/.rustc_info.json @@ -0,0 +1 @@ +{"rustc_fingerprint":16455901450184372006,"outputs":{"15729799797837862367":{"success":true,"status":"","code":0,"stdout":"___.exe\nlib___.rlib\n___.dll\n___.dll\n___.lib\n___.dll\nC:\\Users\\luziv\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\npacked\n___\ndebug_assertions\npanic=\"unwind\"\nproc_macro\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"msvc\"\ntarget_family=\"windows\"\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=\"windows\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"pc\"\nwindows\n","stderr":""},"12744816824612481171":{"success":true,"status":"","code":0,"stdout":"___.exe\nlib___.rlib\n___.dll\n___.dll\n___.lib\n___.dll\nC:\\Users\\luziv\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\npacked\n___\ndebug_assertions\npanic=\"unwind\"\nproc_macro\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"msvc\"\ntarget_family=\"windows\"\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=\"windows\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"pc\"\nwindows\n","stderr":""},"4614504638168534921":{"success":true,"status":"","code":0,"stdout":"rustc 1.73.0 (cc66ad468 2023-10-03)\nbinary: rustc\ncommit-hash: cc66ad468955717ab92600c770da8c1601a4ff33\ncommit-date: 2023-10-03\nhost: x86_64-pc-windows-msvc\nrelease: 1.73.0\nLLVM version: 17.0.2\n","stderr":""}},"successes":{}} \ No newline at end of file diff --git a/target/CACHEDIR.TAG b/target/CACHEDIR.TAG new file mode 100644 index 0000000..20d7c31 --- /dev/null +++ b/target/CACHEDIR.TAG @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/.fingerprint/Pagman-0c5b5cb191b232f1/bin-Pagman b/target/debug/.fingerprint/Pagman-0c5b5cb191b232f1/bin-Pagman new file mode 100644 index 0000000..b0fd012 --- /dev/null +++ b/target/debug/.fingerprint/Pagman-0c5b5cb191b232f1/bin-Pagman @@ -0,0 +1 @@ +e8660b02eedd8d54 \ No newline at end of file diff --git a/target/debug/.fingerprint/Pagman-0c5b5cb191b232f1/bin-Pagman.json b/target/debug/.fingerprint/Pagman-0c5b5cb191b232f1/bin-Pagman.json new file mode 100644 index 0000000..225e389 --- /dev/null +++ b/target/debug/.fingerprint/Pagman-0c5b5cb191b232f1/bin-Pagman.json @@ -0,0 +1 @@ +{"rustc":3463790191383208604,"features":"[]","target":6267505097346883248,"profile":13126374248311259211,"path":1684066648322511884,"deps":[[5910892534286594076,"rand",false,717902955119500407]],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\Pagman-0c5b5cb191b232f1\\dep-bin-Pagman"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/Pagman-0c5b5cb191b232f1/dep-bin-Pagman b/target/debug/.fingerprint/Pagman-0c5b5cb191b232f1/dep-bin-Pagman new file mode 100644 index 0000000..17b9f60 Binary files /dev/null and b/target/debug/.fingerprint/Pagman-0c5b5cb191b232f1/dep-bin-Pagman differ diff --git a/target/debug/.fingerprint/Pagman-0c5b5cb191b232f1/invoked.timestamp b/target/debug/.fingerprint/Pagman-0c5b5cb191b232f1/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/Pagman-0c5b5cb191b232f1/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/Pagman-0c5b5cb191b232f1/output-bin-Pagman b/target/debug/.fingerprint/Pagman-0c5b5cb191b232f1/output-bin-Pagman new file mode 100644 index 0000000..d1e3161 --- /dev/null +++ b/target/debug/.fingerprint/Pagman-0c5b5cb191b232f1/output-bin-Pagman @@ -0,0 +1,4 @@ +{"message":"unused import: `random`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"src\\main.rs","byte_start":29,"byte_end":35,"line_start":2,"line_end":2,"column_start":17,"column_end":23,"is_primary":true,"text":[{"text":"use rand::{Rng, random};","highlight_start":17,"highlight_end":23}],"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 unused import","code":null,"level":"help","spans":[{"file_name":"src\\main.rs","byte_start":27,"byte_end":35,"line_start":2,"line_end":2,"column_start":15,"column_end":23,"is_primary":true,"text":[{"text":"use rand::{Rng, random};","highlight_start":15,"highlight_end":23}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[38;5;11mwarning\u001b[0m\u001b[0m\u001b[1m\u001b[38;5;15m: unused import: `random`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m--> \u001b[0m\u001b[0msrc\\main.rs:2:17\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;14m2\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m|\u001b[0m\u001b[0m \u001b[0m\u001b[0muse rand::{Rng, random};\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;11m^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m= \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;15mnote\u001b[0m\u001b[0m: `#[warn(unused_imports)]` on by default\u001b[0m\n\n"} +{"message":"crate `Pagman` should have a snake case name","code":{"code":"non_snake_case","explanation":null},"level":"warning","spans":[{"file_name":"src\\main.rs","byte_start":0,"byte_end":0,"line_start":1,"line_end":1,"column_start":1,"column_end":1,"is_primary":true,"text":[],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"convert the identifier to snake case: `pagman`","code":null,"level":"help","spans":[],"children":[],"rendered":null},{"message":"`#[warn(non_snake_case)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[38;5;11mwarning\u001b[0m\u001b[0m\u001b[1m\u001b[38;5;15m: crate `Pagman` should have a snake case name\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m= \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;15mhelp\u001b[0m\u001b[0m: convert the identifier to snake case: `pagman`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m= \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;15mnote\u001b[0m\u001b[0m: `#[warn(non_snake_case)]` on by default\u001b[0m\n\n"} +{"message":"variable `_RandomNumber` should have a snake case name","code":{"code":"non_snake_case","explanation":null},"level":"warning","spans":[{"file_name":"src\\main.rs","byte_start":114,"byte_end":127,"line_start":7,"line_end":7,"column_start":13,"column_end":26,"is_primary":true,"text":[{"text":" let mut _RandomNumber :i32 = rand::thread_rng().gen_range(0..=100);","highlight_start":13,"highlight_end":26}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"convert the identifier to snake case","code":null,"level":"help","spans":[{"file_name":"src\\main.rs","byte_start":114,"byte_end":127,"line_start":7,"line_end":7,"column_start":13,"column_end":26,"is_primary":true,"text":[{"text":" let mut _RandomNumber :i32 = rand::thread_rng().gen_range(0..=100);","highlight_start":13,"highlight_end":26}],"label":null,"suggested_replacement":"_random_number","suggestion_applicability":"MaybeIncorrect","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[38;5;11mwarning\u001b[0m\u001b[0m\u001b[1m\u001b[38;5;15m: variable `_RandomNumber` should have a snake case name\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m--> \u001b[0m\u001b[0msrc\\main.rs:7:13\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;14m7\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m let mut _RandomNumber :i32 = rand::thread_rng().gen_range(0..=100);\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;11m^^^^^^^^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;11mhelp: convert the identifier to snake case: `_random_number`\u001b[0m\n\n"} +{"message":"3 warnings emitted","code":null,"level":"warning","spans":[],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[38;5;11mwarning\u001b[0m\u001b[0m\u001b[1m\u001b[38;5;15m: 3 warnings emitted\u001b[0m\n\n"} diff --git a/target/debug/.fingerprint/Pagman-1a1c130545771f2e/bin-Pagman b/target/debug/.fingerprint/Pagman-1a1c130545771f2e/bin-Pagman new file mode 100644 index 0000000..3f4e00c --- /dev/null +++ b/target/debug/.fingerprint/Pagman-1a1c130545771f2e/bin-Pagman @@ -0,0 +1 @@ +ce72d5470deffd58 \ No newline at end of file diff --git a/target/debug/.fingerprint/Pagman-1a1c130545771f2e/bin-Pagman.json b/target/debug/.fingerprint/Pagman-1a1c130545771f2e/bin-Pagman.json new file mode 100644 index 0000000..9001980 --- /dev/null +++ b/target/debug/.fingerprint/Pagman-1a1c130545771f2e/bin-Pagman.json @@ -0,0 +1 @@ +{"rustc":3463790191383208604,"features":"[]","target":6267505097346883248,"profile":11039742474438789458,"path":1684066648322511884,"deps":[[5910892534286594076,"rand",false,2581628255768076331]],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\Pagman-1a1c130545771f2e\\dep-bin-Pagman"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/Pagman-1a1c130545771f2e/dep-bin-Pagman b/target/debug/.fingerprint/Pagman-1a1c130545771f2e/dep-bin-Pagman new file mode 100644 index 0000000..17b9f60 Binary files /dev/null and b/target/debug/.fingerprint/Pagman-1a1c130545771f2e/dep-bin-Pagman differ diff --git a/target/debug/.fingerprint/Pagman-1a1c130545771f2e/invoked.timestamp b/target/debug/.fingerprint/Pagman-1a1c130545771f2e/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/Pagman-1a1c130545771f2e/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/Pagman-1a1c130545771f2e/output-bin-Pagman b/target/debug/.fingerprint/Pagman-1a1c130545771f2e/output-bin-Pagman new file mode 100644 index 0000000..d1e3161 --- /dev/null +++ b/target/debug/.fingerprint/Pagman-1a1c130545771f2e/output-bin-Pagman @@ -0,0 +1,4 @@ +{"message":"unused import: `random`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"src\\main.rs","byte_start":29,"byte_end":35,"line_start":2,"line_end":2,"column_start":17,"column_end":23,"is_primary":true,"text":[{"text":"use rand::{Rng, random};","highlight_start":17,"highlight_end":23}],"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 unused import","code":null,"level":"help","spans":[{"file_name":"src\\main.rs","byte_start":27,"byte_end":35,"line_start":2,"line_end":2,"column_start":15,"column_end":23,"is_primary":true,"text":[{"text":"use rand::{Rng, random};","highlight_start":15,"highlight_end":23}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[38;5;11mwarning\u001b[0m\u001b[0m\u001b[1m\u001b[38;5;15m: unused import: `random`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m--> \u001b[0m\u001b[0msrc\\main.rs:2:17\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;14m2\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m|\u001b[0m\u001b[0m \u001b[0m\u001b[0muse rand::{Rng, random};\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;11m^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m= \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;15mnote\u001b[0m\u001b[0m: `#[warn(unused_imports)]` on by default\u001b[0m\n\n"} +{"message":"crate `Pagman` should have a snake case name","code":{"code":"non_snake_case","explanation":null},"level":"warning","spans":[{"file_name":"src\\main.rs","byte_start":0,"byte_end":0,"line_start":1,"line_end":1,"column_start":1,"column_end":1,"is_primary":true,"text":[],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"convert the identifier to snake case: `pagman`","code":null,"level":"help","spans":[],"children":[],"rendered":null},{"message":"`#[warn(non_snake_case)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[38;5;11mwarning\u001b[0m\u001b[0m\u001b[1m\u001b[38;5;15m: crate `Pagman` should have a snake case name\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m= \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;15mhelp\u001b[0m\u001b[0m: convert the identifier to snake case: `pagman`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m= \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;15mnote\u001b[0m\u001b[0m: `#[warn(non_snake_case)]` on by default\u001b[0m\n\n"} +{"message":"variable `_RandomNumber` should have a snake case name","code":{"code":"non_snake_case","explanation":null},"level":"warning","spans":[{"file_name":"src\\main.rs","byte_start":114,"byte_end":127,"line_start":7,"line_end":7,"column_start":13,"column_end":26,"is_primary":true,"text":[{"text":" let mut _RandomNumber :i32 = rand::thread_rng().gen_range(0..=100);","highlight_start":13,"highlight_end":26}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"convert the identifier to snake case","code":null,"level":"help","spans":[{"file_name":"src\\main.rs","byte_start":114,"byte_end":127,"line_start":7,"line_end":7,"column_start":13,"column_end":26,"is_primary":true,"text":[{"text":" let mut _RandomNumber :i32 = rand::thread_rng().gen_range(0..=100);","highlight_start":13,"highlight_end":26}],"label":null,"suggested_replacement":"_random_number","suggestion_applicability":"MaybeIncorrect","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[38;5;11mwarning\u001b[0m\u001b[0m\u001b[1m\u001b[38;5;15m: variable `_RandomNumber` should have a snake case name\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m--> \u001b[0m\u001b[0msrc\\main.rs:7:13\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;14m7\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m let mut _RandomNumber :i32 = rand::thread_rng().gen_range(0..=100);\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;11m^^^^^^^^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;11mhelp: convert the identifier to snake case: `_random_number`\u001b[0m\n\n"} +{"message":"3 warnings emitted","code":null,"level":"warning","spans":[],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[38;5;11mwarning\u001b[0m\u001b[0m\u001b[1m\u001b[38;5;15m: 3 warnings emitted\u001b[0m\n\n"} diff --git a/target/debug/.fingerprint/Pagman-36d9c15662efc18f/dep-test-bin-Pagman b/target/debug/.fingerprint/Pagman-36d9c15662efc18f/dep-test-bin-Pagman new file mode 100644 index 0000000..17b9f60 Binary files /dev/null and b/target/debug/.fingerprint/Pagman-36d9c15662efc18f/dep-test-bin-Pagman differ diff --git a/target/debug/.fingerprint/Pagman-36d9c15662efc18f/invoked.timestamp b/target/debug/.fingerprint/Pagman-36d9c15662efc18f/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/Pagman-36d9c15662efc18f/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/Pagman-36d9c15662efc18f/output-test-bin-Pagman b/target/debug/.fingerprint/Pagman-36d9c15662efc18f/output-test-bin-Pagman new file mode 100644 index 0000000..6af788d --- /dev/null +++ b/target/debug/.fingerprint/Pagman-36d9c15662efc18f/output-test-bin-Pagman @@ -0,0 +1,5 @@ +{"message":"expected expression, found `;`","code":null,"level":"error","spans":[{"file_name":"src\\main.rs","byte_start":141,"byte_end":142,"line_start":7,"line_end":7,"column_start":34,"column_end":35,"is_primary":true,"text":[{"text":" let mut _RandomNumber :i32 = ;","highlight_start":34,"highlight_end":35}],"label":"expected expression","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[38;5;9merror\u001b[0m\u001b[0m\u001b[1m\u001b[38;5;15m: expected expression, found `;`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m--> \u001b[0m\u001b[0msrc\\main.rs:7:34\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;14m7\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m let mut _RandomNumber :i32 = ;\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m| \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;9mexpected expression\u001b[0m\n\n"} +{"message":"unused import: `std::io`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"src\\main.rs","byte_start":4,"byte_end":11,"line_start":1,"line_end":1,"column_start":5,"column_end":12,"is_primary":true,"text":[{"text":"use std::io;","highlight_start":5,"highlight_end":12}],"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\\main.rs","byte_start":0,"byte_end":12,"line_start":1,"line_end":1,"column_start":1,"column_end":13,"is_primary":true,"text":[{"text":"use std::io;","highlight_start":1,"highlight_end":13}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[38;5;11mwarning\u001b[0m\u001b[0m\u001b[1m\u001b[38;5;15m: unused import: `std::io`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m--> \u001b[0m\u001b[0msrc\\main.rs:1:5\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;14m1\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m|\u001b[0m\u001b[0m \u001b[0m\u001b[0muse std::io;\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;11m^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m= \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;15mnote\u001b[0m\u001b[0m: `#[warn(unused_imports)]` on by default\u001b[0m\n\n"} +{"message":"no method named `expect` found for struct `String` in the current scope","code":{"code":"E0599","explanation":"This error occurs when a method is used on a type which doesn't implement it:\n\nErroneous code example:\n\n```compile_fail,E0599\nstruct Mouth;\n\nlet x = Mouth;\nx.chocolate(); // error: no method named `chocolate` found for type `Mouth`\n // in the current scope\n```\n\nIn this case, you need to implement the `chocolate` method to fix the error:\n\n```\nstruct Mouth;\n\nimpl Mouth {\n fn chocolate(&self) { // We implement the `chocolate` method here.\n println!(\"Hmmm! I love chocolate!\");\n }\n}\n\nlet x = Mouth;\nx.chocolate(); // ok!\n```\n"},"level":"error","spans":[{"file_name":"src\\main.rs","byte_start":76,"byte_end":82,"line_start":6,"line_end":6,"column_start":49,"column_end":55,"is_primary":true,"text":[{"text":" let mut _user_input :String = String::new().expect(\"Failed to read line\"); ","highlight_start":49,"highlight_end":55}],"label":"method not found in `String`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[38;5;9merror[E0599]\u001b[0m\u001b[0m\u001b[1m\u001b[38;5;15m: no method named `expect` found for struct `String` in the current scope\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m--> \u001b[0m\u001b[0msrc\\main.rs:6:49\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;14m6\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m let mut _user_input :String = String::new().expect(\"Failed to read line\"); \u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m| \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;9mmethod not found in `String`\u001b[0m\n\n"} +{"message":"aborting due to 2 previous errors; 1 warning emitted","code":null,"level":"error","spans":[],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[38;5;9merror\u001b[0m\u001b[0m\u001b[1m\u001b[38;5;15m: aborting due to 2 previous errors; 1 warning emitted\u001b[0m\n\n"} +{"message":"For more information about this error, try `rustc --explain E0599`.","code":null,"level":"failure-note","spans":[],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[38;5;15mFor more information about this error, try `rustc --explain E0599`.\u001b[0m\n"} diff --git a/target/debug/.fingerprint/Pagman-36d9c15662efc18f/test-bin-Pagman b/target/debug/.fingerprint/Pagman-36d9c15662efc18f/test-bin-Pagman new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/.fingerprint/Pagman-36d9c15662efc18f/test-bin-Pagman.json b/target/debug/.fingerprint/Pagman-36d9c15662efc18f/test-bin-Pagman.json new file mode 100644 index 0000000..3df9679 --- /dev/null +++ b/target/debug/.fingerprint/Pagman-36d9c15662efc18f/test-bin-Pagman.json @@ -0,0 +1 @@ +{"rustc":3463790191383208604,"features":"[]","target":6267505097346883248,"profile":18326522262828315194,"path":1684066648322511884,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\Pagman-36d9c15662efc18f\\dep-test-bin-Pagman"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/Pagman-42f1b260828dd309/dep-test-bin-Pagman b/target/debug/.fingerprint/Pagman-42f1b260828dd309/dep-test-bin-Pagman new file mode 100644 index 0000000..17b9f60 Binary files /dev/null and b/target/debug/.fingerprint/Pagman-42f1b260828dd309/dep-test-bin-Pagman differ diff --git a/target/debug/.fingerprint/Pagman-42f1b260828dd309/invoked.timestamp b/target/debug/.fingerprint/Pagman-42f1b260828dd309/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/Pagman-42f1b260828dd309/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/Pagman-42f1b260828dd309/output-test-bin-Pagman b/target/debug/.fingerprint/Pagman-42f1b260828dd309/output-test-bin-Pagman new file mode 100644 index 0000000..d1e3161 --- /dev/null +++ b/target/debug/.fingerprint/Pagman-42f1b260828dd309/output-test-bin-Pagman @@ -0,0 +1,4 @@ +{"message":"unused import: `random`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"src\\main.rs","byte_start":29,"byte_end":35,"line_start":2,"line_end":2,"column_start":17,"column_end":23,"is_primary":true,"text":[{"text":"use rand::{Rng, random};","highlight_start":17,"highlight_end":23}],"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 unused import","code":null,"level":"help","spans":[{"file_name":"src\\main.rs","byte_start":27,"byte_end":35,"line_start":2,"line_end":2,"column_start":15,"column_end":23,"is_primary":true,"text":[{"text":"use rand::{Rng, random};","highlight_start":15,"highlight_end":23}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[38;5;11mwarning\u001b[0m\u001b[0m\u001b[1m\u001b[38;5;15m: unused import: `random`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m--> \u001b[0m\u001b[0msrc\\main.rs:2:17\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;14m2\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m|\u001b[0m\u001b[0m \u001b[0m\u001b[0muse rand::{Rng, random};\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;11m^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m= \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;15mnote\u001b[0m\u001b[0m: `#[warn(unused_imports)]` on by default\u001b[0m\n\n"} +{"message":"crate `Pagman` should have a snake case name","code":{"code":"non_snake_case","explanation":null},"level":"warning","spans":[{"file_name":"src\\main.rs","byte_start":0,"byte_end":0,"line_start":1,"line_end":1,"column_start":1,"column_end":1,"is_primary":true,"text":[],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"convert the identifier to snake case: `pagman`","code":null,"level":"help","spans":[],"children":[],"rendered":null},{"message":"`#[warn(non_snake_case)]` on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[38;5;11mwarning\u001b[0m\u001b[0m\u001b[1m\u001b[38;5;15m: crate `Pagman` should have a snake case name\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m= \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;15mhelp\u001b[0m\u001b[0m: convert the identifier to snake case: `pagman`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m= \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;15mnote\u001b[0m\u001b[0m: `#[warn(non_snake_case)]` on by default\u001b[0m\n\n"} +{"message":"variable `_RandomNumber` should have a snake case name","code":{"code":"non_snake_case","explanation":null},"level":"warning","spans":[{"file_name":"src\\main.rs","byte_start":114,"byte_end":127,"line_start":7,"line_end":7,"column_start":13,"column_end":26,"is_primary":true,"text":[{"text":" let mut _RandomNumber :i32 = rand::thread_rng().gen_range(0..=100);","highlight_start":13,"highlight_end":26}],"label":null,"suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[{"message":"convert the identifier to snake case","code":null,"level":"help","spans":[{"file_name":"src\\main.rs","byte_start":114,"byte_end":127,"line_start":7,"line_end":7,"column_start":13,"column_end":26,"is_primary":true,"text":[{"text":" let mut _RandomNumber :i32 = rand::thread_rng().gen_range(0..=100);","highlight_start":13,"highlight_end":26}],"label":null,"suggested_replacement":"_random_number","suggestion_applicability":"MaybeIncorrect","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[38;5;11mwarning\u001b[0m\u001b[0m\u001b[1m\u001b[38;5;15m: variable `_RandomNumber` should have a snake case name\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m--> \u001b[0m\u001b[0msrc\\main.rs:7:13\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;14m7\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m let mut _RandomNumber :i32 = rand::thread_rng().gen_range(0..=100);\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;11m^^^^^^^^^^^^^\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;11mhelp: convert the identifier to snake case: `_random_number`\u001b[0m\n\n"} +{"message":"3 warnings emitted","code":null,"level":"warning","spans":[],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[38;5;11mwarning\u001b[0m\u001b[0m\u001b[1m\u001b[38;5;15m: 3 warnings emitted\u001b[0m\n\n"} diff --git a/target/debug/.fingerprint/Pagman-42f1b260828dd309/test-bin-Pagman b/target/debug/.fingerprint/Pagman-42f1b260828dd309/test-bin-Pagman new file mode 100644 index 0000000..b2c22e1 --- /dev/null +++ b/target/debug/.fingerprint/Pagman-42f1b260828dd309/test-bin-Pagman @@ -0,0 +1 @@ +a8e7dced166d7044 \ No newline at end of file diff --git a/target/debug/.fingerprint/Pagman-42f1b260828dd309/test-bin-Pagman.json b/target/debug/.fingerprint/Pagman-42f1b260828dd309/test-bin-Pagman.json new file mode 100644 index 0000000..e88a7c8 --- /dev/null +++ b/target/debug/.fingerprint/Pagman-42f1b260828dd309/test-bin-Pagman.json @@ -0,0 +1 @@ +{"rustc":3463790191383208604,"features":"[]","target":6267505097346883248,"profile":18326522262828315194,"path":1684066648322511884,"deps":[[5910892534286594076,"rand",false,717902955119500407]],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\Pagman-42f1b260828dd309\\dep-test-bin-Pagman"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/Pagman-430eec954ae66de1/bin-Pagman b/target/debug/.fingerprint/Pagman-430eec954ae66de1/bin-Pagman new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/.fingerprint/Pagman-430eec954ae66de1/bin-Pagman.json b/target/debug/.fingerprint/Pagman-430eec954ae66de1/bin-Pagman.json new file mode 100644 index 0000000..45dbf42 --- /dev/null +++ b/target/debug/.fingerprint/Pagman-430eec954ae66de1/bin-Pagman.json @@ -0,0 +1 @@ +{"rustc":3463790191383208604,"features":"[]","target":6267505097346883248,"profile":13126374248311259211,"path":1684066648322511884,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\Pagman-430eec954ae66de1\\dep-bin-Pagman"}}],"rustflags":[],"metadata":7797948686568424061,"config":2202906307356721367,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/Pagman-430eec954ae66de1/dep-bin-Pagman b/target/debug/.fingerprint/Pagman-430eec954ae66de1/dep-bin-Pagman new file mode 100644 index 0000000..17b9f60 Binary files /dev/null and b/target/debug/.fingerprint/Pagman-430eec954ae66de1/dep-bin-Pagman differ diff --git a/target/debug/.fingerprint/Pagman-430eec954ae66de1/invoked.timestamp b/target/debug/.fingerprint/Pagman-430eec954ae66de1/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/Pagman-430eec954ae66de1/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/Pagman-430eec954ae66de1/output-bin-Pagman b/target/debug/.fingerprint/Pagman-430eec954ae66de1/output-bin-Pagman new file mode 100644 index 0000000..6af788d --- /dev/null +++ b/target/debug/.fingerprint/Pagman-430eec954ae66de1/output-bin-Pagman @@ -0,0 +1,5 @@ +{"message":"expected expression, found `;`","code":null,"level":"error","spans":[{"file_name":"src\\main.rs","byte_start":141,"byte_end":142,"line_start":7,"line_end":7,"column_start":34,"column_end":35,"is_primary":true,"text":[{"text":" let mut _RandomNumber :i32 = ;","highlight_start":34,"highlight_end":35}],"label":"expected expression","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[38;5;9merror\u001b[0m\u001b[0m\u001b[1m\u001b[38;5;15m: expected expression, found `;`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m--> \u001b[0m\u001b[0msrc\\main.rs:7:34\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;14m7\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m let mut _RandomNumber :i32 = ;\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m| \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;9mexpected expression\u001b[0m\n\n"} +{"message":"unused import: `std::io`","code":{"code":"unused_imports","explanation":null},"level":"warning","spans":[{"file_name":"src\\main.rs","byte_start":4,"byte_end":11,"line_start":1,"line_end":1,"column_start":5,"column_end":12,"is_primary":true,"text":[{"text":"use std::io;","highlight_start":5,"highlight_end":12}],"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\\main.rs","byte_start":0,"byte_end":12,"line_start":1,"line_end":1,"column_start":1,"column_end":13,"is_primary":true,"text":[{"text":"use std::io;","highlight_start":1,"highlight_end":13}],"label":null,"suggested_replacement":"","suggestion_applicability":"MachineApplicable","expansion":null}],"children":[],"rendered":null}],"rendered":"\u001b[0m\u001b[1m\u001b[38;5;11mwarning\u001b[0m\u001b[0m\u001b[1m\u001b[38;5;15m: unused import: `std::io`\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m--> \u001b[0m\u001b[0msrc\\main.rs:1:5\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;14m1\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m|\u001b[0m\u001b[0m \u001b[0m\u001b[0muse std::io;\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m| \u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;11m^^^^^^^\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m|\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m= \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;15mnote\u001b[0m\u001b[0m: `#[warn(unused_imports)]` on by default\u001b[0m\n\n"} +{"message":"no method named `expect` found for struct `String` in the current scope","code":{"code":"E0599","explanation":"This error occurs when a method is used on a type which doesn't implement it:\n\nErroneous code example:\n\n```compile_fail,E0599\nstruct Mouth;\n\nlet x = Mouth;\nx.chocolate(); // error: no method named `chocolate` found for type `Mouth`\n // in the current scope\n```\n\nIn this case, you need to implement the `chocolate` method to fix the error:\n\n```\nstruct Mouth;\n\nimpl Mouth {\n fn chocolate(&self) { // We implement the `chocolate` method here.\n println!(\"Hmmm! I love chocolate!\");\n }\n}\n\nlet x = Mouth;\nx.chocolate(); // ok!\n```\n"},"level":"error","spans":[{"file_name":"src\\main.rs","byte_start":76,"byte_end":82,"line_start":6,"line_end":6,"column_start":49,"column_end":55,"is_primary":true,"text":[{"text":" let mut _user_input :String = String::new().expect(\"Failed to read line\"); ","highlight_start":49,"highlight_end":55}],"label":"method not found in `String`","suggested_replacement":null,"suggestion_applicability":null,"expansion":null}],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[38;5;9merror[E0599]\u001b[0m\u001b[0m\u001b[1m\u001b[38;5;15m: no method named `expect` found for struct `String` in the current scope\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m--> \u001b[0m\u001b[0msrc\\main.rs:6:49\u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m|\u001b[0m\n\u001b[0m\u001b[1m\u001b[38;5;14m6\u001b[0m\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m|\u001b[0m\u001b[0m \u001b[0m\u001b[0m let mut _user_input :String = String::new().expect(\"Failed to read line\"); \u001b[0m\n\u001b[0m \u001b[0m\u001b[0m\u001b[1m\u001b[38;5;14m| \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;9mmethod not found in `String`\u001b[0m\n\n"} +{"message":"aborting due to 2 previous errors; 1 warning emitted","code":null,"level":"error","spans":[],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[38;5;9merror\u001b[0m\u001b[0m\u001b[1m\u001b[38;5;15m: aborting due to 2 previous errors; 1 warning emitted\u001b[0m\n\n"} +{"message":"For more information about this error, try `rustc --explain E0599`.","code":null,"level":"failure-note","spans":[],"children":[],"rendered":"\u001b[0m\u001b[1m\u001b[38;5;15mFor more information about this error, try `rustc --explain E0599`.\u001b[0m\n"} diff --git a/target/debug/.fingerprint/cfg-if-54ba3767ec7b107d/dep-lib-cfg-if b/target/debug/.fingerprint/cfg-if-54ba3767ec7b107d/dep-lib-cfg-if new file mode 100644 index 0000000..1b1cb4d Binary files /dev/null and b/target/debug/.fingerprint/cfg-if-54ba3767ec7b107d/dep-lib-cfg-if differ diff --git a/target/debug/.fingerprint/cfg-if-54ba3767ec7b107d/invoked.timestamp b/target/debug/.fingerprint/cfg-if-54ba3767ec7b107d/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/cfg-if-54ba3767ec7b107d/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/cfg-if-54ba3767ec7b107d/lib-cfg-if b/target/debug/.fingerprint/cfg-if-54ba3767ec7b107d/lib-cfg-if new file mode 100644 index 0000000..b13af44 --- /dev/null +++ b/target/debug/.fingerprint/cfg-if-54ba3767ec7b107d/lib-cfg-if @@ -0,0 +1 @@ +cd3e035780158859 \ No newline at end of file diff --git a/target/debug/.fingerprint/cfg-if-54ba3767ec7b107d/lib-cfg-if.json b/target/debug/.fingerprint/cfg-if-54ba3767ec7b107d/lib-cfg-if.json new file mode 100644 index 0000000..9441ea8 --- /dev/null +++ b/target/debug/.fingerprint/cfg-if-54ba3767ec7b107d/lib-cfg-if.json @@ -0,0 +1 @@ +{"rustc":3463790191383208604,"features":"[]","target":10623512480563079566,"profile":644273664987288228,"path":112572238284570900,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\cfg-if-54ba3767ec7b107d\\dep-lib-cfg-if"}}],"rustflags":[],"metadata":8462187951337715540,"config":2202906307356721367,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/cfg-if-8fd5cd33b257384d/dep-lib-cfg-if b/target/debug/.fingerprint/cfg-if-8fd5cd33b257384d/dep-lib-cfg-if new file mode 100644 index 0000000..1b1cb4d Binary files /dev/null and b/target/debug/.fingerprint/cfg-if-8fd5cd33b257384d/dep-lib-cfg-if differ diff --git a/target/debug/.fingerprint/cfg-if-8fd5cd33b257384d/invoked.timestamp b/target/debug/.fingerprint/cfg-if-8fd5cd33b257384d/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/cfg-if-8fd5cd33b257384d/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/cfg-if-8fd5cd33b257384d/lib-cfg-if b/target/debug/.fingerprint/cfg-if-8fd5cd33b257384d/lib-cfg-if new file mode 100644 index 0000000..a95a308 --- /dev/null +++ b/target/debug/.fingerprint/cfg-if-8fd5cd33b257384d/lib-cfg-if @@ -0,0 +1 @@ +da32331819385bc8 \ No newline at end of file diff --git a/target/debug/.fingerprint/cfg-if-8fd5cd33b257384d/lib-cfg-if.json b/target/debug/.fingerprint/cfg-if-8fd5cd33b257384d/lib-cfg-if.json new file mode 100644 index 0000000..5586573 --- /dev/null +++ b/target/debug/.fingerprint/cfg-if-8fd5cd33b257384d/lib-cfg-if.json @@ -0,0 +1 @@ +{"rustc":3463790191383208604,"features":"[]","target":10623512480563079566,"profile":14473208297124147686,"path":112572238284570900,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\cfg-if-8fd5cd33b257384d\\dep-lib-cfg-if"}}],"rustflags":[],"metadata":8462187951337715540,"config":2202906307356721367,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/getrandom-1fbb11084a2158ec/dep-lib-getrandom b/target/debug/.fingerprint/getrandom-1fbb11084a2158ec/dep-lib-getrandom new file mode 100644 index 0000000..1b1cb4d Binary files /dev/null and b/target/debug/.fingerprint/getrandom-1fbb11084a2158ec/dep-lib-getrandom differ diff --git a/target/debug/.fingerprint/getrandom-1fbb11084a2158ec/invoked.timestamp b/target/debug/.fingerprint/getrandom-1fbb11084a2158ec/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/getrandom-1fbb11084a2158ec/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/getrandom-1fbb11084a2158ec/lib-getrandom b/target/debug/.fingerprint/getrandom-1fbb11084a2158ec/lib-getrandom new file mode 100644 index 0000000..75a430a --- /dev/null +++ b/target/debug/.fingerprint/getrandom-1fbb11084a2158ec/lib-getrandom @@ -0,0 +1 @@ +d7506a48037b2e7a \ No newline at end of file diff --git a/target/debug/.fingerprint/getrandom-1fbb11084a2158ec/lib-getrandom.json b/target/debug/.fingerprint/getrandom-1fbb11084a2158ec/lib-getrandom.json new file mode 100644 index 0000000..7abf721 --- /dev/null +++ b/target/debug/.fingerprint/getrandom-1fbb11084a2158ec/lib-getrandom.json @@ -0,0 +1 @@ +{"rustc":3463790191383208604,"features":"[\"std\"]","target":16789414514566550411,"profile":14473208297124147686,"path":16814040781141652773,"deps":[[2452538001284770427,"cfg_if",false,14437194710897603290]],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\getrandom-1fbb11084a2158ec\\dep-lib-getrandom"}}],"rustflags":[],"metadata":12606519392706294666,"config":2202906307356721367,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/getrandom-36ea54d909d8420e/dep-lib-getrandom b/target/debug/.fingerprint/getrandom-36ea54d909d8420e/dep-lib-getrandom new file mode 100644 index 0000000..1b1cb4d Binary files /dev/null and b/target/debug/.fingerprint/getrandom-36ea54d909d8420e/dep-lib-getrandom differ diff --git a/target/debug/.fingerprint/getrandom-36ea54d909d8420e/invoked.timestamp b/target/debug/.fingerprint/getrandom-36ea54d909d8420e/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/getrandom-36ea54d909d8420e/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/getrandom-36ea54d909d8420e/lib-getrandom b/target/debug/.fingerprint/getrandom-36ea54d909d8420e/lib-getrandom new file mode 100644 index 0000000..b77a8db --- /dev/null +++ b/target/debug/.fingerprint/getrandom-36ea54d909d8420e/lib-getrandom @@ -0,0 +1 @@ +9b75259b48d37316 \ No newline at end of file diff --git a/target/debug/.fingerprint/getrandom-36ea54d909d8420e/lib-getrandom.json b/target/debug/.fingerprint/getrandom-36ea54d909d8420e/lib-getrandom.json new file mode 100644 index 0000000..2963e7f --- /dev/null +++ b/target/debug/.fingerprint/getrandom-36ea54d909d8420e/lib-getrandom.json @@ -0,0 +1 @@ +{"rustc":3463790191383208604,"features":"[\"std\"]","target":16789414514566550411,"profile":644273664987288228,"path":16814040781141652773,"deps":[[2452538001284770427,"cfg_if",false,6451430107168063181]],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\getrandom-36ea54d909d8420e\\dep-lib-getrandom"}}],"rustflags":[],"metadata":12606519392706294666,"config":2202906307356721367,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/ppv-lite86-46c189c5ccdd28aa/dep-lib-ppv-lite86 b/target/debug/.fingerprint/ppv-lite86-46c189c5ccdd28aa/dep-lib-ppv-lite86 new file mode 100644 index 0000000..1b1cb4d Binary files /dev/null and b/target/debug/.fingerprint/ppv-lite86-46c189c5ccdd28aa/dep-lib-ppv-lite86 differ diff --git a/target/debug/.fingerprint/ppv-lite86-46c189c5ccdd28aa/invoked.timestamp b/target/debug/.fingerprint/ppv-lite86-46c189c5ccdd28aa/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/ppv-lite86-46c189c5ccdd28aa/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/ppv-lite86-46c189c5ccdd28aa/lib-ppv-lite86 b/target/debug/.fingerprint/ppv-lite86-46c189c5ccdd28aa/lib-ppv-lite86 new file mode 100644 index 0000000..7d85a78 --- /dev/null +++ b/target/debug/.fingerprint/ppv-lite86-46c189c5ccdd28aa/lib-ppv-lite86 @@ -0,0 +1 @@ +d27fd829a27b4e7f \ No newline at end of file diff --git a/target/debug/.fingerprint/ppv-lite86-46c189c5ccdd28aa/lib-ppv-lite86.json b/target/debug/.fingerprint/ppv-lite86-46c189c5ccdd28aa/lib-ppv-lite86.json new file mode 100644 index 0000000..1fec0b2 --- /dev/null +++ b/target/debug/.fingerprint/ppv-lite86-46c189c5ccdd28aa/lib-ppv-lite86.json @@ -0,0 +1 @@ +{"rustc":3463790191383208604,"features":"[\"simd\", \"std\"]","target":602634026009422966,"profile":644273664987288228,"path":988760514676926239,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\ppv-lite86-46c189c5ccdd28aa\\dep-lib-ppv-lite86"}}],"rustflags":[],"metadata":14155036307809790115,"config":2202906307356721367,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/ppv-lite86-f9ee2541d915b6ce/dep-lib-ppv-lite86 b/target/debug/.fingerprint/ppv-lite86-f9ee2541d915b6ce/dep-lib-ppv-lite86 new file mode 100644 index 0000000..1b1cb4d Binary files /dev/null and b/target/debug/.fingerprint/ppv-lite86-f9ee2541d915b6ce/dep-lib-ppv-lite86 differ diff --git a/target/debug/.fingerprint/ppv-lite86-f9ee2541d915b6ce/invoked.timestamp b/target/debug/.fingerprint/ppv-lite86-f9ee2541d915b6ce/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/ppv-lite86-f9ee2541d915b6ce/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/ppv-lite86-f9ee2541d915b6ce/lib-ppv-lite86 b/target/debug/.fingerprint/ppv-lite86-f9ee2541d915b6ce/lib-ppv-lite86 new file mode 100644 index 0000000..320acf8 --- /dev/null +++ b/target/debug/.fingerprint/ppv-lite86-f9ee2541d915b6ce/lib-ppv-lite86 @@ -0,0 +1 @@ +7df041ca4387af31 \ No newline at end of file diff --git a/target/debug/.fingerprint/ppv-lite86-f9ee2541d915b6ce/lib-ppv-lite86.json b/target/debug/.fingerprint/ppv-lite86-f9ee2541d915b6ce/lib-ppv-lite86.json new file mode 100644 index 0000000..4373553 --- /dev/null +++ b/target/debug/.fingerprint/ppv-lite86-f9ee2541d915b6ce/lib-ppv-lite86.json @@ -0,0 +1 @@ +{"rustc":3463790191383208604,"features":"[\"simd\", \"std\"]","target":602634026009422966,"profile":14473208297124147686,"path":988760514676926239,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\ppv-lite86-f9ee2541d915b6ce\\dep-lib-ppv-lite86"}}],"rustflags":[],"metadata":14155036307809790115,"config":2202906307356721367,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rand-4294a95353d21d45/dep-lib-rand b/target/debug/.fingerprint/rand-4294a95353d21d45/dep-lib-rand new file mode 100644 index 0000000..1b1cb4d Binary files /dev/null and b/target/debug/.fingerprint/rand-4294a95353d21d45/dep-lib-rand differ diff --git a/target/debug/.fingerprint/rand-4294a95353d21d45/invoked.timestamp b/target/debug/.fingerprint/rand-4294a95353d21d45/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/rand-4294a95353d21d45/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/rand-4294a95353d21d45/lib-rand b/target/debug/.fingerprint/rand-4294a95353d21d45/lib-rand new file mode 100644 index 0000000..5a6c655 --- /dev/null +++ b/target/debug/.fingerprint/rand-4294a95353d21d45/lib-rand @@ -0,0 +1 @@ +77dc191fef80f609 \ No newline at end of file diff --git a/target/debug/.fingerprint/rand-4294a95353d21d45/lib-rand.json b/target/debug/.fingerprint/rand-4294a95353d21d45/lib-rand.json new file mode 100644 index 0000000..47f86fd --- /dev/null +++ b/target/debug/.fingerprint/rand-4294a95353d21d45/lib-rand.json @@ -0,0 +1 @@ +{"rustc":3463790191383208604,"features":"[\"alloc\", \"default\", \"getrandom\", \"libc\", \"rand_chacha\", \"std\", \"std_rng\"]","target":17786277519600763311,"profile":14473208297124147686,"path":4493959868814606588,"deps":[[1565494060434293766,"rand_core",false,14114925849871828885],[12017018019769837221,"rand_chacha",false,1857391066360339079]],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\rand-4294a95353d21d45\\dep-lib-rand"}}],"rustflags":[],"metadata":16964019146302480911,"config":2202906307356721367,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rand-6658a89c7f065a3a/dep-lib-rand b/target/debug/.fingerprint/rand-6658a89c7f065a3a/dep-lib-rand new file mode 100644 index 0000000..1b1cb4d Binary files /dev/null and b/target/debug/.fingerprint/rand-6658a89c7f065a3a/dep-lib-rand differ diff --git a/target/debug/.fingerprint/rand-6658a89c7f065a3a/invoked.timestamp b/target/debug/.fingerprint/rand-6658a89c7f065a3a/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/rand-6658a89c7f065a3a/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/rand-6658a89c7f065a3a/lib-rand b/target/debug/.fingerprint/rand-6658a89c7f065a3a/lib-rand new file mode 100644 index 0000000..9ce4ad8 --- /dev/null +++ b/target/debug/.fingerprint/rand-6658a89c7f065a3a/lib-rand @@ -0,0 +1 @@ +2be02a7738c9d323 \ No newline at end of file diff --git a/target/debug/.fingerprint/rand-6658a89c7f065a3a/lib-rand.json b/target/debug/.fingerprint/rand-6658a89c7f065a3a/lib-rand.json new file mode 100644 index 0000000..6154fd9 --- /dev/null +++ b/target/debug/.fingerprint/rand-6658a89c7f065a3a/lib-rand.json @@ -0,0 +1 @@ +{"rustc":3463790191383208604,"features":"[\"alloc\", \"default\", \"getrandom\", \"libc\", \"rand_chacha\", \"std\", \"std_rng\"]","target":17786277519600763311,"profile":644273664987288228,"path":4493959868814606588,"deps":[[1565494060434293766,"rand_core",false,1017084572199781206],[12017018019769837221,"rand_chacha",false,17915958737512875964]],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\rand-6658a89c7f065a3a\\dep-lib-rand"}}],"rustflags":[],"metadata":16964019146302480911,"config":2202906307356721367,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rand_chacha-903d760bb7f19be4/dep-lib-rand_chacha b/target/debug/.fingerprint/rand_chacha-903d760bb7f19be4/dep-lib-rand_chacha new file mode 100644 index 0000000..1b1cb4d Binary files /dev/null and b/target/debug/.fingerprint/rand_chacha-903d760bb7f19be4/dep-lib-rand_chacha differ diff --git a/target/debug/.fingerprint/rand_chacha-903d760bb7f19be4/invoked.timestamp b/target/debug/.fingerprint/rand_chacha-903d760bb7f19be4/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/rand_chacha-903d760bb7f19be4/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/rand_chacha-903d760bb7f19be4/lib-rand_chacha b/target/debug/.fingerprint/rand_chacha-903d760bb7f19be4/lib-rand_chacha new file mode 100644 index 0000000..aeed251 --- /dev/null +++ b/target/debug/.fingerprint/rand_chacha-903d760bb7f19be4/lib-rand_chacha @@ -0,0 +1 @@ +bcc702888c45a2f8 \ No newline at end of file diff --git a/target/debug/.fingerprint/rand_chacha-903d760bb7f19be4/lib-rand_chacha.json b/target/debug/.fingerprint/rand_chacha-903d760bb7f19be4/lib-rand_chacha.json new file mode 100644 index 0000000..f669b89 --- /dev/null +++ b/target/debug/.fingerprint/rand_chacha-903d760bb7f19be4/lib-rand_chacha.json @@ -0,0 +1 @@ +{"rustc":3463790191383208604,"features":"[\"std\"]","target":3291831172522752161,"profile":644273664987288228,"path":16104696063133858415,"deps":[[1565494060434293766,"rand_core",false,1017084572199781206],[4511957894497802922,"ppv_lite86",false,9173405427417251794]],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\rand_chacha-903d760bb7f19be4\\dep-lib-rand_chacha"}}],"rustflags":[],"metadata":2235018391756195449,"config":2202906307356721367,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rand_chacha-a75a636f5abdb925/dep-lib-rand_chacha b/target/debug/.fingerprint/rand_chacha-a75a636f5abdb925/dep-lib-rand_chacha new file mode 100644 index 0000000..1b1cb4d Binary files /dev/null and b/target/debug/.fingerprint/rand_chacha-a75a636f5abdb925/dep-lib-rand_chacha differ diff --git a/target/debug/.fingerprint/rand_chacha-a75a636f5abdb925/invoked.timestamp b/target/debug/.fingerprint/rand_chacha-a75a636f5abdb925/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/rand_chacha-a75a636f5abdb925/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/rand_chacha-a75a636f5abdb925/lib-rand_chacha b/target/debug/.fingerprint/rand_chacha-a75a636f5abdb925/lib-rand_chacha new file mode 100644 index 0000000..5f3b0e8 --- /dev/null +++ b/target/debug/.fingerprint/rand_chacha-a75a636f5abdb925/lib-rand_chacha @@ -0,0 +1 @@ +875a647f55c7c619 \ No newline at end of file diff --git a/target/debug/.fingerprint/rand_chacha-a75a636f5abdb925/lib-rand_chacha.json b/target/debug/.fingerprint/rand_chacha-a75a636f5abdb925/lib-rand_chacha.json new file mode 100644 index 0000000..03b3700 --- /dev/null +++ b/target/debug/.fingerprint/rand_chacha-a75a636f5abdb925/lib-rand_chacha.json @@ -0,0 +1 @@ +{"rustc":3463790191383208604,"features":"[\"std\"]","target":3291831172522752161,"profile":14473208297124147686,"path":16104696063133858415,"deps":[[1565494060434293766,"rand_core",false,14114925849871828885],[4511957894497802922,"ppv_lite86",false,3580228954008711293]],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\rand_chacha-a75a636f5abdb925\\dep-lib-rand_chacha"}}],"rustflags":[],"metadata":2235018391756195449,"config":2202906307356721367,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rand_core-71b1b7be385a508d/dep-lib-rand_core b/target/debug/.fingerprint/rand_core-71b1b7be385a508d/dep-lib-rand_core new file mode 100644 index 0000000..1b1cb4d Binary files /dev/null and b/target/debug/.fingerprint/rand_core-71b1b7be385a508d/dep-lib-rand_core differ diff --git a/target/debug/.fingerprint/rand_core-71b1b7be385a508d/invoked.timestamp b/target/debug/.fingerprint/rand_core-71b1b7be385a508d/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/rand_core-71b1b7be385a508d/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/rand_core-71b1b7be385a508d/lib-rand_core b/target/debug/.fingerprint/rand_core-71b1b7be385a508d/lib-rand_core new file mode 100644 index 0000000..8cf2d08 --- /dev/null +++ b/target/debug/.fingerprint/rand_core-71b1b7be385a508d/lib-rand_core @@ -0,0 +1 @@ +56837f9807691d0e \ No newline at end of file diff --git a/target/debug/.fingerprint/rand_core-71b1b7be385a508d/lib-rand_core.json b/target/debug/.fingerprint/rand_core-71b1b7be385a508d/lib-rand_core.json new file mode 100644 index 0000000..9c475e6 --- /dev/null +++ b/target/debug/.fingerprint/rand_core-71b1b7be385a508d/lib-rand_core.json @@ -0,0 +1 @@ +{"rustc":3463790191383208604,"features":"[\"alloc\", \"getrandom\", \"std\"]","target":3042383198953219556,"profile":644273664987288228,"path":3115425736262552285,"deps":[[12202314575583203756,"getrandom",false,1617868999950169499]],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\rand_core-71b1b7be385a508d\\dep-lib-rand_core"}}],"rustflags":[],"metadata":3275543247315060703,"config":2202906307356721367,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/.fingerprint/rand_core-d2cd8916d8ed70d2/dep-lib-rand_core b/target/debug/.fingerprint/rand_core-d2cd8916d8ed70d2/dep-lib-rand_core new file mode 100644 index 0000000..1b1cb4d Binary files /dev/null and b/target/debug/.fingerprint/rand_core-d2cd8916d8ed70d2/dep-lib-rand_core differ diff --git a/target/debug/.fingerprint/rand_core-d2cd8916d8ed70d2/invoked.timestamp b/target/debug/.fingerprint/rand_core-d2cd8916d8ed70d2/invoked.timestamp new file mode 100644 index 0000000..e00328d --- /dev/null +++ b/target/debug/.fingerprint/rand_core-d2cd8916d8ed70d2/invoked.timestamp @@ -0,0 +1 @@ +This file has an mtime of when this was started. \ No newline at end of file diff --git a/target/debug/.fingerprint/rand_core-d2cd8916d8ed70d2/lib-rand_core b/target/debug/.fingerprint/rand_core-d2cd8916d8ed70d2/lib-rand_core new file mode 100644 index 0000000..30e6da4 --- /dev/null +++ b/target/debug/.fingerprint/rand_core-d2cd8916d8ed70d2/lib-rand_core @@ -0,0 +1 @@ +95c796c0464ae2c3 \ No newline at end of file diff --git a/target/debug/.fingerprint/rand_core-d2cd8916d8ed70d2/lib-rand_core.json b/target/debug/.fingerprint/rand_core-d2cd8916d8ed70d2/lib-rand_core.json new file mode 100644 index 0000000..f409034 --- /dev/null +++ b/target/debug/.fingerprint/rand_core-d2cd8916d8ed70d2/lib-rand_core.json @@ -0,0 +1 @@ +{"rustc":3463790191383208604,"features":"[\"alloc\", \"getrandom\", \"std\"]","target":3042383198953219556,"profile":14473208297124147686,"path":3115425736262552285,"deps":[[12202314575583203756,"getrandom",false,8804109575585943767]],"local":[{"CheckDepInfo":{"dep_info":"debug\\.fingerprint\\rand_core-d2cd8916d8ed70d2\\dep-lib-rand_core"}}],"rustflags":[],"metadata":3275543247315060703,"config":2202906307356721367,"compile_kind":0} \ No newline at end of file diff --git a/target/debug/Pagman.d b/target/debug/Pagman.d new file mode 100644 index 0000000..75de6e0 --- /dev/null +++ b/target/debug/Pagman.d @@ -0,0 +1 @@ +C:\Users\luziv\OneDrive\Área\ de\ Trabalho\Rust\Pagman\target\debug\Pagman.exe: C:\Users\luziv\OneDrive\Área\ de\ Trabalho\Rust\Pagman\src\main.rs diff --git a/target/debug/Pagman.exe b/target/debug/Pagman.exe new file mode 100644 index 0000000..cab8aeb Binary files /dev/null and b/target/debug/Pagman.exe differ diff --git a/target/debug/Pagman.pdb b/target/debug/Pagman.pdb new file mode 100644 index 0000000..7baf55f Binary files /dev/null and b/target/debug/Pagman.pdb differ diff --git a/target/debug/deps/Pagman-0c5b5cb191b232f1.d b/target/debug/deps/Pagman-0c5b5cb191b232f1.d new file mode 100644 index 0000000..aff6b35 --- /dev/null +++ b/target/debug/deps/Pagman-0c5b5cb191b232f1.d @@ -0,0 +1,5 @@ +C:\Users\luziv\OneDrive\Área de Trabalho\Rust\Pagman\target\debug\deps\Pagman-0c5b5cb191b232f1.rmeta: src\main.rs + +C:\Users\luziv\OneDrive\Área de Trabalho\Rust\Pagman\target\debug\deps\Pagman-0c5b5cb191b232f1.d: src\main.rs + +src\main.rs: diff --git a/target/debug/deps/Pagman-36d9c15662efc18f.d b/target/debug/deps/Pagman-36d9c15662efc18f.d new file mode 100644 index 0000000..4d9d6f1 --- /dev/null +++ b/target/debug/deps/Pagman-36d9c15662efc18f.d @@ -0,0 +1,5 @@ +C:\Users\luziv\OneDrive\Área de Trabalho\Rust\Pagman\target\debug\deps\Pagman-36d9c15662efc18f.rmeta: src\main.rs + +C:\Users\luziv\OneDrive\Área de Trabalho\Rust\Pagman\target\debug\deps\Pagman-36d9c15662efc18f.d: src\main.rs + +src\main.rs: diff --git a/target/debug/deps/Pagman-42f1b260828dd309.d b/target/debug/deps/Pagman-42f1b260828dd309.d new file mode 100644 index 0000000..a2ccc3f --- /dev/null +++ b/target/debug/deps/Pagman-42f1b260828dd309.d @@ -0,0 +1,5 @@ +C:\Users\luziv\OneDrive\Área de Trabalho\Rust\Pagman\target\debug\deps\Pagman-42f1b260828dd309.rmeta: src\main.rs + +C:\Users\luziv\OneDrive\Área de Trabalho\Rust\Pagman\target\debug\deps\Pagman-42f1b260828dd309.d: src\main.rs + +src\main.rs: diff --git a/target/debug/deps/Pagman-430eec954ae66de1.d b/target/debug/deps/Pagman-430eec954ae66de1.d new file mode 100644 index 0000000..782f3ff --- /dev/null +++ b/target/debug/deps/Pagman-430eec954ae66de1.d @@ -0,0 +1,5 @@ +C:\Users\luziv\OneDrive\Área de Trabalho\Rust\Pagman\target\debug\deps\Pagman-430eec954ae66de1.rmeta: src\main.rs + +C:\Users\luziv\OneDrive\Área de Trabalho\Rust\Pagman\target\debug\deps\Pagman-430eec954ae66de1.d: src\main.rs + +src\main.rs: diff --git a/target/debug/deps/Pagman.d b/target/debug/deps/Pagman.d new file mode 100644 index 0000000..75ba2ef --- /dev/null +++ b/target/debug/deps/Pagman.d @@ -0,0 +1,5 @@ +C:\Users\luziv\OneDrive\Área de Trabalho\Rust\Pagman\target\debug\deps\Pagman.exe: src\main.rs + +C:\Users\luziv\OneDrive\Área de Trabalho\Rust\Pagman\target\debug\deps\Pagman.d: src\main.rs + +src\main.rs: diff --git a/target/debug/deps/Pagman.exe b/target/debug/deps/Pagman.exe new file mode 100644 index 0000000..cab8aeb Binary files /dev/null and b/target/debug/deps/Pagman.exe differ diff --git a/target/debug/deps/Pagman.pdb b/target/debug/deps/Pagman.pdb new file mode 100644 index 0000000..7baf55f Binary files /dev/null and b/target/debug/deps/Pagman.pdb differ diff --git a/target/debug/deps/cfg_if-54ba3767ec7b107d.d b/target/debug/deps/cfg_if-54ba3767ec7b107d.d new file mode 100644 index 0000000..9d049c7 --- /dev/null +++ b/target/debug/deps/cfg_if-54ba3767ec7b107d.d @@ -0,0 +1,7 @@ +C:\Users\luziv\OneDrive\Área de Trabalho\Rust\Pagman\target\debug\deps\cfg_if-54ba3767ec7b107d.rmeta: C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\cfg-if-1.0.0\src\lib.rs + +C:\Users\luziv\OneDrive\Área de Trabalho\Rust\Pagman\target\debug\deps\libcfg_if-54ba3767ec7b107d.rlib: C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\cfg-if-1.0.0\src\lib.rs + +C:\Users\luziv\OneDrive\Área de Trabalho\Rust\Pagman\target\debug\deps\cfg_if-54ba3767ec7b107d.d: C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\cfg-if-1.0.0\src\lib.rs + +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\cfg-if-1.0.0\src\lib.rs: diff --git a/target/debug/deps/cfg_if-8fd5cd33b257384d.d b/target/debug/deps/cfg_if-8fd5cd33b257384d.d new file mode 100644 index 0000000..11993ee --- /dev/null +++ b/target/debug/deps/cfg_if-8fd5cd33b257384d.d @@ -0,0 +1,5 @@ +C:\Users\luziv\OneDrive\Área de Trabalho\Rust\Pagman\target\debug\deps\cfg_if-8fd5cd33b257384d.rmeta: C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\cfg-if-1.0.0\src\lib.rs + +C:\Users\luziv\OneDrive\Área de Trabalho\Rust\Pagman\target\debug\deps\cfg_if-8fd5cd33b257384d.d: C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\cfg-if-1.0.0\src\lib.rs + +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\cfg-if-1.0.0\src\lib.rs: diff --git a/target/debug/deps/getrandom-1fbb11084a2158ec.d b/target/debug/deps/getrandom-1fbb11084a2158ec.d new file mode 100644 index 0000000..1d6dab3 --- /dev/null +++ b/target/debug/deps/getrandom-1fbb11084a2158ec.d @@ -0,0 +1,9 @@ +C:\Users\luziv\OneDrive\Área de Trabalho\Rust\Pagman\target\debug\deps\getrandom-1fbb11084a2158ec.rmeta: C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\getrandom-0.2.10\src\lib.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\getrandom-0.2.10\src\error.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\getrandom-0.2.10\src\util.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\getrandom-0.2.10\src\error_impls.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\getrandom-0.2.10\src\windows.rs + +C:\Users\luziv\OneDrive\Área de Trabalho\Rust\Pagman\target\debug\deps\getrandom-1fbb11084a2158ec.d: C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\getrandom-0.2.10\src\lib.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\getrandom-0.2.10\src\error.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\getrandom-0.2.10\src\util.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\getrandom-0.2.10\src\error_impls.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\getrandom-0.2.10\src\windows.rs + +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\getrandom-0.2.10\src\lib.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\getrandom-0.2.10\src\error.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\getrandom-0.2.10\src\util.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\getrandom-0.2.10\src\error_impls.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\getrandom-0.2.10\src\windows.rs: diff --git a/target/debug/deps/getrandom-36ea54d909d8420e.d b/target/debug/deps/getrandom-36ea54d909d8420e.d new file mode 100644 index 0000000..f514283 --- /dev/null +++ b/target/debug/deps/getrandom-36ea54d909d8420e.d @@ -0,0 +1,11 @@ +C:\Users\luziv\OneDrive\Área de Trabalho\Rust\Pagman\target\debug\deps\getrandom-36ea54d909d8420e.rmeta: C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\getrandom-0.2.10\src\lib.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\getrandom-0.2.10\src\error.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\getrandom-0.2.10\src\util.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\getrandom-0.2.10\src\error_impls.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\getrandom-0.2.10\src\windows.rs + +C:\Users\luziv\OneDrive\Área de Trabalho\Rust\Pagman\target\debug\deps\libgetrandom-36ea54d909d8420e.rlib: C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\getrandom-0.2.10\src\lib.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\getrandom-0.2.10\src\error.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\getrandom-0.2.10\src\util.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\getrandom-0.2.10\src\error_impls.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\getrandom-0.2.10\src\windows.rs + +C:\Users\luziv\OneDrive\Área de Trabalho\Rust\Pagman\target\debug\deps\getrandom-36ea54d909d8420e.d: C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\getrandom-0.2.10\src\lib.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\getrandom-0.2.10\src\error.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\getrandom-0.2.10\src\util.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\getrandom-0.2.10\src\error_impls.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\getrandom-0.2.10\src\windows.rs + +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\getrandom-0.2.10\src\lib.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\getrandom-0.2.10\src\error.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\getrandom-0.2.10\src\util.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\getrandom-0.2.10\src\error_impls.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\getrandom-0.2.10\src\windows.rs: diff --git a/target/debug/deps/libPagman-0c5b5cb191b232f1.rmeta b/target/debug/deps/libPagman-0c5b5cb191b232f1.rmeta new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/deps/libPagman-36d9c15662efc18f.rmeta b/target/debug/deps/libPagman-36d9c15662efc18f.rmeta new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/deps/libPagman-42f1b260828dd309.rmeta b/target/debug/deps/libPagman-42f1b260828dd309.rmeta new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/deps/libPagman-430eec954ae66de1.rmeta b/target/debug/deps/libPagman-430eec954ae66de1.rmeta new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/deps/libcfg_if-54ba3767ec7b107d.rlib b/target/debug/deps/libcfg_if-54ba3767ec7b107d.rlib new file mode 100644 index 0000000..e3fb1a2 Binary files /dev/null and b/target/debug/deps/libcfg_if-54ba3767ec7b107d.rlib differ diff --git a/target/debug/deps/libcfg_if-54ba3767ec7b107d.rmeta b/target/debug/deps/libcfg_if-54ba3767ec7b107d.rmeta new file mode 100644 index 0000000..a802f65 Binary files /dev/null and b/target/debug/deps/libcfg_if-54ba3767ec7b107d.rmeta differ diff --git a/target/debug/deps/libcfg_if-8fd5cd33b257384d.rmeta b/target/debug/deps/libcfg_if-8fd5cd33b257384d.rmeta new file mode 100644 index 0000000..1480baa Binary files /dev/null and b/target/debug/deps/libcfg_if-8fd5cd33b257384d.rmeta differ diff --git a/target/debug/deps/libgetrandom-1fbb11084a2158ec.rmeta b/target/debug/deps/libgetrandom-1fbb11084a2158ec.rmeta new file mode 100644 index 0000000..34e5f8f Binary files /dev/null and b/target/debug/deps/libgetrandom-1fbb11084a2158ec.rmeta differ diff --git a/target/debug/deps/libgetrandom-36ea54d909d8420e.rlib b/target/debug/deps/libgetrandom-36ea54d909d8420e.rlib new file mode 100644 index 0000000..e508c4b Binary files /dev/null and b/target/debug/deps/libgetrandom-36ea54d909d8420e.rlib differ diff --git a/target/debug/deps/libgetrandom-36ea54d909d8420e.rmeta b/target/debug/deps/libgetrandom-36ea54d909d8420e.rmeta new file mode 100644 index 0000000..f94f828 Binary files /dev/null and b/target/debug/deps/libgetrandom-36ea54d909d8420e.rmeta differ diff --git a/target/debug/deps/libppv_lite86-46c189c5ccdd28aa.rlib b/target/debug/deps/libppv_lite86-46c189c5ccdd28aa.rlib new file mode 100644 index 0000000..f7f81ca Binary files /dev/null and b/target/debug/deps/libppv_lite86-46c189c5ccdd28aa.rlib differ diff --git a/target/debug/deps/libppv_lite86-46c189c5ccdd28aa.rmeta b/target/debug/deps/libppv_lite86-46c189c5ccdd28aa.rmeta new file mode 100644 index 0000000..f1a21a5 Binary files /dev/null and b/target/debug/deps/libppv_lite86-46c189c5ccdd28aa.rmeta differ diff --git a/target/debug/deps/libppv_lite86-f9ee2541d915b6ce.rmeta b/target/debug/deps/libppv_lite86-f9ee2541d915b6ce.rmeta new file mode 100644 index 0000000..50bd7b9 Binary files /dev/null and b/target/debug/deps/libppv_lite86-f9ee2541d915b6ce.rmeta differ diff --git a/target/debug/deps/librand-4294a95353d21d45.rmeta b/target/debug/deps/librand-4294a95353d21d45.rmeta new file mode 100644 index 0000000..63704bf Binary files /dev/null and b/target/debug/deps/librand-4294a95353d21d45.rmeta differ diff --git a/target/debug/deps/librand-6658a89c7f065a3a.rlib b/target/debug/deps/librand-6658a89c7f065a3a.rlib new file mode 100644 index 0000000..2612d8b Binary files /dev/null and b/target/debug/deps/librand-6658a89c7f065a3a.rlib differ diff --git a/target/debug/deps/librand-6658a89c7f065a3a.rmeta b/target/debug/deps/librand-6658a89c7f065a3a.rmeta new file mode 100644 index 0000000..91be6b7 Binary files /dev/null and b/target/debug/deps/librand-6658a89c7f065a3a.rmeta differ diff --git a/target/debug/deps/librand_chacha-903d760bb7f19be4.rlib b/target/debug/deps/librand_chacha-903d760bb7f19be4.rlib new file mode 100644 index 0000000..15d0a30 Binary files /dev/null and b/target/debug/deps/librand_chacha-903d760bb7f19be4.rlib differ diff --git a/target/debug/deps/librand_chacha-903d760bb7f19be4.rmeta b/target/debug/deps/librand_chacha-903d760bb7f19be4.rmeta new file mode 100644 index 0000000..b740318 Binary files /dev/null and b/target/debug/deps/librand_chacha-903d760bb7f19be4.rmeta differ diff --git a/target/debug/deps/librand_chacha-a75a636f5abdb925.rmeta b/target/debug/deps/librand_chacha-a75a636f5abdb925.rmeta new file mode 100644 index 0000000..dea9614 Binary files /dev/null and b/target/debug/deps/librand_chacha-a75a636f5abdb925.rmeta differ diff --git a/target/debug/deps/librand_core-71b1b7be385a508d.rlib b/target/debug/deps/librand_core-71b1b7be385a508d.rlib new file mode 100644 index 0000000..a0ff8e4 Binary files /dev/null and b/target/debug/deps/librand_core-71b1b7be385a508d.rlib differ diff --git a/target/debug/deps/librand_core-71b1b7be385a508d.rmeta b/target/debug/deps/librand_core-71b1b7be385a508d.rmeta new file mode 100644 index 0000000..228aa04 Binary files /dev/null and b/target/debug/deps/librand_core-71b1b7be385a508d.rmeta differ diff --git a/target/debug/deps/librand_core-d2cd8916d8ed70d2.rmeta b/target/debug/deps/librand_core-d2cd8916d8ed70d2.rmeta new file mode 100644 index 0000000..053849f Binary files /dev/null and b/target/debug/deps/librand_core-d2cd8916d8ed70d2.rmeta differ diff --git a/target/debug/deps/ppv_lite86-46c189c5ccdd28aa.d b/target/debug/deps/ppv_lite86-46c189c5ccdd28aa.d new file mode 100644 index 0000000..b504a22 --- /dev/null +++ b/target/debug/deps/ppv_lite86-46c189c5ccdd28aa.d @@ -0,0 +1,11 @@ +C:\Users\luziv\OneDrive\Área de Trabalho\Rust\Pagman\target\debug\deps\ppv_lite86-46c189c5ccdd28aa.rmeta: C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\ppv-lite86-0.2.17\src\lib.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\ppv-lite86-0.2.17\src\soft.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\ppv-lite86-0.2.17\src\types.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\ppv-lite86-0.2.17\src\x86_64\mod.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\ppv-lite86-0.2.17\src\x86_64\sse2.rs + +C:\Users\luziv\OneDrive\Área de Trabalho\Rust\Pagman\target\debug\deps\libppv_lite86-46c189c5ccdd28aa.rlib: C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\ppv-lite86-0.2.17\src\lib.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\ppv-lite86-0.2.17\src\soft.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\ppv-lite86-0.2.17\src\types.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\ppv-lite86-0.2.17\src\x86_64\mod.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\ppv-lite86-0.2.17\src\x86_64\sse2.rs + +C:\Users\luziv\OneDrive\Área de Trabalho\Rust\Pagman\target\debug\deps\ppv_lite86-46c189c5ccdd28aa.d: C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\ppv-lite86-0.2.17\src\lib.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\ppv-lite86-0.2.17\src\soft.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\ppv-lite86-0.2.17\src\types.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\ppv-lite86-0.2.17\src\x86_64\mod.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\ppv-lite86-0.2.17\src\x86_64\sse2.rs + +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\ppv-lite86-0.2.17\src\lib.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\ppv-lite86-0.2.17\src\soft.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\ppv-lite86-0.2.17\src\types.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\ppv-lite86-0.2.17\src\x86_64\mod.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\ppv-lite86-0.2.17\src\x86_64\sse2.rs: diff --git a/target/debug/deps/ppv_lite86-f9ee2541d915b6ce.d b/target/debug/deps/ppv_lite86-f9ee2541d915b6ce.d new file mode 100644 index 0000000..46d77d2 --- /dev/null +++ b/target/debug/deps/ppv_lite86-f9ee2541d915b6ce.d @@ -0,0 +1,9 @@ +C:\Users\luziv\OneDrive\Área de Trabalho\Rust\Pagman\target\debug\deps\ppv_lite86-f9ee2541d915b6ce.rmeta: C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\ppv-lite86-0.2.17\src\lib.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\ppv-lite86-0.2.17\src\soft.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\ppv-lite86-0.2.17\src\types.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\ppv-lite86-0.2.17\src\x86_64\mod.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\ppv-lite86-0.2.17\src\x86_64\sse2.rs + +C:\Users\luziv\OneDrive\Área de Trabalho\Rust\Pagman\target\debug\deps\ppv_lite86-f9ee2541d915b6ce.d: C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\ppv-lite86-0.2.17\src\lib.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\ppv-lite86-0.2.17\src\soft.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\ppv-lite86-0.2.17\src\types.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\ppv-lite86-0.2.17\src\x86_64\mod.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\ppv-lite86-0.2.17\src\x86_64\sse2.rs + +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\ppv-lite86-0.2.17\src\lib.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\ppv-lite86-0.2.17\src\soft.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\ppv-lite86-0.2.17\src\types.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\ppv-lite86-0.2.17\src\x86_64\mod.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\ppv-lite86-0.2.17\src\x86_64\sse2.rs: diff --git a/target/debug/deps/rand-4294a95353d21d45.d b/target/debug/deps/rand-4294a95353d21d45.d new file mode 100644 index 0000000..f178fa7 --- /dev/null +++ b/target/debug/deps/rand-4294a95353d21d45.d @@ -0,0 +1,27 @@ +C:\Users\luziv\OneDrive\Área de Trabalho\Rust\Pagman\target\debug\deps\rand-4294a95353d21d45.rmeta: C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\lib.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\mod.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\bernoulli.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\distribution.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\float.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\integer.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\other.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\slice.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\utils.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\weighted_index.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\uniform.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\weighted.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\prelude.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rng.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rngs\mod.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rngs\adapter\mod.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rngs\adapter\read.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rngs\adapter\reseeding.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rngs\mock.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rngs\std.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rngs\thread.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\seq\mod.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\seq\index.rs + +C:\Users\luziv\OneDrive\Área de Trabalho\Rust\Pagman\target\debug\deps\rand-4294a95353d21d45.d: C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\lib.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\mod.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\bernoulli.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\distribution.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\float.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\integer.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\other.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\slice.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\utils.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\weighted_index.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\uniform.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\weighted.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\prelude.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rng.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rngs\mod.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rngs\adapter\mod.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rngs\adapter\read.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rngs\adapter\reseeding.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rngs\mock.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rngs\std.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rngs\thread.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\seq\mod.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\seq\index.rs + +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\lib.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\mod.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\bernoulli.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\distribution.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\float.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\integer.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\other.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\slice.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\utils.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\weighted_index.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\uniform.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\weighted.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\prelude.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rng.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rngs\mod.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rngs\adapter\mod.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rngs\adapter\read.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rngs\adapter\reseeding.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rngs\mock.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rngs\std.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rngs\thread.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\seq\mod.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\seq\index.rs: diff --git a/target/debug/deps/rand-6658a89c7f065a3a.d b/target/debug/deps/rand-6658a89c7f065a3a.d new file mode 100644 index 0000000..d51a0a0 --- /dev/null +++ b/target/debug/deps/rand-6658a89c7f065a3a.d @@ -0,0 +1,29 @@ +C:\Users\luziv\OneDrive\Área de Trabalho\Rust\Pagman\target\debug\deps\rand-6658a89c7f065a3a.rmeta: C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\lib.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\mod.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\bernoulli.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\distribution.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\float.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\integer.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\other.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\slice.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\utils.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\weighted_index.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\uniform.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\weighted.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\prelude.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rng.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rngs\mod.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rngs\adapter\mod.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rngs\adapter\read.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rngs\adapter\reseeding.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rngs\mock.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rngs\std.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rngs\thread.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\seq\mod.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\seq\index.rs + +C:\Users\luziv\OneDrive\Área de Trabalho\Rust\Pagman\target\debug\deps\librand-6658a89c7f065a3a.rlib: C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\lib.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\mod.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\bernoulli.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\distribution.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\float.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\integer.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\other.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\slice.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\utils.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\weighted_index.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\uniform.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\weighted.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\prelude.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rng.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rngs\mod.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rngs\adapter\mod.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rngs\adapter\read.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rngs\adapter\reseeding.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rngs\mock.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rngs\std.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rngs\thread.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\seq\mod.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\seq\index.rs + +C:\Users\luziv\OneDrive\Área de Trabalho\Rust\Pagman\target\debug\deps\rand-6658a89c7f065a3a.d: C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\lib.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\mod.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\bernoulli.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\distribution.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\float.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\integer.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\other.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\slice.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\utils.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\weighted_index.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\uniform.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\weighted.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\prelude.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rng.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rngs\mod.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rngs\adapter\mod.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rngs\adapter\read.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rngs\adapter\reseeding.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rngs\mock.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rngs\std.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rngs\thread.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\seq\mod.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\seq\index.rs + +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\lib.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\mod.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\bernoulli.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\distribution.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\float.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\integer.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\other.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\slice.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\utils.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\weighted_index.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\uniform.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\distributions\weighted.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\prelude.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rng.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rngs\mod.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rngs\adapter\mod.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rngs\adapter\read.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rngs\adapter\reseeding.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rngs\mock.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rngs\std.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\rngs\thread.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\seq\mod.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand-0.8.5\src\seq\index.rs: diff --git a/target/debug/deps/rand_chacha-903d760bb7f19be4.d b/target/debug/deps/rand_chacha-903d760bb7f19be4.d new file mode 100644 index 0000000..8859b05 --- /dev/null +++ b/target/debug/deps/rand_chacha-903d760bb7f19be4.d @@ -0,0 +1,9 @@ +C:\Users\luziv\OneDrive\Área de Trabalho\Rust\Pagman\target\debug\deps\rand_chacha-903d760bb7f19be4.rmeta: C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_chacha-0.3.1\src\lib.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_chacha-0.3.1\src\chacha.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_chacha-0.3.1\src\guts.rs + +C:\Users\luziv\OneDrive\Área de Trabalho\Rust\Pagman\target\debug\deps\librand_chacha-903d760bb7f19be4.rlib: C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_chacha-0.3.1\src\lib.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_chacha-0.3.1\src\chacha.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_chacha-0.3.1\src\guts.rs + +C:\Users\luziv\OneDrive\Área de Trabalho\Rust\Pagman\target\debug\deps\rand_chacha-903d760bb7f19be4.d: C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_chacha-0.3.1\src\lib.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_chacha-0.3.1\src\chacha.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_chacha-0.3.1\src\guts.rs + +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_chacha-0.3.1\src\lib.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_chacha-0.3.1\src\chacha.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_chacha-0.3.1\src\guts.rs: diff --git a/target/debug/deps/rand_chacha-a75a636f5abdb925.d b/target/debug/deps/rand_chacha-a75a636f5abdb925.d new file mode 100644 index 0000000..fb378d3 --- /dev/null +++ b/target/debug/deps/rand_chacha-a75a636f5abdb925.d @@ -0,0 +1,7 @@ +C:\Users\luziv\OneDrive\Área de Trabalho\Rust\Pagman\target\debug\deps\rand_chacha-a75a636f5abdb925.rmeta: C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_chacha-0.3.1\src\lib.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_chacha-0.3.1\src\chacha.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_chacha-0.3.1\src\guts.rs + +C:\Users\luziv\OneDrive\Área de Trabalho\Rust\Pagman\target\debug\deps\rand_chacha-a75a636f5abdb925.d: C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_chacha-0.3.1\src\lib.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_chacha-0.3.1\src\chacha.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_chacha-0.3.1\src\guts.rs + +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_chacha-0.3.1\src\lib.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_chacha-0.3.1\src\chacha.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_chacha-0.3.1\src\guts.rs: diff --git a/target/debug/deps/rand_core-71b1b7be385a508d.d b/target/debug/deps/rand_core-71b1b7be385a508d.d new file mode 100644 index 0000000..9d0fec6 --- /dev/null +++ b/target/debug/deps/rand_core-71b1b7be385a508d.d @@ -0,0 +1,12 @@ +C:\Users\luziv\OneDrive\Área de Trabalho\Rust\Pagman\target\debug\deps\rand_core-71b1b7be385a508d.rmeta: C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_core-0.6.4\src\lib.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_core-0.6.4\src\block.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_core-0.6.4\src\error.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_core-0.6.4\src\impls.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_core-0.6.4\src\le.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_core-0.6.4\src\os.rs + +C:\Users\luziv\OneDrive\Área de Trabalho\Rust\Pagman\target\debug\deps\librand_core-71b1b7be385a508d.rlib: C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_core-0.6.4\src\lib.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_core-0.6.4\src\block.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_core-0.6.4\src\error.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_core-0.6.4\src\impls.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_core-0.6.4\src\le.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_core-0.6.4\src\os.rs + +C:\Users\luziv\OneDrive\Área de Trabalho\Rust\Pagman\target\debug\deps\rand_core-71b1b7be385a508d.d: C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_core-0.6.4\src\lib.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_core-0.6.4\src\block.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_core-0.6.4\src\error.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_core-0.6.4\src\impls.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_core-0.6.4\src\le.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_core-0.6.4\src\os.rs + +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_core-0.6.4\src\lib.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_core-0.6.4\src\block.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_core-0.6.4\src\error.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_core-0.6.4\src\impls.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_core-0.6.4\src\le.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_core-0.6.4\src\os.rs: diff --git a/target/debug/deps/rand_core-d2cd8916d8ed70d2.d b/target/debug/deps/rand_core-d2cd8916d8ed70d2.d new file mode 100644 index 0000000..8e6baff --- /dev/null +++ b/target/debug/deps/rand_core-d2cd8916d8ed70d2.d @@ -0,0 +1,10 @@ +C:\Users\luziv\OneDrive\Área de Trabalho\Rust\Pagman\target\debug\deps\rand_core-d2cd8916d8ed70d2.rmeta: C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_core-0.6.4\src\lib.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_core-0.6.4\src\block.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_core-0.6.4\src\error.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_core-0.6.4\src\impls.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_core-0.6.4\src\le.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_core-0.6.4\src\os.rs + +C:\Users\luziv\OneDrive\Área de Trabalho\Rust\Pagman\target\debug\deps\rand_core-d2cd8916d8ed70d2.d: C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_core-0.6.4\src\lib.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_core-0.6.4\src\block.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_core-0.6.4\src\error.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_core-0.6.4\src\impls.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_core-0.6.4\src\le.rs C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_core-0.6.4\src\os.rs + +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_core-0.6.4\src\lib.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_core-0.6.4\src\block.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_core-0.6.4\src\error.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_core-0.6.4\src\impls.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_core-0.6.4\src\le.rs: +C:\Users\luziv\.cargo\registry\src\index.crates.io-6f17d22bba15001f\rand_core-0.6.4\src\os.rs: diff --git a/target/debug/incremental/Pagman-20ebuu7hr1uvd/s-gpxzlp4x9f-cmvxew-2m7k8yaae9bbyut2rsl7tt9j1/dep-graph.bin b/target/debug/incremental/Pagman-20ebuu7hr1uvd/s-gpxzlp4x9f-cmvxew-2m7k8yaae9bbyut2rsl7tt9j1/dep-graph.bin new file mode 100644 index 0000000..f57c87d Binary files /dev/null and b/target/debug/incremental/Pagman-20ebuu7hr1uvd/s-gpxzlp4x9f-cmvxew-2m7k8yaae9bbyut2rsl7tt9j1/dep-graph.bin differ diff --git a/target/debug/incremental/Pagman-20ebuu7hr1uvd/s-gpxzlp4x9f-cmvxew-2m7k8yaae9bbyut2rsl7tt9j1/query-cache.bin b/target/debug/incremental/Pagman-20ebuu7hr1uvd/s-gpxzlp4x9f-cmvxew-2m7k8yaae9bbyut2rsl7tt9j1/query-cache.bin new file mode 100644 index 0000000..6931ebe Binary files /dev/null and b/target/debug/incremental/Pagman-20ebuu7hr1uvd/s-gpxzlp4x9f-cmvxew-2m7k8yaae9bbyut2rsl7tt9j1/query-cache.bin differ diff --git a/target/debug/incremental/Pagman-20ebuu7hr1uvd/s-gpxzlp4x9f-cmvxew-2m7k8yaae9bbyut2rsl7tt9j1/work-products.bin b/target/debug/incremental/Pagman-20ebuu7hr1uvd/s-gpxzlp4x9f-cmvxew-2m7k8yaae9bbyut2rsl7tt9j1/work-products.bin new file mode 100644 index 0000000..5143fb2 Binary files /dev/null and b/target/debug/incremental/Pagman-20ebuu7hr1uvd/s-gpxzlp4x9f-cmvxew-2m7k8yaae9bbyut2rsl7tt9j1/work-products.bin differ diff --git a/target/debug/incremental/Pagman-20ebuu7hr1uvd/s-gpxzlp4x9f-cmvxew.lock b/target/debug/incremental/Pagman-20ebuu7hr1uvd/s-gpxzlp4x9f-cmvxew.lock new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/incremental/Pagman-2apkfhu8adeos/s-gpxxpu48lm-17h4umu-lsqrl1kfhcarclwleh6yde0o/dep-graph.bin b/target/debug/incremental/Pagman-2apkfhu8adeos/s-gpxxpu48lm-17h4umu-lsqrl1kfhcarclwleh6yde0o/dep-graph.bin new file mode 100644 index 0000000..5612b99 Binary files /dev/null and b/target/debug/incremental/Pagman-2apkfhu8adeos/s-gpxxpu48lm-17h4umu-lsqrl1kfhcarclwleh6yde0o/dep-graph.bin differ diff --git a/target/debug/incremental/Pagman-2apkfhu8adeos/s-gpxxpu48lm-17h4umu-lsqrl1kfhcarclwleh6yde0o/query-cache.bin b/target/debug/incremental/Pagman-2apkfhu8adeos/s-gpxxpu48lm-17h4umu-lsqrl1kfhcarclwleh6yde0o/query-cache.bin new file mode 100644 index 0000000..a9c1dfb Binary files /dev/null and b/target/debug/incremental/Pagman-2apkfhu8adeos/s-gpxxpu48lm-17h4umu-lsqrl1kfhcarclwleh6yde0o/query-cache.bin differ diff --git a/target/debug/incremental/Pagman-2apkfhu8adeos/s-gpxxpu48lm-17h4umu-lsqrl1kfhcarclwleh6yde0o/work-products.bin b/target/debug/incremental/Pagman-2apkfhu8adeos/s-gpxxpu48lm-17h4umu-lsqrl1kfhcarclwleh6yde0o/work-products.bin new file mode 100644 index 0000000..5143fb2 Binary files /dev/null and b/target/debug/incremental/Pagman-2apkfhu8adeos/s-gpxxpu48lm-17h4umu-lsqrl1kfhcarclwleh6yde0o/work-products.bin differ diff --git a/target/debug/incremental/Pagman-2apkfhu8adeos/s-gpxxpu48lm-17h4umu.lock b/target/debug/incremental/Pagman-2apkfhu8adeos/s-gpxxpu48lm-17h4umu.lock new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/incremental/Pagman-2apkfhu8adeos/s-gpxy0sd9qm-15nkd5y-working/dep-graph.bin b/target/debug/incremental/Pagman-2apkfhu8adeos/s-gpxy0sd9qm-15nkd5y-working/dep-graph.bin new file mode 100644 index 0000000..5612b99 Binary files /dev/null and b/target/debug/incremental/Pagman-2apkfhu8adeos/s-gpxy0sd9qm-15nkd5y-working/dep-graph.bin differ diff --git a/target/debug/incremental/Pagman-2apkfhu8adeos/s-gpxy0sd9qm-15nkd5y-working/dep-graph.part.bin b/target/debug/incremental/Pagman-2apkfhu8adeos/s-gpxy0sd9qm-15nkd5y-working/dep-graph.part.bin new file mode 100644 index 0000000..8b6b52d Binary files /dev/null and b/target/debug/incremental/Pagman-2apkfhu8adeos/s-gpxy0sd9qm-15nkd5y-working/dep-graph.part.bin differ diff --git a/target/debug/incremental/Pagman-2apkfhu8adeos/s-gpxy0sd9qm-15nkd5y-working/query-cache.bin b/target/debug/incremental/Pagman-2apkfhu8adeos/s-gpxy0sd9qm-15nkd5y-working/query-cache.bin new file mode 100644 index 0000000..a9c1dfb Binary files /dev/null and b/target/debug/incremental/Pagman-2apkfhu8adeos/s-gpxy0sd9qm-15nkd5y-working/query-cache.bin differ diff --git a/target/debug/incremental/Pagman-2apkfhu8adeos/s-gpxy0sd9qm-15nkd5y-working/work-products.bin b/target/debug/incremental/Pagman-2apkfhu8adeos/s-gpxy0sd9qm-15nkd5y-working/work-products.bin new file mode 100644 index 0000000..5143fb2 Binary files /dev/null and b/target/debug/incremental/Pagman-2apkfhu8adeos/s-gpxy0sd9qm-15nkd5y-working/work-products.bin differ diff --git a/target/debug/incremental/Pagman-2apkfhu8adeos/s-gpxy0sd9qm-15nkd5y.lock b/target/debug/incremental/Pagman-2apkfhu8adeos/s-gpxy0sd9qm-15nkd5y.lock new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/incremental/Pagman-377mxvotkzh5s/s-gpxxpu48lt-1bv162o-4tlu9mo5kcsraiiyd47dr3qej/dep-graph.bin b/target/debug/incremental/Pagman-377mxvotkzh5s/s-gpxxpu48lt-1bv162o-4tlu9mo5kcsraiiyd47dr3qej/dep-graph.bin new file mode 100644 index 0000000..b8d2b43 Binary files /dev/null and b/target/debug/incremental/Pagman-377mxvotkzh5s/s-gpxxpu48lt-1bv162o-4tlu9mo5kcsraiiyd47dr3qej/dep-graph.bin differ diff --git a/target/debug/incremental/Pagman-377mxvotkzh5s/s-gpxxpu48lt-1bv162o-4tlu9mo5kcsraiiyd47dr3qej/query-cache.bin b/target/debug/incremental/Pagman-377mxvotkzh5s/s-gpxxpu48lt-1bv162o-4tlu9mo5kcsraiiyd47dr3qej/query-cache.bin new file mode 100644 index 0000000..748ddbc Binary files /dev/null and b/target/debug/incremental/Pagman-377mxvotkzh5s/s-gpxxpu48lt-1bv162o-4tlu9mo5kcsraiiyd47dr3qej/query-cache.bin differ diff --git a/target/debug/incremental/Pagman-377mxvotkzh5s/s-gpxxpu48lt-1bv162o-4tlu9mo5kcsraiiyd47dr3qej/work-products.bin b/target/debug/incremental/Pagman-377mxvotkzh5s/s-gpxxpu48lt-1bv162o-4tlu9mo5kcsraiiyd47dr3qej/work-products.bin new file mode 100644 index 0000000..5143fb2 Binary files /dev/null and b/target/debug/incremental/Pagman-377mxvotkzh5s/s-gpxxpu48lt-1bv162o-4tlu9mo5kcsraiiyd47dr3qej/work-products.bin differ diff --git a/target/debug/incremental/Pagman-377mxvotkzh5s/s-gpxxpu48lt-1bv162o.lock b/target/debug/incremental/Pagman-377mxvotkzh5s/s-gpxxpu48lt-1bv162o.lock new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/incremental/Pagman-377mxvotkzh5s/s-gpxy0sd6qs-16gx3kw-working/dep-graph.bin b/target/debug/incremental/Pagman-377mxvotkzh5s/s-gpxy0sd6qs-16gx3kw-working/dep-graph.bin new file mode 100644 index 0000000..b8d2b43 Binary files /dev/null and b/target/debug/incremental/Pagman-377mxvotkzh5s/s-gpxy0sd6qs-16gx3kw-working/dep-graph.bin differ diff --git a/target/debug/incremental/Pagman-377mxvotkzh5s/s-gpxy0sd6qs-16gx3kw-working/dep-graph.part.bin b/target/debug/incremental/Pagman-377mxvotkzh5s/s-gpxy0sd6qs-16gx3kw-working/dep-graph.part.bin new file mode 100644 index 0000000..9e838b0 Binary files /dev/null and b/target/debug/incremental/Pagman-377mxvotkzh5s/s-gpxy0sd6qs-16gx3kw-working/dep-graph.part.bin differ diff --git a/target/debug/incremental/Pagman-377mxvotkzh5s/s-gpxy0sd6qs-16gx3kw-working/query-cache.bin b/target/debug/incremental/Pagman-377mxvotkzh5s/s-gpxy0sd6qs-16gx3kw-working/query-cache.bin new file mode 100644 index 0000000..748ddbc Binary files /dev/null and b/target/debug/incremental/Pagman-377mxvotkzh5s/s-gpxy0sd6qs-16gx3kw-working/query-cache.bin differ diff --git a/target/debug/incremental/Pagman-377mxvotkzh5s/s-gpxy0sd6qs-16gx3kw-working/work-products.bin b/target/debug/incremental/Pagman-377mxvotkzh5s/s-gpxy0sd6qs-16gx3kw-working/work-products.bin new file mode 100644 index 0000000..5143fb2 Binary files /dev/null and b/target/debug/incremental/Pagman-377mxvotkzh5s/s-gpxy0sd6qs-16gx3kw-working/work-products.bin differ diff --git a/target/debug/incremental/Pagman-377mxvotkzh5s/s-gpxy0sd6qs-16gx3kw.lock b/target/debug/incremental/Pagman-377mxvotkzh5s/s-gpxy0sd6qs-16gx3kw.lock new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/17g6khps6ssuuwqz.o b/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/17g6khps6ssuuwqz.o new file mode 100644 index 0000000..ab5aca3 Binary files /dev/null and b/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/17g6khps6ssuuwqz.o differ diff --git a/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/18qfza17evv7239a.o b/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/18qfza17evv7239a.o new file mode 100644 index 0000000..abc4145 Binary files /dev/null and b/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/18qfza17evv7239a.o differ diff --git a/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/1f71jtsamiowdsmy.o b/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/1f71jtsamiowdsmy.o new file mode 100644 index 0000000..33d62c4 Binary files /dev/null and b/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/1f71jtsamiowdsmy.o differ diff --git a/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/1onnty6prznnfnj7.o b/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/1onnty6prznnfnj7.o new file mode 100644 index 0000000..af59220 Binary files /dev/null and b/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/1onnty6prznnfnj7.o differ diff --git a/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/2eygh6xa0usr9j2m.o b/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/2eygh6xa0usr9j2m.o new file mode 100644 index 0000000..521772f Binary files /dev/null and b/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/2eygh6xa0usr9j2m.o differ diff --git a/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/2g6tdgbvo0tfrbsm.o b/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/2g6tdgbvo0tfrbsm.o new file mode 100644 index 0000000..9a6a419 Binary files /dev/null and b/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/2g6tdgbvo0tfrbsm.o differ diff --git a/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/2ozltuyepvzbiyn5.o b/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/2ozltuyepvzbiyn5.o new file mode 100644 index 0000000..16b76d9 Binary files /dev/null and b/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/2ozltuyepvzbiyn5.o differ diff --git a/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/3mt6r3wardfa52tu.o b/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/3mt6r3wardfa52tu.o new file mode 100644 index 0000000..9067ae3 Binary files /dev/null and b/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/3mt6r3wardfa52tu.o differ diff --git a/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/3mvkv353glvd3xbc.o b/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/3mvkv353glvd3xbc.o new file mode 100644 index 0000000..39470e0 Binary files /dev/null and b/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/3mvkv353glvd3xbc.o differ diff --git a/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/3oy9xx4cocn9ilu6.o b/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/3oy9xx4cocn9ilu6.o new file mode 100644 index 0000000..43adb27 Binary files /dev/null and b/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/3oy9xx4cocn9ilu6.o differ diff --git a/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/40rblkpguy3obkwy.o b/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/40rblkpguy3obkwy.o new file mode 100644 index 0000000..e04c85c Binary files /dev/null and b/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/40rblkpguy3obkwy.o differ diff --git a/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/4bddsd0aro9k6r68.o b/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/4bddsd0aro9k6r68.o new file mode 100644 index 0000000..4f635e5 Binary files /dev/null and b/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/4bddsd0aro9k6r68.o differ diff --git a/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/51udo4kkhuv36ucy.o b/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/51udo4kkhuv36ucy.o new file mode 100644 index 0000000..655f1fb Binary files /dev/null and b/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/51udo4kkhuv36ucy.o differ diff --git a/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/5b2u8hlj59emij8u.o b/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/5b2u8hlj59emij8u.o new file mode 100644 index 0000000..5c6dde4 Binary files /dev/null and b/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/5b2u8hlj59emij8u.o differ diff --git a/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/8f1fb819cpbke5n.o b/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/8f1fb819cpbke5n.o new file mode 100644 index 0000000..32dd882 Binary files /dev/null and b/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/8f1fb819cpbke5n.o differ diff --git a/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/dep-graph.bin b/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/dep-graph.bin new file mode 100644 index 0000000..b51ed60 Binary files /dev/null and b/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/dep-graph.bin differ diff --git a/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/egpvat4hm6c3c49.o b/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/egpvat4hm6c3c49.o new file mode 100644 index 0000000..75ffbc9 Binary files /dev/null and b/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/egpvat4hm6c3c49.o differ diff --git a/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/query-cache.bin b/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/query-cache.bin new file mode 100644 index 0000000..66b8af3 Binary files /dev/null and b/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/query-cache.bin differ diff --git a/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/work-products.bin b/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/work-products.bin new file mode 100644 index 0000000..192fa71 Binary files /dev/null and b/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4-e3lqy9avh5rrnx4cognyxp7d2/work-products.bin differ diff --git a/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4.lock b/target/debug/incremental/Pagman-3hz26p7mr5owc/s-gpxzl3sghi-14sckv4.lock new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/incremental/Pagman-3q5beyc30e2cc/s-gpxiqpls4y-3zd51c-2eh5d5w17ucgb62vv2p0rxefz/15ubobdqq76xv6gr.o b/target/debug/incremental/Pagman-3q5beyc30e2cc/s-gpxiqpls4y-3zd51c-2eh5d5w17ucgb62vv2p0rxefz/15ubobdqq76xv6gr.o new file mode 100644 index 0000000..91f0b77 Binary files /dev/null and b/target/debug/incremental/Pagman-3q5beyc30e2cc/s-gpxiqpls4y-3zd51c-2eh5d5w17ucgb62vv2p0rxefz/15ubobdqq76xv6gr.o differ diff --git a/target/debug/incremental/Pagman-3q5beyc30e2cc/s-gpxiqpls4y-3zd51c-2eh5d5w17ucgb62vv2p0rxefz/1bi7p0kmom2keyll.o b/target/debug/incremental/Pagman-3q5beyc30e2cc/s-gpxiqpls4y-3zd51c-2eh5d5w17ucgb62vv2p0rxefz/1bi7p0kmom2keyll.o new file mode 100644 index 0000000..d1f9529 Binary files /dev/null and b/target/debug/incremental/Pagman-3q5beyc30e2cc/s-gpxiqpls4y-3zd51c-2eh5d5w17ucgb62vv2p0rxefz/1bi7p0kmom2keyll.o differ diff --git a/target/debug/incremental/Pagman-3q5beyc30e2cc/s-gpxiqpls4y-3zd51c-2eh5d5w17ucgb62vv2p0rxefz/3040b3fylarpbb1p.o b/target/debug/incremental/Pagman-3q5beyc30e2cc/s-gpxiqpls4y-3zd51c-2eh5d5w17ucgb62vv2p0rxefz/3040b3fylarpbb1p.o new file mode 100644 index 0000000..d95bd0d Binary files /dev/null and b/target/debug/incremental/Pagman-3q5beyc30e2cc/s-gpxiqpls4y-3zd51c-2eh5d5w17ucgb62vv2p0rxefz/3040b3fylarpbb1p.o differ diff --git a/target/debug/incremental/Pagman-3q5beyc30e2cc/s-gpxiqpls4y-3zd51c-2eh5d5w17ucgb62vv2p0rxefz/3437hrouuwopfguo.o b/target/debug/incremental/Pagman-3q5beyc30e2cc/s-gpxiqpls4y-3zd51c-2eh5d5w17ucgb62vv2p0rxefz/3437hrouuwopfguo.o new file mode 100644 index 0000000..9d0a229 Binary files /dev/null and b/target/debug/incremental/Pagman-3q5beyc30e2cc/s-gpxiqpls4y-3zd51c-2eh5d5w17ucgb62vv2p0rxefz/3437hrouuwopfguo.o differ diff --git a/target/debug/incremental/Pagman-3q5beyc30e2cc/s-gpxiqpls4y-3zd51c-2eh5d5w17ucgb62vv2p0rxefz/4473aino6rwm7rvn.o b/target/debug/incremental/Pagman-3q5beyc30e2cc/s-gpxiqpls4y-3zd51c-2eh5d5w17ucgb62vv2p0rxefz/4473aino6rwm7rvn.o new file mode 100644 index 0000000..9c37b30 Binary files /dev/null and b/target/debug/incremental/Pagman-3q5beyc30e2cc/s-gpxiqpls4y-3zd51c-2eh5d5w17ucgb62vv2p0rxefz/4473aino6rwm7rvn.o differ diff --git a/target/debug/incremental/Pagman-3q5beyc30e2cc/s-gpxiqpls4y-3zd51c-2eh5d5w17ucgb62vv2p0rxefz/dep-graph.bin b/target/debug/incremental/Pagman-3q5beyc30e2cc/s-gpxiqpls4y-3zd51c-2eh5d5w17ucgb62vv2p0rxefz/dep-graph.bin new file mode 100644 index 0000000..0c80a4c Binary files /dev/null and b/target/debug/incremental/Pagman-3q5beyc30e2cc/s-gpxiqpls4y-3zd51c-2eh5d5w17ucgb62vv2p0rxefz/dep-graph.bin differ diff --git a/target/debug/incremental/Pagman-3q5beyc30e2cc/s-gpxiqpls4y-3zd51c-2eh5d5w17ucgb62vv2p0rxefz/mtb82n8r1oc87qt.o b/target/debug/incremental/Pagman-3q5beyc30e2cc/s-gpxiqpls4y-3zd51c-2eh5d5w17ucgb62vv2p0rxefz/mtb82n8r1oc87qt.o new file mode 100644 index 0000000..df6104f Binary files /dev/null and b/target/debug/incremental/Pagman-3q5beyc30e2cc/s-gpxiqpls4y-3zd51c-2eh5d5w17ucgb62vv2p0rxefz/mtb82n8r1oc87qt.o differ diff --git a/target/debug/incremental/Pagman-3q5beyc30e2cc/s-gpxiqpls4y-3zd51c-2eh5d5w17ucgb62vv2p0rxefz/query-cache.bin b/target/debug/incremental/Pagman-3q5beyc30e2cc/s-gpxiqpls4y-3zd51c-2eh5d5w17ucgb62vv2p0rxefz/query-cache.bin new file mode 100644 index 0000000..392b5e4 Binary files /dev/null and b/target/debug/incremental/Pagman-3q5beyc30e2cc/s-gpxiqpls4y-3zd51c-2eh5d5w17ucgb62vv2p0rxefz/query-cache.bin differ diff --git a/target/debug/incremental/Pagman-3q5beyc30e2cc/s-gpxiqpls4y-3zd51c-2eh5d5w17ucgb62vv2p0rxefz/work-products.bin b/target/debug/incremental/Pagman-3q5beyc30e2cc/s-gpxiqpls4y-3zd51c-2eh5d5w17ucgb62vv2p0rxefz/work-products.bin new file mode 100644 index 0000000..e94ebcc Binary files /dev/null and b/target/debug/incremental/Pagman-3q5beyc30e2cc/s-gpxiqpls4y-3zd51c-2eh5d5w17ucgb62vv2p0rxefz/work-products.bin differ diff --git a/target/debug/incremental/Pagman-3q5beyc30e2cc/s-gpxiqpls4y-3zd51c.lock b/target/debug/incremental/Pagman-3q5beyc30e2cc/s-gpxiqpls4y-3zd51c.lock new file mode 100644 index 0000000..e69de29 diff --git a/target/debug/incremental/Pagman-5q2yxkgr258l/s-gpxzlp4zwe-3n5fr8-bk7rnj77ttxgi4l2nwj4mqs09/dep-graph.bin b/target/debug/incremental/Pagman-5q2yxkgr258l/s-gpxzlp4zwe-3n5fr8-bk7rnj77ttxgi4l2nwj4mqs09/dep-graph.bin new file mode 100644 index 0000000..a4d9fda Binary files /dev/null and b/target/debug/incremental/Pagman-5q2yxkgr258l/s-gpxzlp4zwe-3n5fr8-bk7rnj77ttxgi4l2nwj4mqs09/dep-graph.bin differ diff --git a/target/debug/incremental/Pagman-5q2yxkgr258l/s-gpxzlp4zwe-3n5fr8-bk7rnj77ttxgi4l2nwj4mqs09/query-cache.bin b/target/debug/incremental/Pagman-5q2yxkgr258l/s-gpxzlp4zwe-3n5fr8-bk7rnj77ttxgi4l2nwj4mqs09/query-cache.bin new file mode 100644 index 0000000..78ea283 Binary files /dev/null and b/target/debug/incremental/Pagman-5q2yxkgr258l/s-gpxzlp4zwe-3n5fr8-bk7rnj77ttxgi4l2nwj4mqs09/query-cache.bin differ diff --git a/target/debug/incremental/Pagman-5q2yxkgr258l/s-gpxzlp4zwe-3n5fr8-bk7rnj77ttxgi4l2nwj4mqs09/work-products.bin b/target/debug/incremental/Pagman-5q2yxkgr258l/s-gpxzlp4zwe-3n5fr8-bk7rnj77ttxgi4l2nwj4mqs09/work-products.bin new file mode 100644 index 0000000..5143fb2 Binary files /dev/null and b/target/debug/incremental/Pagman-5q2yxkgr258l/s-gpxzlp4zwe-3n5fr8-bk7rnj77ttxgi4l2nwj4mqs09/work-products.bin differ diff --git a/target/debug/incremental/Pagman-5q2yxkgr258l/s-gpxzlp4zwe-3n5fr8.lock b/target/debug/incremental/Pagman-5q2yxkgr258l/s-gpxzlp4zwe-3n5fr8.lock new file mode 100644 index 0000000..e69de29