[INFO] updating cached repository CrystalGamma/oxide [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/CrystalGamma/oxide [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/CrystalGamma/oxide" "work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/CrystalGamma/oxide"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/CrystalGamma/oxide'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/CrystalGamma/oxide" "work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/CrystalGamma/oxide"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/CrystalGamma/oxide'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a57beed551fbb87d422c665969eb5d3c31c261a7 [INFO] sha for GitHub repo CrystalGamma/oxide: a57beed551fbb87d422c665969eb5d3c31c261a7 [INFO] validating manifest of CrystalGamma/oxide on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of CrystalGamma/oxide on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing CrystalGamma/oxide [INFO] finished frobbing CrystalGamma/oxide [INFO] frobbed toml for CrystalGamma/oxide written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/CrystalGamma/oxide/Cargo.toml [INFO] started frobbing CrystalGamma/oxide [INFO] finished frobbing CrystalGamma/oxide [INFO] frobbed toml for CrystalGamma/oxide written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/CrystalGamma/oxide/Cargo.toml [INFO] crate CrystalGamma/oxide already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking CrystalGamma/oxide against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-4/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/CrystalGamma/oxide:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 819af31d46c1cd9dff9736b7f3bd385de85c2412826f25e0cdea715d6c11a916 [INFO] running `"docker" "start" "-a" "819af31d46c1cd9dff9736b7f3bd385de85c2412826f25e0cdea715d6c11a916"` [INFO] [stderr] Checking compile v0.0.1 (/opt/crater/workdir) [INFO] [stderr] error: expected argument name, found `:` [INFO] [stderr] --> src/main.rs:67:10 [INFO] [stderr] | [INFO] [stderr] 66 | Record(None, ref cont) => content.iter().zip(cont.iter()).map( [INFO] [stderr] | -- while parsing the `match` arm starting here [INFO] [stderr] 67 | |&: (a, b)| superimpose(b, &func.values[*a].typ).unwrap() [INFO] [stderr] | ^ expected argument name [INFO] [stderr] [INFO] [stderr] error: expected argument name, found `:` [INFO] [stderr] --> src/main.rs:67:10 [INFO] [stderr] | [INFO] [stderr] 66 | Record(None, ref cont) => content.iter().zip(cont.iter()).map( [INFO] [stderr] | -- while parsing the `match` arm starting here [INFO] [stderr] 67 | |&: (a, b)| superimpose(b, &func.values[*a].typ).unwrap() [INFO] [stderr] | ^ expected argument name [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Show` in this scope [INFO] [stderr] --> src/main.rs:3:10 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(Show, PartialEq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Show` in this scope [INFO] [stderr] --> src/main.rs:5:10 [INFO] [stderr] | [INFO] [stderr] 5 | #[derive(Show, PartialEq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Show` in this scope [INFO] [stderr] --> src/main.rs:8:28 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(PartialEq, Clone, Show)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Show` in this scope [INFO] [stderr] --> src/main.rs:14:10 [INFO] [stderr] | [INFO] [stderr] 14 | #[derive(Show, PartialEq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Show` in this scope [INFO] [stderr] --> src/main.rs:21:10 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Show, PartialEq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Show` in this scope [INFO] [stderr] --> src/main.rs:28:10 [INFO] [stderr] | [INFO] [stderr] 28 | #[derive(Show, PartialEq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Show` in this scope [INFO] [stderr] --> src/main.rs:41:10 [INFO] [stderr] | [INFO] [stderr] 41 | #[derive(Show, PartialEq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Show` in this scope [INFO] [stderr] --> src/main.rs:48:10 [INFO] [stderr] | [INFO] [stderr] 48 | #[derive(Show, PartialEq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Show` in this scope [INFO] [stderr] --> src/main.rs:55:10 [INFO] [stderr] | [INFO] [stderr] 55 | #[derive(Show)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error[E0601]: `main` function not found in crate `compile` [INFO] [stderr] | [INFO] [stderr] = note: consider adding a `main` function to `src/main.rs` [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/main.rs:65:29 [INFO] [stderr] | [INFO] [stderr] 65 | func.values[pos].typ = Record(None, match func.values[pos].typ { [INFO] [stderr] | ____________________________________________^ [INFO] [stderr] 66 | | Record(None, ref cont) => content.iter().zip(cont.iter()).map( [INFO] [stderr] 67 | | |&: (a, b)| superimpose(b, &func.values[*a].typ).unwrap() [INFO] [stderr] 68 | | ).collect(), [INFO] [stderr] ... | [INFO] [stderr] 71 | | _ => return Err(TypeError) [INFO] [stderr] 72 | | }); [INFO] [stderr] | |______________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_code)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `unwrap` found for type `std::result::Result` in the current scope [INFO] [stderr] --> src/main.rs:107:71 [INFO] [stderr] | [INFO] [stderr] 107 | func.values[idx].typ = superimpose(&func.values[idx].typ, &typ).unwrap(); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the method `unwrap` exists but the following trait bounds were not satisfied: [INFO] [stderr] `TypeError : std::fmt::Debug` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `unwrap` found for type `std::result::Result<(), TypeError>` in the current scope [INFO] [stderr] --> src/main.rs:120:27 [INFO] [stderr] | [INFO] [stderr] 120 | infer_forward(&mut func).unwrap(); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the method `unwrap` exists but the following trait bounds were not satisfied: [INFO] [stderr] `TypeError : std::fmt::Debug` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `unwrap` found for type `std::result::Result<(), TypeError>` in the current scope [INFO] [stderr] --> src/main.rs:121:28 [INFO] [stderr] | [INFO] [stderr] 121 | infer_backward(&mut func).unwrap(); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the method `unwrap` exists but the following trait bounds were not satisfied: [INFO] [stderr] `TypeError : std::fmt::Debug` [INFO] [stderr] [INFO] [stderr] error[E0277]: `Function` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> src/main.rs:122:19 [INFO] [stderr] | [INFO] [stderr] 122 | println!("{:?}", func); [INFO] [stderr] | ^^^^ `Function` cannot be formatted using `{:?}` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `Function` [INFO] [stderr] = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` [INFO] [stderr] = note: required by `std::fmt::Debug::fmt` [INFO] [stderr] [INFO] [stderr] error: aborting due to 15 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0599, E0601. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> src/main.rs:166:63 [INFO] [stderr] | [INFO] [stderr] 166 | }), Function { blocks: vec![BBlock { vars: param, ops: vec![(0u, Tuple(Vec::new())), (1u, Return(0u32))], goto: DeadEnd }], values: vec![Value { typ: Record(None, Vec::new()), value: ValueKnowledge, pos: CodeReference }], type_params: vec!["Drop"] }); [INFO] [stderr] | ^^ invalid suffix `u` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: invalid suffix `u` for integer literal [INFO] [stderr] --> src/main.rs:166:88 [INFO] [stderr] | [INFO] [stderr] 166 | }), Function { blocks: vec![BBlock { vars: param, ops: vec![(0u, Tuple(Vec::new())), (1u, Return(0u32))], goto: DeadEnd }], values: vec![Value { typ: Record(None, Vec::new()), value: ValueKnowledge, pos: CodeReference }], type_params: vec!["Drop"] }); [INFO] [stderr] | ^^ invalid suffix `u` [INFO] [stderr] | [INFO] [stderr] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Show` in this scope [INFO] [stderr] --> src/main.rs:3:10 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(Show, PartialEq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Show` in this scope [INFO] [stderr] --> src/main.rs:5:10 [INFO] [stderr] | [INFO] [stderr] 5 | #[derive(Show, PartialEq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Show` in this scope [INFO] [stderr] --> src/main.rs:8:28 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(PartialEq, Clone, Show)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Show` in this scope [INFO] [stderr] --> src/main.rs:14:10 [INFO] [stderr] | [INFO] [stderr] 14 | #[derive(Show, PartialEq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Show` in this scope [INFO] [stderr] --> src/main.rs:21:10 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Show, PartialEq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Show` in this scope [INFO] [stderr] --> src/main.rs:28:10 [INFO] [stderr] | [INFO] [stderr] 28 | #[derive(Show, PartialEq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Show` in this scope [INFO] [stderr] --> src/main.rs:41:10 [INFO] [stderr] | [INFO] [stderr] 41 | #[derive(Show, PartialEq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Show` in this scope [INFO] [stderr] --> src/main.rs:48:10 [INFO] [stderr] | [INFO] [stderr] 48 | #[derive(Show, PartialEq)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find derive macro `Show` in this scope [INFO] [stderr] --> src/main.rs:55:10 [INFO] [stderr] | [INFO] [stderr] 55 | #[derive(Show)] [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: Could not compile `compile`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0425]: cannot find value `DeadEnd` in this scope [INFO] [stderr] --> src/main.rs:166:114 [INFO] [stderr] | [INFO] [stderr] 166 | }), Function { blocks: vec![BBlock { vars: param, ops: vec![(0u, Tuple(Vec::new())), (1u, Return(0u32))], goto: DeadEnd }], values: vec![Value { typ: Record(None, Vec::new()), value: ValueKnowledge, pos: CodeReference }], type_params: vec!["Drop"] }); [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use Goto::DeadEnd; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/main.rs:65:29 [INFO] [stderr] | [INFO] [stderr] 65 | func.values[pos].typ = Record(None, match func.values[pos].typ { [INFO] [stderr] | ____________________________________________^ [INFO] [stderr] 66 | | Record(None, ref cont) => content.iter().zip(cont.iter()).map( [INFO] [stderr] 67 | | |&: (a, b)| superimpose(b, &func.values[*a].typ).unwrap() [INFO] [stderr] 68 | | ).collect(), [INFO] [stderr] ... | [INFO] [stderr] 71 | | _ => return Err(TypeError) [INFO] [stderr] 72 | | }); [INFO] [stderr] | |______________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_code)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `unwrap` found for type `std::result::Result` in the current scope [INFO] [stderr] --> src/main.rs:107:71 [INFO] [stderr] | [INFO] [stderr] 107 | func.values[idx].typ = superimpose(&func.values[idx].typ, &typ).unwrap(); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the method `unwrap` exists but the following trait bounds were not satisfied: [INFO] [stderr] `TypeError : std::fmt::Debug` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `unwrap` found for type `std::result::Result<(), TypeError>` in the current scope [INFO] [stderr] --> src/main.rs:120:27 [INFO] [stderr] | [INFO] [stderr] 120 | infer_forward(&mut func).unwrap(); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the method `unwrap` exists but the following trait bounds were not satisfied: [INFO] [stderr] `TypeError : std::fmt::Debug` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `unwrap` found for type `std::result::Result<(), TypeError>` in the current scope [INFO] [stderr] --> src/main.rs:121:28 [INFO] [stderr] | [INFO] [stderr] 121 | infer_backward(&mut func).unwrap(); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the method `unwrap` exists but the following trait bounds were not satisfied: [INFO] [stderr] `TypeError : std::fmt::Debug` [INFO] [stderr] [INFO] [stderr] error[E0277]: `Function` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> src/main.rs:122:19 [INFO] [stderr] | [INFO] [stderr] 122 | println!("{:?}", func); [INFO] [stderr] | ^^^^ `Function` cannot be formatted using `{:?}` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `Function` [INFO] [stderr] = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` [INFO] [stderr] = note: required by `std::fmt::Debug::fmt` [INFO] [stderr] [INFO] [stderr] error[E0277]: `Function` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> src/main.rs:131:2 [INFO] [stderr] | [INFO] [stderr] 131 | assert_eq!(type_inference(Function { [INFO] [stderr] | _____^ [INFO] [stderr] 132 | | blocks: vec![ BBlock { [INFO] [stderr] 133 | | vars: HashMap::new(), // no parameters [INFO] [stderr] 134 | | ops: vec![ (0, Tuple(Vec::new())), [INFO] [stderr] ... | [INFO] [stderr] 143 | | type_params: Vec::new() [INFO] [stderr] 144 | | }), Function { blocks: vec![BBlock { vars: HashMap::new(), ops: vec![(0, Tuple(Vec::new())), (1, Return(0))], goto: Goto::DeadEnd }], values: vec![Value { typ: Record(None, vec![]), value: ValueKnowledge, pos: CodeReference }], type_params: Vec::new() }); [INFO] [stderr] | |___________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________^ `Function` cannot be formatted using `{:?}` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `Function` [INFO] [stderr] = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&Function` [INFO] [stderr] = note: required by `std::fmt::Debug::fmt` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: `Function` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> src/main.rs:131:2 [INFO] [stderr] | [INFO] [stderr] 131 | assert_eq!(type_inference(Function { [INFO] [stderr] | _____^ [INFO] [stderr] 132 | | blocks: vec![ BBlock { [INFO] [stderr] 133 | | vars: HashMap::new(), // no parameters [INFO] [stderr] 134 | | ops: vec![ (0, Tuple(Vec::new())), [INFO] [stderr] ... | [INFO] [stderr] 143 | | type_params: Vec::new() [INFO] [stderr] 144 | | }), Function { blocks: vec![BBlock { vars: HashMap::new(), ops: vec![(0, Tuple(Vec::new())), (1, Return(0))], goto: Goto::DeadEnd }], values: vec![Value { typ: Record(None, vec![]), value: ValueKnowledge, pos: CodeReference }], type_params: Vec::new() }); [INFO] [stderr] | |___________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________^ `Function` cannot be formatted using `{:?}` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `Function` [INFO] [stderr] = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&Function` [INFO] [stderr] = note: required by `std::fmt::Debug::fmt` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/main.rs:166:242 [INFO] [stderr] | [INFO] [stderr] 166 | }), Function { blocks: vec![BBlock { vars: param, ops: vec![(0u, Tuple(Vec::new())), (1u, Return(0u32))], goto: DeadEnd }], values: vec![Value { typ: Record(None, Vec::new()), value: ValueKnowledge, pos: CodeReference }], type_params: vec!["Drop"] }); [INFO] [stderr] | ^^^^^^ expected struct `std::string::String`, found reference [INFO] [stderr] | [INFO] [stderr] = note: expected type `std::string::String` [INFO] [stderr] found type `&'static str` [INFO] [stderr] [INFO] [stderr] error[E0277]: `Function` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> src/main.rs:153:2 [INFO] [stderr] | [INFO] [stderr] 153 | assert_eq!(type_inference(Function { [INFO] [stderr] | _____^ [INFO] [stderr] 154 | | blocks: vec![ BBlock { [INFO] [stderr] 155 | | vars: param.clone(), [INFO] [stderr] 156 | | ops: vec![ (0, Tuple(Vec::new())), [INFO] [stderr] ... | [INFO] [stderr] 165 | | type_params: vec![ "Drop".to_string() ], [INFO] [stderr] 166 | | }), Function { blocks: vec![BBlock { vars: param, ops: vec![(0u, Tuple(Vec::new())), (1u, Return(0u32))], goto: DeadEnd }], values: vec![Value { typ: Record(None, Vec::new()), value: ValueKnowledge, pos: CodeReference }], type_params: vec!["Drop"] }); [INFO] [stderr] | |_______________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________^ `Function` cannot be formatted using `{:?}` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `Function` [INFO] [stderr] = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&Function` [INFO] [stderr] = note: required by `std::fmt::Debug::fmt` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: `Function` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> src/main.rs:153:2 [INFO] [stderr] | [INFO] [stderr] 153 | assert_eq!(type_inference(Function { [INFO] [stderr] | _____^ [INFO] [stderr] 154 | | blocks: vec![ BBlock { [INFO] [stderr] 155 | | vars: param.clone(), [INFO] [stderr] 156 | | ops: vec![ (0, Tuple(Vec::new())), [INFO] [stderr] ... | [INFO] [stderr] 165 | | type_params: vec![ "Drop".to_string() ], [INFO] [stderr] 166 | | }), Function { blocks: vec![BBlock { vars: param, ops: vec![(0u, Tuple(Vec::new())), (1u, Return(0u32))], goto: DeadEnd }], values: vec![Value { typ: Record(None, Vec::new()), value: ValueKnowledge, pos: CodeReference }], type_params: vec!["Drop"] }); [INFO] [stderr] | |_______________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________^ `Function` cannot be formatted using `{:?}` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `Function` [INFO] [stderr] = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` [INFO] [stderr] = note: required because of the requirements on the impl of `std::fmt::Debug` for `&Function` [INFO] [stderr] = note: required by `std::fmt::Debug::fmt` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 22 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0308, E0425, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `compile`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "819af31d46c1cd9dff9736b7f3bd385de85c2412826f25e0cdea715d6c11a916"` [INFO] running `"docker" "rm" "-f" "819af31d46c1cd9dff9736b7f3bd385de85c2412826f25e0cdea715d6c11a916"` [INFO] [stdout] 819af31d46c1cd9dff9736b7f3bd385de85c2412826f25e0cdea715d6c11a916