[INFO] fetching crate tele_codegen 0.2.0... [INFO] checking tele_codegen-0.2.0 against try#c659ee110de67e82444e4b6c8407c1a9af9c2cf6 for pr-145608-1 [INFO] extracting crate tele_codegen 0.2.0 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate tele_codegen 0.2.0 [INFO] finished tweaking crates.io crate tele_codegen 0.2.0 [INFO] tweaked toml for crates.io crate tele_codegen 0.2.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate tele_codegen 0.2.0 on toolchain c659ee110de67e82444e4b6c8407c1a9af9c2cf6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 26 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d22f0116cbc6134da2768d24270455917e063a413f0779165b6a1094d06848f2 [INFO] running `Command { std: "docker" "start" "-a" "d22f0116cbc6134da2768d24270455917e063a413f0779165b6a1094d06848f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d22f0116cbc6134da2768d24270455917e063a413f0779165b6a1094d06848f2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d22f0116cbc6134da2768d24270455917e063a413f0779165b6a1094d06848f2", kill_on_drop: false }` [INFO] [stdout] d22f0116cbc6134da2768d24270455917e063a413f0779165b6a1094d06848f2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3024b413db1f7f9feb9609532cb7d8047c47683f6cfd6222f9dd323665fe7304 [INFO] running `Command { std: "docker" "start" "-a" "3024b413db1f7f9feb9609532cb7d8047c47683f6cfd6222f9dd323665fe7304", kill_on_drop: false }` [INFO] [stderr] Checking tele_utils v0.2.0 [INFO] [stderr] Checking similar v2.7.0 [INFO] [stderr] Checking console v0.15.11 [INFO] [stderr] Checking tele_tokenizer v0.2.0 [INFO] [stderr] Checking tele_parser v0.2.0 [INFO] [stderr] Checking tele_visit v0.2.0 [INFO] [stderr] Checking tele_codegen v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `column` is never read [INFO] [stdout] --> src/lib.rs:117:3 [INFO] [stdout] | [INFO] [stdout] 114 | pub struct Codegen<'a, W: Write> { [INFO] [stdout] | ------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 117 | column: usize, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a trait [INFO] [stdout] --> src/lib.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | pub trait CodeGenerator { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | #![warn(missing_docs)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/lib.rs:16:3 [INFO] [stdout] | [INFO] [stdout] 16 | fn generate(&mut self, ast: AstType) -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/lib.rs:20:3 [INFO] [stdout] | [INFO] [stdout] 20 | fn gen_ss_node(&mut self, ss_node: &StyleSheetNode) -> Result<(), Box>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/lib.rs:21:3 [INFO] [stdout] | [INFO] [stdout] 21 | fn gen_rule_set_node(&mut self, rule_set_node: &RuleSetNode) -> Result<(), Box>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/lib.rs:22:3 [INFO] [stdout] | [INFO] [stdout] 22 | fn gen_at_rule_node(&mut self, at_rule_node: &AtRuleNode) -> Result<(), Box>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/lib.rs:23:3 [INFO] [stdout] | [INFO] [stdout] 23 | fn gen_decl_node(&mut self, at_rule_node: &DeclarationNode) -> Result<(), Box>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/lib.rs:24:3 [INFO] [stdout] | [INFO] [stdout] 24 | fn gen_decl_value(&mut self, values: &Vec, top_level: bool) -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/lib.rs:47:3 [INFO] [stdout] | [INFO] [stdout] 47 | / fn gen_ident_node( [INFO] [stdout] 48 | | &mut self, [INFO] [stdout] 49 | | ident_node: &IdentNode, [INFO] [stdout] 50 | | is_last: bool, [INFO] [stdout] 51 | | last_should_padding: bool, [INFO] [stdout] 52 | | ) -> Result<(), Box>; [INFO] [stdout] | |__________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/lib.rs:53:3 [INFO] [stdout] | [INFO] [stdout] 53 | / fn gen_dimension_node( [INFO] [stdout] 54 | | &mut self, [INFO] [stdout] 55 | | dimension_node: &DimensionNode, [INFO] [stdout] 56 | | is_last: bool, [INFO] [stdout] 57 | | last_should_padding: bool, [INFO] [stdout] 58 | | ) -> Result<(), Box>; [INFO] [stdout] | |__________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/lib.rs:59:3 [INFO] [stdout] | [INFO] [stdout] 59 | / fn gen_number_node( [INFO] [stdout] 60 | | &mut self, [INFO] [stdout] 61 | | number_node: &NumberNode, [INFO] [stdout] 62 | | is_last: bool, [INFO] [stdout] 63 | | last_should_padding: bool, [INFO] [stdout] 64 | | ) -> Result<(), Box>; [INFO] [stdout] | |__________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/lib.rs:65:3 [INFO] [stdout] | [INFO] [stdout] 65 | / fn gen_operator_node( [INFO] [stdout] 66 | | &mut self, [INFO] [stdout] 67 | | operator_node: &OperatorNode, [INFO] [stdout] 68 | | is_last: bool, [INFO] [stdout] 69 | | last_should_padding: bool, [INFO] [stdout] 70 | | ) -> Result<(), Box>; [INFO] [stdout] | |__________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/lib.rs:71:3 [INFO] [stdout] | [INFO] [stdout] 71 | / fn gen_percentage_node( [INFO] [stdout] 72 | | &mut self, [INFO] [stdout] 73 | | percentage_node: &PercentageNode, [INFO] [stdout] 74 | | is_last: bool, [INFO] [stdout] 75 | | last_should_padding: bool, [INFO] [stdout] 76 | | ) -> Result<(), Box>; [INFO] [stdout] | |__________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/lib.rs:77:3 [INFO] [stdout] | [INFO] [stdout] 77 | / fn gen_string_node( [INFO] [stdout] 78 | | &mut self, [INFO] [stdout] 79 | | string_node: &StringNode, [INFO] [stdout] 80 | | is_last: bool, [INFO] [stdout] 81 | | last_should_padding: bool, [INFO] [stdout] 82 | | ) -> Result<(), Box>; [INFO] [stdout] | |__________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/lib.rs:83:3 [INFO] [stdout] | [INFO] [stdout] 83 | / fn gen_url_node( [INFO] [stdout] 84 | | &mut self, [INFO] [stdout] 85 | | url_node: &URLNode, [INFO] [stdout] 86 | | is_last: bool, [INFO] [stdout] 87 | | last_should_padding: bool, [INFO] [stdout] 88 | | ) -> Result<(), Box>; [INFO] [stdout] | |__________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/lib.rs:89:3 [INFO] [stdout] | [INFO] [stdout] 89 | / fn gen_fn_node( [INFO] [stdout] 90 | | &mut self, [INFO] [stdout] 91 | | fn_node: &FunctionNode, [INFO] [stdout] 92 | | is_last: bool, [INFO] [stdout] 93 | | last_should_padding: bool, [INFO] [stdout] 94 | | ) -> Result<(), Box>; [INFO] [stdout] | |__________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/lib.rs:95:3 [INFO] [stdout] | [INFO] [stdout] 95 | / fn gen_raw_node( [INFO] [stdout] 96 | | &mut self, [INFO] [stdout] 97 | | raw_node: &RawNode, [INFO] [stdout] 98 | | is_last: bool, [INFO] [stdout] 99 | | last_should_padding: bool, [INFO] [stdout] 100 | | ) -> Result<(), Box>; [INFO] [stdout] | |__________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/lib.rs:102:3 [INFO] [stdout] | [INFO] [stdout] 102 | fn gen_statements(&mut self, statements: &Vec) -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct [INFO] [stdout] --> src/lib.rs:114:1 [INFO] [stdout] | [INFO] [stdout] 114 | pub struct Codegen<'a, W: Write> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated function [INFO] [stdout] --> src/lib.rs:123:3 [INFO] [stdout] | [INFO] [stdout] 123 | pub fn new(writer: &'a mut W) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking insta v1.43.1 [INFO] [stdout] warning: field `column` is never read [INFO] [stdout] --> src/lib.rs:117:3 [INFO] [stdout] | [INFO] [stdout] 114 | pub struct Codegen<'a, W: Write> { [INFO] [stdout] | ------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 117 | column: usize, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a trait [INFO] [stdout] --> src/lib.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | pub trait CodeGenerator { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | #![warn(missing_docs)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/lib.rs:16:3 [INFO] [stdout] | [INFO] [stdout] 16 | fn generate(&mut self, ast: AstType) -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/lib.rs:20:3 [INFO] [stdout] | [INFO] [stdout] 20 | fn gen_ss_node(&mut self, ss_node: &StyleSheetNode) -> Result<(), Box>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/lib.rs:21:3 [INFO] [stdout] | [INFO] [stdout] 21 | fn gen_rule_set_node(&mut self, rule_set_node: &RuleSetNode) -> Result<(), Box>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/lib.rs:22:3 [INFO] [stdout] | [INFO] [stdout] 22 | fn gen_at_rule_node(&mut self, at_rule_node: &AtRuleNode) -> Result<(), Box>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/lib.rs:23:3 [INFO] [stdout] | [INFO] [stdout] 23 | fn gen_decl_node(&mut self, at_rule_node: &DeclarationNode) -> Result<(), Box>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/lib.rs:24:3 [INFO] [stdout] | [INFO] [stdout] 24 | fn gen_decl_value(&mut self, values: &Vec, top_level: bool) -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/lib.rs:47:3 [INFO] [stdout] | [INFO] [stdout] 47 | / fn gen_ident_node( [INFO] [stdout] 48 | | &mut self, [INFO] [stdout] 49 | | ident_node: &IdentNode, [INFO] [stdout] 50 | | is_last: bool, [INFO] [stdout] 51 | | last_should_padding: bool, [INFO] [stdout] 52 | | ) -> Result<(), Box>; [INFO] [stdout] | |__________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/lib.rs:53:3 [INFO] [stdout] | [INFO] [stdout] 53 | / fn gen_dimension_node( [INFO] [stdout] 54 | | &mut self, [INFO] [stdout] 55 | | dimension_node: &DimensionNode, [INFO] [stdout] 56 | | is_last: bool, [INFO] [stdout] 57 | | last_should_padding: bool, [INFO] [stdout] 58 | | ) -> Result<(), Box>; [INFO] [stdout] | |__________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/lib.rs:59:3 [INFO] [stdout] | [INFO] [stdout] 59 | / fn gen_number_node( [INFO] [stdout] 60 | | &mut self, [INFO] [stdout] 61 | | number_node: &NumberNode, [INFO] [stdout] 62 | | is_last: bool, [INFO] [stdout] 63 | | last_should_padding: bool, [INFO] [stdout] 64 | | ) -> Result<(), Box>; [INFO] [stdout] | |__________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/lib.rs:65:3 [INFO] [stdout] | [INFO] [stdout] 65 | / fn gen_operator_node( [INFO] [stdout] 66 | | &mut self, [INFO] [stdout] 67 | | operator_node: &OperatorNode, [INFO] [stdout] 68 | | is_last: bool, [INFO] [stdout] 69 | | last_should_padding: bool, [INFO] [stdout] 70 | | ) -> Result<(), Box>; [INFO] [stdout] | |__________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/lib.rs:71:3 [INFO] [stdout] | [INFO] [stdout] 71 | / fn gen_percentage_node( [INFO] [stdout] 72 | | &mut self, [INFO] [stdout] 73 | | percentage_node: &PercentageNode, [INFO] [stdout] 74 | | is_last: bool, [INFO] [stdout] 75 | | last_should_padding: bool, [INFO] [stdout] 76 | | ) -> Result<(), Box>; [INFO] [stdout] | |__________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/lib.rs:77:3 [INFO] [stdout] | [INFO] [stdout] 77 | / fn gen_string_node( [INFO] [stdout] 78 | | &mut self, [INFO] [stdout] 79 | | string_node: &StringNode, [INFO] [stdout] 80 | | is_last: bool, [INFO] [stdout] 81 | | last_should_padding: bool, [INFO] [stdout] 82 | | ) -> Result<(), Box>; [INFO] [stdout] | |__________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/lib.rs:83:3 [INFO] [stdout] | [INFO] [stdout] 83 | / fn gen_url_node( [INFO] [stdout] 84 | | &mut self, [INFO] [stdout] 85 | | url_node: &URLNode, [INFO] [stdout] 86 | | is_last: bool, [INFO] [stdout] 87 | | last_should_padding: bool, [INFO] [stdout] 88 | | ) -> Result<(), Box>; [INFO] [stdout] | |__________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/lib.rs:89:3 [INFO] [stdout] | [INFO] [stdout] 89 | / fn gen_fn_node( [INFO] [stdout] 90 | | &mut self, [INFO] [stdout] 91 | | fn_node: &FunctionNode, [INFO] [stdout] 92 | | is_last: bool, [INFO] [stdout] 93 | | last_should_padding: bool, [INFO] [stdout] 94 | | ) -> Result<(), Box>; [INFO] [stdout] | |__________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/lib.rs:95:3 [INFO] [stdout] | [INFO] [stdout] 95 | / fn gen_raw_node( [INFO] [stdout] 96 | | &mut self, [INFO] [stdout] 97 | | raw_node: &RawNode, [INFO] [stdout] 98 | | is_last: bool, [INFO] [stdout] 99 | | last_should_padding: bool, [INFO] [stdout] 100 | | ) -> Result<(), Box>; [INFO] [stdout] | |__________________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/lib.rs:102:3 [INFO] [stdout] | [INFO] [stdout] 102 | fn gen_statements(&mut self, statements: &Vec) -> Result<(), Box> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct [INFO] [stdout] --> src/lib.rs:114:1 [INFO] [stdout] | [INFO] [stdout] 114 | pub struct Codegen<'a, W: Write> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated function [INFO] [stdout] --> src/lib.rs:123:3 [INFO] [stdout] | [INFO] [stdout] 123 | pub fn new(writer: &'a mut W) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.75s [INFO] running `Command { std: "docker" "inspect" "3024b413db1f7f9feb9609532cb7d8047c47683f6cfd6222f9dd323665fe7304", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3024b413db1f7f9feb9609532cb7d8047c47683f6cfd6222f9dd323665fe7304", kill_on_drop: false }` [INFO] [stdout] 3024b413db1f7f9feb9609532cb7d8047c47683f6cfd6222f9dd323665fe7304