[INFO] fetching crate rome 0.1.3... [INFO] testing rome-0.1.3 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate rome 0.1.3 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate rome 0.1.3 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rome 0.1.3 [INFO] finished tweaking crates.io crate rome 0.1.3 [INFO] tweaked toml for crates.io crate rome 0.1.3 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 524abe524a346f6af5eb1334340a90d86a5f93cda3ead4c6c1c60b264b7f8807 [INFO] running `Command { std: "docker" "start" "-a" "524abe524a346f6af5eb1334340a90d86a5f93cda3ead4c6c1c60b264b7f8807", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "524abe524a346f6af5eb1334340a90d86a5f93cda3ead4c6c1c60b264b7f8807", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "524abe524a346f6af5eb1334340a90d86a5f93cda3ead4c6c1c60b264b7f8807", kill_on_drop: false }` [INFO] [stdout] 524abe524a346f6af5eb1334340a90d86a5f93cda3ead4c6c1c60b264b7f8807 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a791252ef1adf6d51d73c277cbc5247b376eb457338bde5247a089a4b0d89d72 [INFO] running `Command { std: "docker" "start" "-a" "a791252ef1adf6d51d73c277cbc5247b376eb457338bde5247a089a4b0d89d72", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling regex v1.5.5 [INFO] [stderr] Compiling rome v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/graph.rs:471:41 [INFO] [stdout] | [INFO] [stdout] 471 | fn create_iri<'a, I: 'a>(&mut self, &I) -> Self::IRI [INFO] [stdout] | ^^ help: try naming the parameter or explicitly ignoring it: `_: &I` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/graph.rs:475:45 [INFO] [stdout] | [INFO] [stdout] 475 | fn create_literal<'a, L: 'a>(&mut self, &L) -> Self::Literal [INFO] [stdout] | ^^ help: try naming the parameter or explicitly ignoring it: `_: &L` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/graph.rs:479:35 [INFO] [stdout] | [INFO] [stdout] 479 | fn create_datatype(&mut self, &str) -> Self::Datatype; [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: &str` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/graph.rs:481:35 [INFO] [stdout] | [INFO] [stdout] 481 | fn create_language(&mut self, &str) -> Self::Language; [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: &str` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | /// whitespace that may contain comments [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:43:1 [INFO] [stdout] | [INFO] [stdout] 43 | / /// [2] `statement ::= directive | triples '.'` [INFO] [stdout] 44 | | /// [3] `directive ::= prefixID | base | sparqlPrefix | sparqlBase` [INFO] [stdout] | |_------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | /// [4] `prefixID ::= '@prefix' PNAME_NS IRIREF '.'` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | /// [5] `base ::= '@base' IRIREF '.'` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | /// [5s] `sparqlBase ::= "BASE" IRIREF` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:78:1 [INFO] [stdout] | [INFO] [stdout] 78 | /// [6s] `sparqlPrefix ::= "PREFIX" PNAME_NS IRIREF` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | /// [6] `triples ::= subject predicateObjectList | blankNodePropertyList predicateObjectList?` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:165:1 [INFO] [stdout] | [INFO] [stdout] 165 | /// [8] `objectList ::= object (',' object)*` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:171:1 [INFO] [stdout] | [INFO] [stdout] 171 | /// [9] `verb ::= predicate | 'a'` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:179:1 [INFO] [stdout] | [INFO] [stdout] 179 | /// [10] `subject ::= iri | BlankNode | collection` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:186:1 [INFO] [stdout] | [INFO] [stdout] 186 | / /// [11] `predicate ::= iri` [INFO] [stdout] 187 | | [INFO] [stdout] 188 | | /// [12] `object ::= iri | BlankNode | collection | blankNodePropertyList | literal` [INFO] [stdout] | |_-----------------------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:197:1 [INFO] [stdout] | [INFO] [stdout] 197 | /// [13] `literal ::= RDFLiteral | NumericLiteral | BooleanLiteral` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | /// [14] `blankNodePropertyList ::= '[' predicateObjectList ']'` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:207:1 [INFO] [stdout] | [INFO] [stdout] 207 | /// [15] `collection ::= '(' object* ')'` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:216:1 [INFO] [stdout] | [INFO] [stdout] 216 | / /// [16] `NumericLiteral ::= INTEGER | DECIMAL | DOUBLE` [INFO] [stdout] 217 | | [INFO] [stdout] 218 | | /// [128s] `RDFLiteral ::= String (LANGTAG | '^^' iri)?` [INFO] [stdout] | |_--------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:255:1 [INFO] [stdout] | [INFO] [stdout] 255 | /// [133s] `BooleanLiteral ::= 'true' | 'false'` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:265:1 [INFO] [stdout] | [INFO] [stdout] 265 | / /// [17] `String ::= STRING_LITERAL_QUOTE | STRING_LITERAL_SINGLE_QUOTE` [INFO] [stdout] 266 | | /// ` | STRING_LITERAL_LONG_SINGLE_QUOTE | STRING_LITERAL_LONG_QUOTE` [INFO] [stdout] | |_-----------------------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:271:1 [INFO] [stdout] | [INFO] [stdout] 271 | /// [135s] `iri ::= IRIREF | PrefixedName` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:274:1 [INFO] [stdout] | [INFO] [stdout] 274 | /// [136s] `PrefixedName ::= PNAME_LN | PNAME_NS` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:285:1 [INFO] [stdout] | [INFO] [stdout] 285 | /// [137s] `BlankNode ::= BLANK_NODE_LABEL | ANON` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:288:1 [INFO] [stdout] | [INFO] [stdout] 288 | / /// [18] `IRIREF ::= '<' ([^#x00-#x20<>"{}|^`\] | UCHAR)* '>'` [INFO] [stdout] 289 | | /// #x00=NULL #01-#x1F=control codes #x20=space [INFO] [stdout] | |_----------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:294:1 [INFO] [stdout] | [INFO] [stdout] 294 | /// [139s] `PNAME_NS ::= PN_PREFIX? ':'` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:301:1 [INFO] [stdout] | [INFO] [stdout] 301 | / /// [140s] `PNAME_LN ::= PNAME_NS PN_LOCAL` [INFO] [stdout] 302 | | /// see prefixed_name [INFO] [stdout] 303 | | [INFO] [stdout] 304 | | /// [141s] `BLANK_NODE_LABEL ::= '_:' (PN_CHARS_U | [0-9]) ((PN_CHARS | '.')* PN_CHARS)?` [INFO] [stdout] | |_----------------------------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:337:1 [INFO] [stdout] | [INFO] [stdout] 337 | /// [144s] `LANGTAG ::= '@' [a-zA-Z]+ ('-' [a-zA-Z0-9]+)*` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:347:1 [INFO] [stdout] | [INFO] [stdout] 347 | /// [19] `INTEGER ::= [+-]? [0-9]+` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:359:1 [INFO] [stdout] | [INFO] [stdout] 359 | /// [20] `DECIMAL ::= [+-]? [0-9]* '.' [0-9]+` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:371:1 [INFO] [stdout] | [INFO] [stdout] 371 | /// [21] `DOUBLE ::= [+-]? ([0-9]+ '.' [0-9]* EXPONENT | '.' [0-9]+ EXPONENT | [0-9]+ EXPONENT)` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:387:1 [INFO] [stdout] | [INFO] [stdout] 387 | /// [154s] `EXPONENT ::= [eE] [+-]? [0-9]+` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:439:1 [INFO] [stdout] | [INFO] [stdout] 439 | / /// [26] `UCHAR ::= '\u' HEX HEX HEX HEX | '\U' HEX HEX HEX HEX HEX HEX HEX HEX` [INFO] [stdout] 440 | | /// [159s] `ECHAR ::= '\' [tbnrf"'\]` [INFO] [stdout] 441 | | [INFO] [stdout] 442 | | /// [161s] `WS ::= #x20 | #x9 | #xD | #xA` [INFO] [stdout] 443 | | /// /* #x20=space #x9=character tabulation #xD=carriage return #xA=new line */ [INFO] [stdout] 444 | | [INFO] [stdout] 445 | | /// [162s] `ANON ::= '[' WS* ']'` [INFO] [stdout] | |_--------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:476:1 [INFO] [stdout] | [INFO] [stdout] 476 | /// [167s] PN_PREFIX ::= PN_CHARS_BASE ((PN_CHARS | '.')* PN_CHARS)? [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:486:1 [INFO] [stdout] | [INFO] [stdout] 486 | / /// [168s] PN_LOCAL ::= (PN_CHARS_U | ':' | [0-9] | PLX) [INFO] [stdout] 487 | | /// ((PN_CHARS | '.' | ':' | PLX)* (PN_CHARS | ':' | PLX))? [INFO] [stdout] | |_--------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:520:1 [INFO] [stdout] | [INFO] [stdout] 520 | /// [169s] PLX ::= PERCENT | PN_LOCAL_ESC [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:523:1 [INFO] [stdout] | [INFO] [stdout] 523 | / /// [170s] PERCENT ::= '%' HEX HEX [INFO] [stdout] 524 | | /// [171s] HEX ::= [0-9] | [A-F] | [a-f] [INFO] [stdout] | |_---------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:531:1 [INFO] [stdout] | [INFO] [stdout] 531 | / /// [172s] PN_LOCAL_ESC ::= '\' ('_' | '~' | '.' | '-' | '!' | '$' | '&' | "'" [INFO] [stdout] 532 | | /// | '(' | ')' | '*' | '+' | ',' | ';' | '=' | '/' | '?' | '#' | '@' | '%') [INFO] [stdout] | |_---------------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown `doc` attribute `hide` [INFO] [stdout] --> src/graphs/collection/mod.rs:236:7 [INFO] [stdout] | [INFO] [stdout] 236 | #[doc(hide)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(invalid_doc_attributes)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/graph.rs:162:24 [INFO] [stdout] | [INFO] [stdout] 162 | impl<'g> PartialEq for IRIPtr<'g> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 162 - impl<'g> PartialEq for IRIPtr<'g> { [INFO] [stdout] 162 + impl<'g> PartialEq for dyn IRIPtr<'g> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/graph.rs:167:17 [INFO] [stdout] | [INFO] [stdout] 167 | impl<'g> Eq for IRIPtr<'g> {} [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 167 - impl<'g> Eq for IRIPtr<'g> {} [INFO] [stdout] 167 + impl<'g> Eq for dyn IRIPtr<'g> {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/graph.rs:168:25 [INFO] [stdout] | [INFO] [stdout] 168 | impl<'g> PartialOrd for IRIPtr<'g> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 168 - impl<'g> PartialOrd for IRIPtr<'g> { [INFO] [stdout] 168 + impl<'g> PartialOrd for dyn IRIPtr<'g> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/graph.rs:173:18 [INFO] [stdout] | [INFO] [stdout] 173 | impl<'g> Ord for IRIPtr<'g> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 173 - impl<'g> Ord for IRIPtr<'g> { [INFO] [stdout] 173 + impl<'g> Ord for dyn IRIPtr<'g> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/graph.rs:163:26 [INFO] [stdout] | [INFO] [stdout] 163 | fn eq(&self, other: &IRIPtr<'g>) -> bool { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 163 - fn eq(&self, other: &IRIPtr<'g>) -> bool { [INFO] [stdout] 163 + fn eq(&self, other: &dyn IRIPtr<'g>) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/graph.rs:169:35 [INFO] [stdout] | [INFO] [stdout] 169 | fn partial_cmp(&self, other: &IRIPtr<'g>) -> Option { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 169 - fn partial_cmp(&self, other: &IRIPtr<'g>) -> Option { [INFO] [stdout] 169 + fn partial_cmp(&self, other: &dyn IRIPtr<'g>) -> Option { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/graph.rs:174:27 [INFO] [stdout] | [INFO] [stdout] 174 | fn cmp(&self, other: &IRIPtr<'g>) -> Ordering { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 174 - fn cmp(&self, other: &IRIPtr<'g>) -> Ordering { [INFO] [stdout] 174 + fn cmp(&self, other: &dyn IRIPtr<'g>) -> Ordering { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/graphs/collection/mod.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | a: &TripleCmpWrap, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 35 - a: &TripleCmpWrap, [INFO] [stdout] 35 + a: &dyn TripleCmpWrap, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/graphs/collection/mod.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | a: &TripleCmpWrap, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 50 - a: &TripleCmpWrap, [INFO] [stdout] 50 + a: &dyn TripleCmpWrap, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/graphs/collection/mod.rs:66:56 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn compare_spo<'g, B: 'g, I: 'g, L: 'g, T: 'g>(a: &TripleCmpWrap, b: &T) -> cmp::Ordering [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 66 - pub fn compare_spo<'g, B: 'g, I: 'g, L: 'g, T: 'g>(a: &TripleCmpWrap, b: &T) -> cmp::Ordering [INFO] [stdout] 66 + pub fn compare_spo<'g, B: 'g, I: 'g, L: 'g, T: 'g>(a: &dyn TripleCmpWrap, b: &T) -> cmp::Ordering [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/graphs/collection/mod.rs:84:56 [INFO] [stdout] | [INFO] [stdout] 84 | pub fn compare_ops<'g, B: 'g, I: 'g, L: 'g, T: 'g>(a: &TripleCmpWrap, b: &T) -> cmp::Ordering [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 84 - pub fn compare_ops<'g, B: 'g, I: 'g, L: 'g, T: 'g>(a: &TripleCmpWrap, b: &T) -> cmp::Ordering [INFO] [stdout] 84 + pub fn compare_ops<'g, B: 'g, I: 'g, L: 'g, T: 'g>(a: &dyn TripleCmpWrap, b: &T) -> cmp::Ordering [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/graphs/collection/mod.rs:106:9 [INFO] [stdout] | [INFO] [stdout] 106 | t: &TripleCmpWrap<'g>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 106 - t: &TripleCmpWrap<'g>, [INFO] [stdout] 106 + t: &dyn TripleCmpWrap<'g>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/graphs/collection/mod.rs:137:9 [INFO] [stdout] | [INFO] [stdout] 137 | t: &TripleCmpWrap<'g>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 137 - t: &TripleCmpWrap<'g>, [INFO] [stdout] 137 + t: &dyn TripleCmpWrap<'g>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a macro [INFO] [stdout] --> src/graphs/collection/mod.rs:238:1 [INFO] [stdout] | [INFO] [stdout] 238 | / macro_rules! [INFO] [stdout] 239 | | spo_ops { [INFO] [stdout] 240 | | ($name:ident $names:ident($( $n:tt:$graph_type:path),+) ) => { [INFO] [stdout] 241 | | [INFO] [stdout] ... | [INFO] [stdout] 292 | | } [INFO] [stdout] 293 | | } [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 macro [INFO] [stdout] --> src/resource.rs:275:1 [INFO] [stdout] | [INFO] [stdout] 275 | macro_rules! property{( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a macro [INFO] [stdout] --> src/resource.rs:305:1 [INFO] [stdout] | [INFO] [stdout] 305 | macro_rules! class{( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 55 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.24s [INFO] running `Command { std: "docker" "inspect" "a791252ef1adf6d51d73c277cbc5247b376eb457338bde5247a089a4b0d89d72", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a791252ef1adf6d51d73c277cbc5247b376eb457338bde5247a089a4b0d89d72", kill_on_drop: false }` [INFO] [stdout] a791252ef1adf6d51d73c277cbc5247b376eb457338bde5247a089a4b0d89d72 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 394c6c34e91751fe1a3081efe08b4dfef07dda5653c94d3e3fe09ffc5adac914 [INFO] running `Command { std: "docker" "start" "-a" "394c6c34e91751fe1a3081efe08b4dfef07dda5653c94d3e3fe09ffc5adac914", kill_on_drop: false }` [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/graph.rs:471:41 [INFO] [stdout] | [INFO] [stdout] 471 | fn create_iri<'a, I: 'a>(&mut self, &I) -> Self::IRI [INFO] [stdout] | ^^ help: try naming the parameter or explicitly ignoring it: `_: &I` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/graph.rs:475:45 [INFO] [stdout] | [INFO] [stdout] 475 | fn create_literal<'a, L: 'a>(&mut self, &L) -> Self::Literal [INFO] [stdout] | ^^ help: try naming the parameter or explicitly ignoring it: `_: &L` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/graph.rs:479:35 [INFO] [stdout] | [INFO] [stdout] 479 | fn create_datatype(&mut self, &str) -> Self::Datatype; [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: &str` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/graph.rs:481:35 [INFO] [stdout] | [INFO] [stdout] 481 | fn create_language(&mut self, &str) -> Self::Language; [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: &str` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | /// whitespace that may contain comments [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:43:1 [INFO] [stdout] | [INFO] [stdout] 43 | / /// [2] `statement ::= directive | triples '.'` [INFO] [stdout] 44 | | /// [3] `directive ::= prefixID | base | sparqlPrefix | sparqlBase` [INFO] [stdout] | |_------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | /// [4] `prefixID ::= '@prefix' PNAME_NS IRIREF '.'` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | /// [5] `base ::= '@base' IRIREF '.'` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | /// [5s] `sparqlBase ::= "BASE" IRIREF` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:78:1 [INFO] [stdout] | [INFO] [stdout] 78 | /// [6s] `sparqlPrefix ::= "PREFIX" PNAME_NS IRIREF` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | /// [6] `triples ::= subject predicateObjectList | blankNodePropertyList predicateObjectList?` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:165:1 [INFO] [stdout] | [INFO] [stdout] 165 | /// [8] `objectList ::= object (',' object)*` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:171:1 [INFO] [stdout] | [INFO] [stdout] 171 | /// [9] `verb ::= predicate | 'a'` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:179:1 [INFO] [stdout] | [INFO] [stdout] 179 | /// [10] `subject ::= iri | BlankNode | collection` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:186:1 [INFO] [stdout] | [INFO] [stdout] 186 | / /// [11] `predicate ::= iri` [INFO] [stdout] 187 | | [INFO] [stdout] 188 | | /// [12] `object ::= iri | BlankNode | collection | blankNodePropertyList | literal` [INFO] [stdout] | |_-----------------------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:197:1 [INFO] [stdout] | [INFO] [stdout] 197 | /// [13] `literal ::= RDFLiteral | NumericLiteral | BooleanLiteral` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | /// [14] `blankNodePropertyList ::= '[' predicateObjectList ']'` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:207:1 [INFO] [stdout] | [INFO] [stdout] 207 | /// [15] `collection ::= '(' object* ')'` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:216:1 [INFO] [stdout] | [INFO] [stdout] 216 | / /// [16] `NumericLiteral ::= INTEGER | DECIMAL | DOUBLE` [INFO] [stdout] 217 | | [INFO] [stdout] 218 | | /// [128s] `RDFLiteral ::= String (LANGTAG | '^^' iri)?` [INFO] [stdout] | |_--------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:255:1 [INFO] [stdout] | [INFO] [stdout] 255 | /// [133s] `BooleanLiteral ::= 'true' | 'false'` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:265:1 [INFO] [stdout] | [INFO] [stdout] 265 | / /// [17] `String ::= STRING_LITERAL_QUOTE | STRING_LITERAL_SINGLE_QUOTE` [INFO] [stdout] 266 | | /// ` | STRING_LITERAL_LONG_SINGLE_QUOTE | STRING_LITERAL_LONG_QUOTE` [INFO] [stdout] | |_-----------------------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:271:1 [INFO] [stdout] | [INFO] [stdout] 271 | /// [135s] `iri ::= IRIREF | PrefixedName` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:274:1 [INFO] [stdout] | [INFO] [stdout] 274 | /// [136s] `PrefixedName ::= PNAME_LN | PNAME_NS` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:285:1 [INFO] [stdout] | [INFO] [stdout] 285 | /// [137s] `BlankNode ::= BLANK_NODE_LABEL | ANON` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:288:1 [INFO] [stdout] | [INFO] [stdout] 288 | / /// [18] `IRIREF ::= '<' ([^#x00-#x20<>"{}|^`\] | UCHAR)* '>'` [INFO] [stdout] 289 | | /// #x00=NULL #01-#x1F=control codes #x20=space [INFO] [stdout] | |_----------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:294:1 [INFO] [stdout] | [INFO] [stdout] 294 | /// [139s] `PNAME_NS ::= PN_PREFIX? ':'` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:301:1 [INFO] [stdout] | [INFO] [stdout] 301 | / /// [140s] `PNAME_LN ::= PNAME_NS PN_LOCAL` [INFO] [stdout] 302 | | /// see prefixed_name [INFO] [stdout] 303 | | [INFO] [stdout] 304 | | /// [141s] `BLANK_NODE_LABEL ::= '_:' (PN_CHARS_U | [0-9]) ((PN_CHARS | '.')* PN_CHARS)?` [INFO] [stdout] | |_----------------------------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:337:1 [INFO] [stdout] | [INFO] [stdout] 337 | /// [144s] `LANGTAG ::= '@' [a-zA-Z]+ ('-' [a-zA-Z0-9]+)*` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:347:1 [INFO] [stdout] | [INFO] [stdout] 347 | /// [19] `INTEGER ::= [+-]? [0-9]+` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:359:1 [INFO] [stdout] | [INFO] [stdout] 359 | /// [20] `DECIMAL ::= [+-]? [0-9]* '.' [0-9]+` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:371:1 [INFO] [stdout] | [INFO] [stdout] 371 | /// [21] `DOUBLE ::= [+-]? ([0-9]+ '.' [0-9]* EXPONENT | '.' [0-9]+ EXPONENT | [0-9]+ EXPONENT)` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:387:1 [INFO] [stdout] | [INFO] [stdout] 387 | /// [154s] `EXPONENT ::= [eE] [+-]? [0-9]+` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:439:1 [INFO] [stdout] | [INFO] [stdout] 439 | / /// [26] `UCHAR ::= '\u' HEX HEX HEX HEX | '\U' HEX HEX HEX HEX HEX HEX HEX HEX` [INFO] [stdout] 440 | | /// [159s] `ECHAR ::= '\' [tbnrf"'\]` [INFO] [stdout] 441 | | [INFO] [stdout] 442 | | /// [161s] `WS ::= #x20 | #x9 | #xD | #xA` [INFO] [stdout] 443 | | /// /* #x20=space #x9=character tabulation #xD=carriage return #xA=new line */ [INFO] [stdout] 444 | | [INFO] [stdout] 445 | | /// [162s] `ANON ::= '[' WS* ']'` [INFO] [stdout] | |_--------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:476:1 [INFO] [stdout] | [INFO] [stdout] 476 | /// [167s] PN_PREFIX ::= PN_CHARS_BASE ((PN_CHARS | '.')* PN_CHARS)? [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:486:1 [INFO] [stdout] | [INFO] [stdout] 486 | / /// [168s] PN_LOCAL ::= (PN_CHARS_U | ':' | [0-9] | PLX) [INFO] [stdout] 487 | | /// ((PN_CHARS | '.' | ':' | PLX)* (PN_CHARS | ':' | PLX))? [INFO] [stdout] | |_--------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:520:1 [INFO] [stdout] | [INFO] [stdout] 520 | /// [169s] PLX ::= PERCENT | PN_LOCAL_ESC [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:523:1 [INFO] [stdout] | [INFO] [stdout] 523 | / /// [170s] PERCENT ::= '%' HEX HEX [INFO] [stdout] 524 | | /// [171s] HEX ::= [0-9] | [A-F] | [a-f] [INFO] [stdout] | |_---------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:531:1 [INFO] [stdout] | [INFO] [stdout] 531 | / /// [172s] PN_LOCAL_ESC ::= '\' ('_' | '~' | '.' | '-' | '!' | '$' | '&' | "'" [INFO] [stdout] 532 | | /// | '(' | ')' | '*' | '+' | ',' | ';' | '=' | '/' | '?' | '#' | '@' | '%') [INFO] [stdout] | |_---------------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown `doc` attribute `hide` [INFO] [stdout] --> src/graphs/collection/mod.rs:236:7 [INFO] [stdout] | [INFO] [stdout] 236 | #[doc(hide)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(invalid_doc_attributes)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/graph.rs:162:24 [INFO] [stdout] | [INFO] [stdout] 162 | impl<'g> PartialEq for IRIPtr<'g> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 162 - impl<'g> PartialEq for IRIPtr<'g> { [INFO] [stdout] 162 + impl<'g> PartialEq for dyn IRIPtr<'g> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/graph.rs:167:17 [INFO] [stdout] | [INFO] [stdout] 167 | impl<'g> Eq for IRIPtr<'g> {} [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 167 - impl<'g> Eq for IRIPtr<'g> {} [INFO] [stdout] 167 + impl<'g> Eq for dyn IRIPtr<'g> {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/graph.rs:168:25 [INFO] [stdout] | [INFO] [stdout] 168 | impl<'g> PartialOrd for IRIPtr<'g> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 168 - impl<'g> PartialOrd for IRIPtr<'g> { [INFO] [stdout] 168 + impl<'g> PartialOrd for dyn IRIPtr<'g> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/graph.rs:173:18 [INFO] [stdout] | [INFO] [stdout] 173 | impl<'g> Ord for IRIPtr<'g> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 173 - impl<'g> Ord for IRIPtr<'g> { [INFO] [stdout] 173 + impl<'g> Ord for dyn IRIPtr<'g> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/graph.rs:163:26 [INFO] [stdout] | [INFO] [stdout] 163 | fn eq(&self, other: &IRIPtr<'g>) -> bool { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 163 - fn eq(&self, other: &IRIPtr<'g>) -> bool { [INFO] [stdout] 163 + fn eq(&self, other: &dyn IRIPtr<'g>) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/graph.rs:169:35 [INFO] [stdout] | [INFO] [stdout] 169 | fn partial_cmp(&self, other: &IRIPtr<'g>) -> Option { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 169 - fn partial_cmp(&self, other: &IRIPtr<'g>) -> Option { [INFO] [stdout] 169 + fn partial_cmp(&self, other: &dyn IRIPtr<'g>) -> Option { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/graph.rs:174:27 [INFO] [stdout] | [INFO] [stdout] 174 | fn cmp(&self, other: &IRIPtr<'g>) -> Ordering { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 174 - fn cmp(&self, other: &IRIPtr<'g>) -> Ordering { [INFO] [stdout] 174 + fn cmp(&self, other: &dyn IRIPtr<'g>) -> Ordering { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/graphs/collection/mod.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | a: &TripleCmpWrap, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 35 - a: &TripleCmpWrap, [INFO] [stdout] 35 + a: &dyn TripleCmpWrap, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/graphs/collection/mod.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | a: &TripleCmpWrap, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 50 - a: &TripleCmpWrap, [INFO] [stdout] 50 + a: &dyn TripleCmpWrap, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/graphs/collection/mod.rs:66:56 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn compare_spo<'g, B: 'g, I: 'g, L: 'g, T: 'g>(a: &TripleCmpWrap, b: &T) -> cmp::Ordering [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 66 - pub fn compare_spo<'g, B: 'g, I: 'g, L: 'g, T: 'g>(a: &TripleCmpWrap, b: &T) -> cmp::Ordering [INFO] [stdout] 66 + pub fn compare_spo<'g, B: 'g, I: 'g, L: 'g, T: 'g>(a: &dyn TripleCmpWrap, b: &T) -> cmp::Ordering [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/graphs/collection/mod.rs:84:56 [INFO] [stdout] | [INFO] [stdout] 84 | pub fn compare_ops<'g, B: 'g, I: 'g, L: 'g, T: 'g>(a: &TripleCmpWrap, b: &T) -> cmp::Ordering [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 84 - pub fn compare_ops<'g, B: 'g, I: 'g, L: 'g, T: 'g>(a: &TripleCmpWrap, b: &T) -> cmp::Ordering [INFO] [stdout] 84 + pub fn compare_ops<'g, B: 'g, I: 'g, L: 'g, T: 'g>(a: &dyn TripleCmpWrap, b: &T) -> cmp::Ordering [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/graphs/collection/mod.rs:106:9 [INFO] [stdout] | [INFO] [stdout] 106 | t: &TripleCmpWrap<'g>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 106 - t: &TripleCmpWrap<'g>, [INFO] [stdout] 106 + t: &dyn TripleCmpWrap<'g>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/graphs/collection/mod.rs:137:9 [INFO] [stdout] | [INFO] [stdout] 137 | t: &TripleCmpWrap<'g>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 137 - t: &TripleCmpWrap<'g>, [INFO] [stdout] 137 + t: &dyn TripleCmpWrap<'g>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a macro [INFO] [stdout] --> src/graphs/collection/mod.rs:238:1 [INFO] [stdout] | [INFO] [stdout] 238 | / macro_rules! [INFO] [stdout] 239 | | spo_ops { [INFO] [stdout] 240 | | ($name:ident $names:ident($( $n:tt:$graph_type:path),+) ) => { [INFO] [stdout] 241 | | [INFO] [stdout] ... | [INFO] [stdout] 292 | | } [INFO] [stdout] 293 | | } [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] [stderr] Compiling rome v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: missing documentation for a macro [INFO] [stdout] --> src/resource.rs:275:1 [INFO] [stdout] | [INFO] [stdout] 275 | macro_rules! property{( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a macro [INFO] [stdout] --> src/resource.rs:305:1 [INFO] [stdout] | [INFO] [stdout] 305 | macro_rules! class{( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 55 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> examples/w3tests.rs:296:13 [INFO] [stdout] | [INFO] [stdout] 296 | i: &mut Iterator, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 296 - i: &mut Iterator, [INFO] [stdout] 296 + i: &mut dyn Iterator, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> examples/generate_code.rs:346:33 [INFO] [stdout] | [INFO] [stdout] 346 | if let Some(mut writer) = outputs.get_mut(prop_prefix) { [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/graph.rs:471:41 [INFO] [stdout] | [INFO] [stdout] 471 | fn create_iri<'a, I: 'a>(&mut self, &I) -> Self::IRI [INFO] [stdout] | ^^ help: try naming the parameter or explicitly ignoring it: `_: &I` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/graph.rs:475:45 [INFO] [stdout] | [INFO] [stdout] 475 | fn create_literal<'a, L: 'a>(&mut self, &L) -> Self::Literal [INFO] [stdout] | ^^ help: try naming the parameter or explicitly ignoring it: `_: &L` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/graph.rs:479:35 [INFO] [stdout] | [INFO] [stdout] 479 | fn create_datatype(&mut self, &str) -> Self::Datatype; [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: &str` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/graph.rs:481:35 [INFO] [stdout] | [INFO] [stdout] 481 | fn create_language(&mut self, &str) -> Self::Language; [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: &str` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | /// whitespace that may contain comments [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:43:1 [INFO] [stdout] | [INFO] [stdout] 43 | / /// [2] `statement ::= directive | triples '.'` [INFO] [stdout] 44 | | /// [3] `directive ::= prefixID | base | sparqlPrefix | sparqlBase` [INFO] [stdout] | |_------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | /// [4] `prefixID ::= '@prefix' PNAME_NS IRIREF '.'` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:63:1 [INFO] [stdout] | [INFO] [stdout] 63 | /// [5] `base ::= '@base' IRIREF '.'` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | /// [5s] `sparqlBase ::= "BASE" IRIREF` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:78:1 [INFO] [stdout] | [INFO] [stdout] 78 | /// [6s] `sparqlPrefix ::= "PREFIX" PNAME_NS IRIREF` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | /// [6] `triples ::= subject predicateObjectList | blankNodePropertyList predicateObjectList?` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:165:1 [INFO] [stdout] | [INFO] [stdout] 165 | /// [8] `objectList ::= object (',' object)*` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:171:1 [INFO] [stdout] | [INFO] [stdout] 171 | /// [9] `verb ::= predicate | 'a'` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:179:1 [INFO] [stdout] | [INFO] [stdout] 179 | /// [10] `subject ::= iri | BlankNode | collection` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:186:1 [INFO] [stdout] | [INFO] [stdout] 186 | / /// [11] `predicate ::= iri` [INFO] [stdout] 187 | | [INFO] [stdout] 188 | | /// [12] `object ::= iri | BlankNode | collection | blankNodePropertyList | literal` [INFO] [stdout] | |_-----------------------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:197:1 [INFO] [stdout] | [INFO] [stdout] 197 | /// [13] `literal ::= RDFLiteral | NumericLiteral | BooleanLiteral` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:200:1 [INFO] [stdout] | [INFO] [stdout] 200 | /// [14] `blankNodePropertyList ::= '[' predicateObjectList ']'` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:207:1 [INFO] [stdout] | [INFO] [stdout] 207 | /// [15] `collection ::= '(' object* ')'` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:216:1 [INFO] [stdout] | [INFO] [stdout] 216 | / /// [16] `NumericLiteral ::= INTEGER | DECIMAL | DOUBLE` [INFO] [stdout] 217 | | [INFO] [stdout] 218 | | /// [128s] `RDFLiteral ::= String (LANGTAG | '^^' iri)?` [INFO] [stdout] | |_--------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:255:1 [INFO] [stdout] | [INFO] [stdout] 255 | /// [133s] `BooleanLiteral ::= 'true' | 'false'` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:265:1 [INFO] [stdout] | [INFO] [stdout] 265 | / /// [17] `String ::= STRING_LITERAL_QUOTE | STRING_LITERAL_SINGLE_QUOTE` [INFO] [stdout] 266 | | /// ` | STRING_LITERAL_LONG_SINGLE_QUOTE | STRING_LITERAL_LONG_QUOTE` [INFO] [stdout] | |_-----------------------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:271:1 [INFO] [stdout] | [INFO] [stdout] 271 | /// [135s] `iri ::= IRIREF | PrefixedName` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:274:1 [INFO] [stdout] | [INFO] [stdout] 274 | /// [136s] `PrefixedName ::= PNAME_LN | PNAME_NS` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:285:1 [INFO] [stdout] | [INFO] [stdout] 285 | /// [137s] `BlankNode ::= BLANK_NODE_LABEL | ANON` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:288:1 [INFO] [stdout] | [INFO] [stdout] 288 | / /// [18] `IRIREF ::= '<' ([^#x00-#x20<>"{}|^`\] | UCHAR)* '>'` [INFO] [stdout] 289 | | /// #x00=NULL #01-#x1F=control codes #x20=space [INFO] [stdout] | |_----------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:294:1 [INFO] [stdout] | [INFO] [stdout] 294 | /// [139s] `PNAME_NS ::= PN_PREFIX? ':'` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:301:1 [INFO] [stdout] | [INFO] [stdout] 301 | / /// [140s] `PNAME_LN ::= PNAME_NS PN_LOCAL` [INFO] [stdout] 302 | | /// see prefixed_name [INFO] [stdout] 303 | | [INFO] [stdout] 304 | | /// [141s] `BLANK_NODE_LABEL ::= '_:' (PN_CHARS_U | [0-9]) ((PN_CHARS | '.')* PN_CHARS)?` [INFO] [stdout] | |_----------------------------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:337:1 [INFO] [stdout] | [INFO] [stdout] 337 | /// [144s] `LANGTAG ::= '@' [a-zA-Z]+ ('-' [a-zA-Z0-9]+)*` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:347:1 [INFO] [stdout] | [INFO] [stdout] 347 | /// [19] `INTEGER ::= [+-]? [0-9]+` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:359:1 [INFO] [stdout] | [INFO] [stdout] 359 | /// [20] `DECIMAL ::= [+-]? [0-9]* '.' [0-9]+` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:371:1 [INFO] [stdout] | [INFO] [stdout] 371 | /// [21] `DOUBLE ::= [+-]? ([0-9]+ '.' [0-9]* EXPONENT | '.' [0-9]+ EXPONENT | [0-9]+ EXPONENT)` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:387:1 [INFO] [stdout] | [INFO] [stdout] 387 | /// [154s] `EXPONENT ::= [eE] [+-]? [0-9]+` [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:439:1 [INFO] [stdout] | [INFO] [stdout] 439 | / /// [26] `UCHAR ::= '\u' HEX HEX HEX HEX | '\U' HEX HEX HEX HEX HEX HEX HEX HEX` [INFO] [stdout] 440 | | /// [159s] `ECHAR ::= '\' [tbnrf"'\]` [INFO] [stdout] 441 | | [INFO] [stdout] 442 | | /// [161s] `WS ::= #x20 | #x9 | #xD | #xA` [INFO] [stdout] 443 | | /// /* #x20=space #x9=character tabulation #xD=carriage return #xA=new line */ [INFO] [stdout] 444 | | [INFO] [stdout] 445 | | /// [162s] `ANON ::= '[' WS* ']'` [INFO] [stdout] | |_--------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:476:1 [INFO] [stdout] | [INFO] [stdout] 476 | /// [167s] PN_PREFIX ::= PN_CHARS_BASE ((PN_CHARS | '.')* PN_CHARS)? [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:486:1 [INFO] [stdout] | [INFO] [stdout] 486 | / /// [168s] PN_LOCAL ::= (PN_CHARS_U | ':' | [0-9] | PLX) [INFO] [stdout] 487 | | /// ((PN_CHARS | '.' | ':' | PLX)* (PN_CHARS | ':' | PLX))? [INFO] [stdout] | |_--------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:520:1 [INFO] [stdout] | [INFO] [stdout] 520 | /// [169s] PLX ::= PERCENT | PN_LOCAL_ESC [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:523:1 [INFO] [stdout] | [INFO] [stdout] 523 | / /// [170s] PERCENT ::= '%' HEX HEX [INFO] [stdout] 524 | | /// [171s] HEX ::= [0-9] | [A-F] | [a-f] [INFO] [stdout] | |_---------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/io/turtle/grammar.rs:531:1 [INFO] [stdout] | [INFO] [stdout] 531 | / /// [172s] PN_LOCAL_ESC ::= '\' ('_' | '~' | '.' | '-' | '!' | '$' | '&' | "'" [INFO] [stdout] 532 | | /// | '(' | ')' | '*' | '+' | ',' | ';' | '=' | '/' | '?' | '#' | '@' | '%') [INFO] [stdout] | |_---------------------------------------------------------------------------^ [INFO] [stdout] | | [INFO] [stdout] | rustdoc does not generate documentation for macro invocations [INFO] [stdout] | [INFO] [stdout] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `name` [INFO] [stdout] --> examples/w3tests.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | name: String, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `TestTurtleEval` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> examples/w3tests.rs:47:10 [INFO] [stdout] | [INFO] [stdout] 47 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `comment` [INFO] [stdout] --> examples/w3tests.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | comment: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TestTurtleEval` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> examples/w3tests.rs:47:10 [INFO] [stdout] | [INFO] [stdout] 47 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `approval` [INFO] [stdout] --> examples/w3tests.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | approval: Approval, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TestTurtleEval` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> examples/w3tests.rs:47:10 [INFO] [stdout] | [INFO] [stdout] 47 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `name` [INFO] [stdout] --> examples/w3tests.rs:60:5 [INFO] [stdout] | [INFO] [stdout] 60 | name: String, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TestTurtlePositiveSyntax` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> examples/w3tests.rs:57:10 [INFO] [stdout] | [INFO] [stdout] 57 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `comment` [INFO] [stdout] --> examples/w3tests.rs:61:5 [INFO] [stdout] | [INFO] [stdout] 61 | comment: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TestTurtlePositiveSyntax` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> examples/w3tests.rs:57:10 [INFO] [stdout] | [INFO] [stdout] 57 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `approval` [INFO] [stdout] --> examples/w3tests.rs:62:5 [INFO] [stdout] | [INFO] [stdout] 62 | approval: Approval, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TestTurtlePositiveSyntax` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> examples/w3tests.rs:57:10 [INFO] [stdout] | [INFO] [stdout] 57 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `name` [INFO] [stdout] --> examples/w3tests.rs:69:5 [INFO] [stdout] | [INFO] [stdout] 69 | name: String, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TestTurtleNegativeSyntax` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> examples/w3tests.rs:66:10 [INFO] [stdout] | [INFO] [stdout] 66 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `comment` [INFO] [stdout] --> examples/w3tests.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | comment: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TestTurtleNegativeSyntax` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> examples/w3tests.rs:66:10 [INFO] [stdout] | [INFO] [stdout] 66 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `approval` [INFO] [stdout] --> examples/w3tests.rs:71:5 [INFO] [stdout] | [INFO] [stdout] 71 | approval: Approval, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TestTurtleNegativeSyntax` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> examples/w3tests.rs:66:10 [INFO] [stdout] | [INFO] [stdout] 66 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `name` [INFO] [stdout] --> examples/w3tests.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | name: String, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TestTurtleNegativeEval` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> examples/w3tests.rs:75:10 [INFO] [stdout] | [INFO] [stdout] 75 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `comment` [INFO] [stdout] --> examples/w3tests.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 79 | comment: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TestTurtleNegativeEval` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> examples/w3tests.rs:75:10 [INFO] [stdout] | [INFO] [stdout] 75 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `approval` [INFO] [stdout] --> examples/w3tests.rs:80:5 [INFO] [stdout] | [INFO] [stdout] 80 | approval: Approval, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TestTurtleNegativeEval` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> examples/w3tests.rs:75:10 [INFO] [stdout] | [INFO] [stdout] 75 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `date` [INFO] [stdout] --> examples/w3tests.rs:112:5 [INFO] [stdout] | [INFO] [stdout] 112 | date: String, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TestResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> examples/w3tests.rs:109:10 [INFO] [stdout] | [INFO] [stdout] 109 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unknown `doc` attribute `hide` [INFO] [stdout] --> src/graphs/collection/mod.rs:236:7 [INFO] [stdout] | [INFO] [stdout] 236 | #[doc(hide)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(invalid_doc_attributes)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/graph.rs:162:24 [INFO] [stdout] | [INFO] [stdout] 162 | impl<'g> PartialEq for IRIPtr<'g> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 162 - impl<'g> PartialEq for IRIPtr<'g> { [INFO] [stdout] 162 + impl<'g> PartialEq for dyn IRIPtr<'g> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/graph.rs:167:17 [INFO] [stdout] | [INFO] [stdout] 167 | impl<'g> Eq for IRIPtr<'g> {} [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 167 - impl<'g> Eq for IRIPtr<'g> {} [INFO] [stdout] 167 + impl<'g> Eq for dyn IRIPtr<'g> {} [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/graph.rs:168:25 [INFO] [stdout] | [INFO] [stdout] 168 | impl<'g> PartialOrd for IRIPtr<'g> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 168 - impl<'g> PartialOrd for IRIPtr<'g> { [INFO] [stdout] 168 + impl<'g> PartialOrd for dyn IRIPtr<'g> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/graph.rs:173:18 [INFO] [stdout] | [INFO] [stdout] 173 | impl<'g> Ord for IRIPtr<'g> { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 173 - impl<'g> Ord for IRIPtr<'g> { [INFO] [stdout] 173 + impl<'g> Ord for dyn IRIPtr<'g> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/graph.rs:163:26 [INFO] [stdout] | [INFO] [stdout] 163 | fn eq(&self, other: &IRIPtr<'g>) -> bool { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 163 - fn eq(&self, other: &IRIPtr<'g>) -> bool { [INFO] [stdout] 163 + fn eq(&self, other: &dyn IRIPtr<'g>) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/graph.rs:169:35 [INFO] [stdout] | [INFO] [stdout] 169 | fn partial_cmp(&self, other: &IRIPtr<'g>) -> Option { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 169 - fn partial_cmp(&self, other: &IRIPtr<'g>) -> Option { [INFO] [stdout] 169 + fn partial_cmp(&self, other: &dyn IRIPtr<'g>) -> Option { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/graph.rs:174:27 [INFO] [stdout] | [INFO] [stdout] 174 | fn cmp(&self, other: &IRIPtr<'g>) -> Ordering { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 174 - fn cmp(&self, other: &IRIPtr<'g>) -> Ordering { [INFO] [stdout] 174 + fn cmp(&self, other: &dyn IRIPtr<'g>) -> Ordering { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/graphs/collection/mod.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | a: &TripleCmpWrap, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 35 - a: &TripleCmpWrap, [INFO] [stdout] 35 + a: &dyn TripleCmpWrap, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/graphs/collection/mod.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | a: &TripleCmpWrap, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 50 - a: &TripleCmpWrap, [INFO] [stdout] 50 + a: &dyn TripleCmpWrap, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/graphs/collection/mod.rs:66:56 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn compare_spo<'g, B: 'g, I: 'g, L: 'g, T: 'g>(a: &TripleCmpWrap, b: &T) -> cmp::Ordering [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 66 - pub fn compare_spo<'g, B: 'g, I: 'g, L: 'g, T: 'g>(a: &TripleCmpWrap, b: &T) -> cmp::Ordering [INFO] [stdout] 66 + pub fn compare_spo<'g, B: 'g, I: 'g, L: 'g, T: 'g>(a: &dyn TripleCmpWrap, b: &T) -> cmp::Ordering [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/graphs/collection/mod.rs:84:56 [INFO] [stdout] | [INFO] [stdout] 84 | pub fn compare_ops<'g, B: 'g, I: 'g, L: 'g, T: 'g>(a: &TripleCmpWrap, b: &T) -> cmp::Ordering [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 84 - pub fn compare_ops<'g, B: 'g, I: 'g, L: 'g, T: 'g>(a: &TripleCmpWrap, b: &T) -> cmp::Ordering [INFO] [stdout] 84 + pub fn compare_ops<'g, B: 'g, I: 'g, L: 'g, T: 'g>(a: &dyn TripleCmpWrap, b: &T) -> cmp::Ordering [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/graphs/collection/mod.rs:106:9 [INFO] [stdout] | [INFO] [stdout] 106 | t: &TripleCmpWrap<'g>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 106 - t: &TripleCmpWrap<'g>, [INFO] [stdout] 106 + t: &dyn TripleCmpWrap<'g>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/graphs/collection/mod.rs:137:9 [INFO] [stdout] | [INFO] [stdout] 137 | t: &TripleCmpWrap<'g>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 137 - t: &TripleCmpWrap<'g>, [INFO] [stdout] 137 + t: &dyn TripleCmpWrap<'g>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/graphs/collection/mod.rs:251:25 [INFO] [stdout] | [INFO] [stdout] 251 | fn new(triple_ref: &TripleCmpWrap<'g>, triples: $names<'g>) -> $name<'g> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/graphs/mod.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | / graph_collection!(test_collection( [INFO] [stdout] 16 | | 0: super::super::tel::Graph64, [INFO] [stdout] 17 | | 1: super::super::tel::Graph128 [INFO] [stdout] 18 | | )); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `spo_ops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 251 - fn new(triple_ref: &TripleCmpWrap<'g>, triples: $names<'g>) -> $name<'g> { [INFO] [stdout] 251 + fn new(triple_ref: &dyn TripleCmpWrap<'g>, triples: $names<'g>) -> $name<'g> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/graphs/collection/mod.rs:251:25 [INFO] [stdout] | [INFO] [stdout] 251 | fn new(triple_ref: &TripleCmpWrap<'g>, triples: $names<'g>) -> $name<'g> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/graphs/mod.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | / graph_collection!(test_collection( [INFO] [stdout] 16 | | 0: super::super::tel::Graph64, [INFO] [stdout] 17 | | 1: super::super::tel::Graph128 [INFO] [stdout] 18 | | )); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `spo_ops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 251 - fn new(triple_ref: &TripleCmpWrap<'g>, triples: $names<'g>) -> $name<'g> { [INFO] [stdout] 251 + fn new(triple_ref: &dyn TripleCmpWrap<'g>, triples: $names<'g>) -> $name<'g> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/graphs/collection/mod.rs:456:42 [INFO] [stdout] | [INFO] [stdout] 456 | min = Some(t as &TripleCmpWrap); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/graphs/mod.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | / graph_collection!(test_collection( [INFO] [stdout] 16 | | 0: super::super::tel::Graph64, [INFO] [stdout] 17 | | 1: super::super::tel::Graph128 [INFO] [stdout] 18 | | )); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `graph_collection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 456 - min = Some(t as &TripleCmpWrap); [INFO] [stdout] 456 + min = Some(t as &dyn TripleCmpWrap); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/graphs/collection/mod.rs:486:42 [INFO] [stdout] | [INFO] [stdout] 486 | min = Some(t as &TripleCmpWrap); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/graphs/mod.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | / graph_collection!(test_collection( [INFO] [stdout] 16 | | 0: super::super::tel::Graph64, [INFO] [stdout] 17 | | 1: super::super::tel::Graph128 [INFO] [stdout] 18 | | )); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `graph_collection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 486 - min = Some(t as &TripleCmpWrap); [INFO] [stdout] 486 + min = Some(t as &dyn TripleCmpWrap); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/graphs/collection/mod.rs:516:42 [INFO] [stdout] | [INFO] [stdout] 516 | min = Some(t as &TripleCmpWrap); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/graphs/mod.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | / graph_collection!(test_collection( [INFO] [stdout] 16 | | 0: super::super::tel::Graph64, [INFO] [stdout] 17 | | 1: super::super::tel::Graph128 [INFO] [stdout] 18 | | )); [INFO] [stdout] | |______- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: this warning originates in the macro `graph_collection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 516 - min = Some(t as &TripleCmpWrap); [INFO] [stdout] 516 + min = Some(t as &dyn TripleCmpWrap); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 57 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.62s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/rome-53d201d2ab25d8a1) [INFO] running `Command { std: "docker" "inspect" "394c6c34e91751fe1a3081efe08b4dfef07dda5653c94d3e3fe09ffc5adac914", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "394c6c34e91751fe1a3081efe08b4dfef07dda5653c94d3e3fe09ffc5adac914", kill_on_drop: false }` [INFO] [stdout] 394c6c34e91751fe1a3081efe08b4dfef07dda5653c94d3e3fe09ffc5adac914 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 46bd8d151c3799f22276784edbf9504787f59577b9c77985166a3ffad46f1a6a [INFO] running `Command { std: "docker" "start" "-a" "46bd8d151c3799f22276784edbf9504787f59577b9c77985166a3ffad46f1a6a", kill_on_drop: false }` [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/graph.rs:471:41 [INFO] [stderr] | [INFO] [stderr] 471 | fn create_iri<'a, I: 'a>(&mut self, &I) -> Self::IRI [INFO] [stderr] | ^^ help: try naming the parameter or explicitly ignoring it: `_: &I` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/graph.rs:475:45 [INFO] [stderr] | [INFO] [stderr] 475 | fn create_literal<'a, L: 'a>(&mut self, &L) -> Self::Literal [INFO] [stderr] | ^^ help: try naming the parameter or explicitly ignoring it: `_: &L` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/graph.rs:479:35 [INFO] [stderr] | [INFO] [stderr] 479 | fn create_datatype(&mut self, &str) -> Self::Datatype; [INFO] [stderr] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: &str` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stderr] --> src/graph.rs:481:35 [INFO] [stderr] | [INFO] [stderr] 481 | fn create_language(&mut self, &str) -> Self::Language; [INFO] [stderr] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: &str` [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stderr] = note: for more information, see issue #41686 [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/io/turtle/grammar.rs:36:1 [INFO] [stderr] | [INFO] [stderr] 36 | /// whitespace that may contain comments [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/io/turtle/grammar.rs:43:1 [INFO] [stderr] | [INFO] [stderr] 43 | / /// [2] `statement ::= directive | triples '.'` [INFO] [stderr] 44 | | /// [3] `directive ::= prefixID | base | sparqlPrefix | sparqlBase` [INFO] [stderr] | |_------------------------------------------------------------------^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/io/turtle/grammar.rs:54:1 [INFO] [stderr] | [INFO] [stderr] 54 | /// [4] `prefixID ::= '@prefix' PNAME_NS IRIREF '.'` [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/io/turtle/grammar.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | /// [5] `base ::= '@base' IRIREF '.'` [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/io/turtle/grammar.rs:71:1 [INFO] [stderr] | [INFO] [stderr] 71 | /// [5s] `sparqlBase ::= "BASE" IRIREF` [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/io/turtle/grammar.rs:78:1 [INFO] [stderr] | [INFO] [stderr] 78 | /// [6s] `sparqlPrefix ::= "PREFIX" PNAME_NS IRIREF` [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/io/turtle/grammar.rs:86:1 [INFO] [stderr] | [INFO] [stderr] 86 | /// [6] `triples ::= subject predicateObjectList | blankNodePropertyList predicateObjectList?` [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/io/turtle/grammar.rs:165:1 [INFO] [stderr] | [INFO] [stderr] 165 | /// [8] `objectList ::= object (',' object)*` [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/io/turtle/grammar.rs:171:1 [INFO] [stderr] | [INFO] [stderr] 171 | /// [9] `verb ::= predicate | 'a'` [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/io/turtle/grammar.rs:179:1 [INFO] [stderr] | [INFO] [stderr] 179 | /// [10] `subject ::= iri | BlankNode | collection` [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/io/turtle/grammar.rs:186:1 [INFO] [stderr] | [INFO] [stderr] 186 | / /// [11] `predicate ::= iri` [INFO] [stderr] 187 | | [INFO] [stderr] 188 | | /// [12] `object ::= iri | BlankNode | collection | blankNodePropertyList | literal` [INFO] [stderr] | |_-----------------------------------------------------------------------------------^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/io/turtle/grammar.rs:197:1 [INFO] [stderr] | [INFO] [stderr] 197 | /// [13] `literal ::= RDFLiteral | NumericLiteral | BooleanLiteral` [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/io/turtle/grammar.rs:200:1 [INFO] [stderr] | [INFO] [stderr] 200 | /// [14] `blankNodePropertyList ::= '[' predicateObjectList ']'` [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/io/turtle/grammar.rs:207:1 [INFO] [stderr] | [INFO] [stderr] 207 | /// [15] `collection ::= '(' object* ')'` [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/io/turtle/grammar.rs:216:1 [INFO] [stderr] | [INFO] [stderr] 216 | / /// [16] `NumericLiteral ::= INTEGER | DECIMAL | DOUBLE` [INFO] [stderr] 217 | | [INFO] [stderr] 218 | | /// [128s] `RDFLiteral ::= String (LANGTAG | '^^' iri)?` [INFO] [stderr] | |_--------------------------------------------------------^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/io/turtle/grammar.rs:255:1 [INFO] [stderr] | [INFO] [stderr] 255 | /// [133s] `BooleanLiteral ::= 'true' | 'false'` [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/io/turtle/grammar.rs:265:1 [INFO] [stderr] | [INFO] [stderr] 265 | / /// [17] `String ::= STRING_LITERAL_QUOTE | STRING_LITERAL_SINGLE_QUOTE` [INFO] [stderr] 266 | | /// ` | STRING_LITERAL_LONG_SINGLE_QUOTE | STRING_LITERAL_LONG_QUOTE` [INFO] [stderr] | |_-----------------------------------------------------------------------------------^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/io/turtle/grammar.rs:271:1 [INFO] [stderr] | [INFO] [stderr] 271 | /// [135s] `iri ::= IRIREF | PrefixedName` [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/io/turtle/grammar.rs:274:1 [INFO] [stderr] | [INFO] [stderr] 274 | /// [136s] `PrefixedName ::= PNAME_LN | PNAME_NS` [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/io/turtle/grammar.rs:285:1 [INFO] [stderr] | [INFO] [stderr] 285 | /// [137s] `BlankNode ::= BLANK_NODE_LABEL | ANON` [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/io/turtle/grammar.rs:288:1 [INFO] [stderr] | [INFO] [stderr] 288 | / /// [18] `IRIREF ::= '<' ([^#x00-#x20<>"{}|^`\] | UCHAR)* '>'` [INFO] [stderr] 289 | | /// #x00=NULL #01-#x1F=control codes #x20=space [INFO] [stderr] | |_----------------------------------------------^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/io/turtle/grammar.rs:294:1 [INFO] [stderr] | [INFO] [stderr] 294 | /// [139s] `PNAME_NS ::= PN_PREFIX? ':'` [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/io/turtle/grammar.rs:301:1 [INFO] [stderr] | [INFO] [stderr] 301 | / /// [140s] `PNAME_LN ::= PNAME_NS PN_LOCAL` [INFO] [stderr] 302 | | /// see prefixed_name [INFO] [stderr] 303 | | [INFO] [stderr] 304 | | /// [141s] `BLANK_NODE_LABEL ::= '_:' (PN_CHARS_U | [0-9]) ((PN_CHARS | '.')* PN_CHARS)?` [INFO] [stderr] | |_----------------------------------------------------------------------------------------^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/io/turtle/grammar.rs:337:1 [INFO] [stderr] | [INFO] [stderr] 337 | /// [144s] `LANGTAG ::= '@' [a-zA-Z]+ ('-' [a-zA-Z0-9]+)*` [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/io/turtle/grammar.rs:347:1 [INFO] [stderr] | [INFO] [stderr] 347 | /// [19] `INTEGER ::= [+-]? [0-9]+` [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/io/turtle/grammar.rs:359:1 [INFO] [stderr] | [INFO] [stderr] 359 | /// [20] `DECIMAL ::= [+-]? [0-9]* '.' [0-9]+` [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/io/turtle/grammar.rs:371:1 [INFO] [stderr] | [INFO] [stderr] 371 | /// [21] `DOUBLE ::= [+-]? ([0-9]+ '.' [0-9]* EXPONENT | '.' [0-9]+ EXPONENT | [0-9]+ EXPONENT)` [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/io/turtle/grammar.rs:387:1 [INFO] [stderr] | [INFO] [stderr] 387 | /// [154s] `EXPONENT ::= [eE] [+-]? [0-9]+` [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/io/turtle/grammar.rs:439:1 [INFO] [stderr] | [INFO] [stderr] 439 | / /// [26] `UCHAR ::= '\u' HEX HEX HEX HEX | '\U' HEX HEX HEX HEX HEX HEX HEX HEX` [INFO] [stderr] 440 | | /// [159s] `ECHAR ::= '\' [tbnrf"'\]` [INFO] [stderr] 441 | | [INFO] [stderr] 442 | | /// [161s] `WS ::= #x20 | #x9 | #xD | #xA` [INFO] [stderr] 443 | | /// /* #x20=space #x9=character tabulation #xD=carriage return #xA=new line */ [INFO] [stderr] 444 | | [INFO] [stderr] 445 | | /// [162s] `ANON ::= '[' WS* ']'` [INFO] [stderr] | |_--------------------------------^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/io/turtle/grammar.rs:476:1 [INFO] [stderr] | [INFO] [stderr] 476 | /// [167s] PN_PREFIX ::= PN_CHARS_BASE ((PN_CHARS | '.')* PN_CHARS)? [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/io/turtle/grammar.rs:486:1 [INFO] [stderr] | [INFO] [stderr] 486 | / /// [168s] PN_LOCAL ::= (PN_CHARS_U | ':' | [0-9] | PLX) [INFO] [stderr] 487 | | /// ((PN_CHARS | '.' | ':' | PLX)* (PN_CHARS | ':' | PLX))? [INFO] [stderr] | |_--------------------------------------------------------------------^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/io/turtle/grammar.rs:520:1 [INFO] [stderr] | [INFO] [stderr] 520 | /// [169s] PLX ::= PERCENT | PN_LOCAL_ESC [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/io/turtle/grammar.rs:523:1 [INFO] [stderr] | [INFO] [stderr] 523 | / /// [170s] PERCENT ::= '%' HEX HEX [INFO] [stderr] 524 | | /// [171s] HEX ::= [0-9] | [A-F] | [a-f] [INFO] [stderr] | |_---------------------------------------^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/io/turtle/grammar.rs:531:1 [INFO] [stderr] | [INFO] [stderr] 531 | / /// [172s] PN_LOCAL_ESC ::= '\' ('_' | '~' | '.' | '-' | '!' | '$' | '&' | "'" [INFO] [stderr] 532 | | /// | '(' | ')' | '*' | '+' | ',' | ';' | '=' | '/' | '?' | '#' | '@' | '%') [INFO] [stderr] | |_---------------------------------------------------------------------------^ [INFO] [stderr] | | [INFO] [stderr] | rustdoc does not generate documentation for macro invocations [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unknown `doc` attribute `hide` [INFO] [stderr] --> src/graphs/collection/mod.rs:236:7 [INFO] [stderr] | [INFO] [stderr] 236 | #[doc(hide)] [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(invalid_doc_attributes)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/graph.rs:162:24 [INFO] [stderr] | [INFO] [stderr] 162 | impl<'g> PartialEq for IRIPtr<'g> { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 162 - impl<'g> PartialEq for IRIPtr<'g> { [INFO] [stderr] 162 + impl<'g> PartialEq for dyn IRIPtr<'g> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/graph.rs:167:17 [INFO] [stderr] | [INFO] [stderr] 167 | impl<'g> Eq for IRIPtr<'g> {} [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 167 - impl<'g> Eq for IRIPtr<'g> {} [INFO] [stderr] 167 + impl<'g> Eq for dyn IRIPtr<'g> {} [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/graph.rs:168:25 [INFO] [stderr] | [INFO] [stderr] 168 | impl<'g> PartialOrd for IRIPtr<'g> { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 168 - impl<'g> PartialOrd for IRIPtr<'g> { [INFO] [stderr] 168 + impl<'g> PartialOrd for dyn IRIPtr<'g> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/graph.rs:173:18 [INFO] [stderr] | [INFO] [stderr] 173 | impl<'g> Ord for IRIPtr<'g> { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 173 - impl<'g> Ord for IRIPtr<'g> { [INFO] [stderr] 173 + impl<'g> Ord for dyn IRIPtr<'g> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/graph.rs:163:26 [INFO] [stderr] | [INFO] [stderr] 163 | fn eq(&self, other: &IRIPtr<'g>) -> bool { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 163 - fn eq(&self, other: &IRIPtr<'g>) -> bool { [INFO] [stderr] 163 + fn eq(&self, other: &dyn IRIPtr<'g>) -> bool { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/graph.rs:169:35 [INFO] [stderr] | [INFO] [stderr] 169 | fn partial_cmp(&self, other: &IRIPtr<'g>) -> Option { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 169 - fn partial_cmp(&self, other: &IRIPtr<'g>) -> Option { [INFO] [stderr] 169 + fn partial_cmp(&self, other: &dyn IRIPtr<'g>) -> Option { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/graph.rs:174:27 [INFO] [stderr] | [INFO] [stderr] 174 | fn cmp(&self, other: &IRIPtr<'g>) -> Ordering { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 174 - fn cmp(&self, other: &IRIPtr<'g>) -> Ordering { [INFO] [stderr] 174 + fn cmp(&self, other: &dyn IRIPtr<'g>) -> Ordering { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/graphs/collection/mod.rs:35:9 [INFO] [stderr] | [INFO] [stderr] 35 | a: &TripleCmpWrap, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 35 - a: &TripleCmpWrap, [INFO] [stderr] 35 + a: &dyn TripleCmpWrap, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/graphs/collection/mod.rs:50:9 [INFO] [stderr] | [INFO] [stderr] 50 | a: &TripleCmpWrap, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 50 - a: &TripleCmpWrap, [INFO] [stderr] 50 + a: &dyn TripleCmpWrap, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/graphs/collection/mod.rs:66:56 [INFO] [stderr] | [INFO] [stderr] 66 | pub fn compare_spo<'g, B: 'g, I: 'g, L: 'g, T: 'g>(a: &TripleCmpWrap, b: &T) -> cmp::Ordering [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 66 - pub fn compare_spo<'g, B: 'g, I: 'g, L: 'g, T: 'g>(a: &TripleCmpWrap, b: &T) -> cmp::Ordering [INFO] [stderr] 66 + pub fn compare_spo<'g, B: 'g, I: 'g, L: 'g, T: 'g>(a: &dyn TripleCmpWrap, b: &T) -> cmp::Ordering [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/graphs/collection/mod.rs:84:56 [INFO] [stderr] | [INFO] [stderr] 84 | pub fn compare_ops<'g, B: 'g, I: 'g, L: 'g, T: 'g>(a: &TripleCmpWrap, b: &T) -> cmp::Ordering [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 84 - pub fn compare_ops<'g, B: 'g, I: 'g, L: 'g, T: 'g>(a: &TripleCmpWrap, b: &T) -> cmp::Ordering [INFO] [stderr] 84 + pub fn compare_ops<'g, B: 'g, I: 'g, L: 'g, T: 'g>(a: &dyn TripleCmpWrap, b: &T) -> cmp::Ordering [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/graphs/collection/mod.rs:106:9 [INFO] [stderr] | [INFO] [stderr] 106 | t: &TripleCmpWrap<'g>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 106 - t: &TripleCmpWrap<'g>, [INFO] [stderr] 106 + t: &dyn TripleCmpWrap<'g>, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/graphs/collection/mod.rs:137:9 [INFO] [stderr] | [INFO] [stderr] 137 | t: &TripleCmpWrap<'g>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 137 - t: &TripleCmpWrap<'g>, [INFO] [stderr] 137 + t: &dyn TripleCmpWrap<'g>, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a macro [INFO] [stderr] --> src/graphs/collection/mod.rs:238:1 [INFO] [stderr] | [INFO] [stderr] 238 | / macro_rules! [INFO] [stderr] 239 | | spo_ops { [INFO] [stderr] 240 | | ($name:ident $names:ident($( $n:tt:$graph_type:path),+) ) => { [INFO] [stderr] 241 | | [INFO] [stderr] ... | [INFO] [stderr] 292 | | } [INFO] [stderr] 293 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:1:9 [INFO] [stderr] | [INFO] [stderr] 1 | #![warn(missing_docs)] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a macro [INFO] [stderr] --> src/resource.rs:275:1 [INFO] [stderr] | [INFO] [stderr] 275 | macro_rules! property{( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: missing documentation for a macro [INFO] [stderr] --> src/resource.rs:305:1 [INFO] [stderr] | [INFO] [stderr] 305 | macro_rules! class{( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/graphs/collection/mod.rs:251:25 [INFO] [stderr] | [INFO] [stderr] 251 | fn new(triple_ref: &TripleCmpWrap<'g>, triples: $names<'g>) -> $name<'g> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/graphs/mod.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | / graph_collection!(test_collection( [INFO] [stderr] 16 | | 0: super::super::tel::Graph64, [INFO] [stderr] 17 | | 1: super::super::tel::Graph128 [INFO] [stderr] 18 | | )); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `spo_ops` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 251 - fn new(triple_ref: &TripleCmpWrap<'g>, triples: $names<'g>) -> $name<'g> { [INFO] [stderr] 251 + fn new(triple_ref: &dyn TripleCmpWrap<'g>, triples: $names<'g>) -> $name<'g> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/graphs/collection/mod.rs:456:42 [INFO] [stderr] | [INFO] [stderr] 456 | min = Some(t as &TripleCmpWrap); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/graphs/mod.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | / graph_collection!(test_collection( [INFO] [stderr] 16 | | 0: super::super::tel::Graph64, [INFO] [stderr] 17 | | 1: super::super::tel::Graph128 [INFO] [stderr] 18 | | )); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `graph_collection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 456 - min = Some(t as &TripleCmpWrap); [INFO] [stderr] 456 + min = Some(t as &dyn TripleCmpWrap); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/graphs/collection/mod.rs:486:42 [INFO] [stderr] | [INFO] [stderr] 486 | min = Some(t as &TripleCmpWrap); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/graphs/mod.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | / graph_collection!(test_collection( [INFO] [stderr] 16 | | 0: super::super::tel::Graph64, [INFO] [stderr] 17 | | 1: super::super::tel::Graph128 [INFO] [stderr] 18 | | )); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `graph_collection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 486 - min = Some(t as &TripleCmpWrap); [INFO] [stderr] 486 + min = Some(t as &dyn TripleCmpWrap); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/graphs/collection/mod.rs:516:42 [INFO] [stderr] | [INFO] [stderr] 516 | min = Some(t as &TripleCmpWrap); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/graphs/mod.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | / graph_collection!(test_collection( [INFO] [stderr] 16 | | 0: super::super::tel::Graph64, [INFO] [stderr] 17 | | 1: super::super::tel::Graph128 [INFO] [stderr] 18 | | )); [INFO] [stderr] | |______- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: this warning originates in the macro `graph_collection` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 516 - min = Some(t as &TripleCmpWrap); [INFO] [stderr] 516 + min = Some(t as &dyn TripleCmpWrap); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `rome` (lib) generated 55 warnings [INFO] [stderr] warning: `rome` (lib test) generated 57 warnings (53 duplicates) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/w3tests.rs:296:13 [INFO] [stderr] | [INFO] [stderr] 296 | i: &mut Iterator, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 296 - i: &mut Iterator, [INFO] [stderr] 296 + i: &mut dyn Iterator, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field is never read: `name` [INFO] [stderr] --> examples/w3tests.rs:50:5 [INFO] [stderr] | [INFO] [stderr] 50 | name: String, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `TestTurtleEval` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> examples/w3tests.rs:47:10 [INFO] [stderr] | [INFO] [stderr] 47 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `comment` [INFO] [stderr] --> examples/w3tests.rs:51:5 [INFO] [stderr] | [INFO] [stderr] 51 | comment: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `TestTurtleEval` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> examples/w3tests.rs:47:10 [INFO] [stderr] | [INFO] [stderr] 47 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `approval` [INFO] [stderr] --> examples/w3tests.rs:52:5 [INFO] [stderr] | [INFO] [stderr] 52 | approval: Approval, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `TestTurtleEval` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> examples/w3tests.rs:47:10 [INFO] [stderr] | [INFO] [stderr] 47 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `name` [INFO] [stderr] --> examples/w3tests.rs:60:5 [INFO] [stderr] | [INFO] [stderr] 60 | name: String, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `TestTurtlePositiveSyntax` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> examples/w3tests.rs:57:10 [INFO] [stderr] | [INFO] [stderr] 57 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `comment` [INFO] [stderr] --> examples/w3tests.rs:61:5 [INFO] [stderr] | [INFO] [stderr] 61 | comment: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `TestTurtlePositiveSyntax` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> examples/w3tests.rs:57:10 [INFO] [stderr] | [INFO] [stderr] 57 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `approval` [INFO] [stderr] --> examples/w3tests.rs:62:5 [INFO] [stderr] | [INFO] [stderr] 62 | approval: Approval, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `TestTurtlePositiveSyntax` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> examples/w3tests.rs:57:10 [INFO] [stderr] | [INFO] [stderr] 57 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `name` [INFO] [stderr] --> examples/w3tests.rs:69:5 [INFO] [stderr] | [INFO] [stderr] 69 | name: String, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `TestTurtleNegativeSyntax` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> examples/w3tests.rs:66:10 [INFO] [stderr] | [INFO] [stderr] 66 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `comment` [INFO] [stderr] --> examples/w3tests.rs:70:5 [INFO] [stderr] | [INFO] [stderr] 70 | comment: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `TestTurtleNegativeSyntax` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> examples/w3tests.rs:66:10 [INFO] [stderr] | [INFO] [stderr] 66 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `approval` [INFO] [stderr] --> examples/w3tests.rs:71:5 [INFO] [stderr] | [INFO] [stderr] 71 | approval: Approval, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `TestTurtleNegativeSyntax` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> examples/w3tests.rs:66:10 [INFO] [stderr] | [INFO] [stderr] 66 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `name` [INFO] [stderr] --> examples/w3tests.rs:78:5 [INFO] [stderr] | [INFO] [stderr] 78 | name: String, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `TestTurtleNegativeEval` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> examples/w3tests.rs:75:10 [INFO] [stderr] | [INFO] [stderr] 75 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `comment` [INFO] [stderr] --> examples/w3tests.rs:79:5 [INFO] [stderr] | [INFO] [stderr] 79 | comment: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `TestTurtleNegativeEval` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> examples/w3tests.rs:75:10 [INFO] [stderr] | [INFO] [stderr] 75 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `approval` [INFO] [stderr] --> examples/w3tests.rs:80:5 [INFO] [stderr] | [INFO] [stderr] 80 | approval: Approval, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `TestTurtleNegativeEval` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> examples/w3tests.rs:75:10 [INFO] [stderr] | [INFO] [stderr] 75 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `date` [INFO] [stderr] --> examples/w3tests.rs:112:5 [INFO] [stderr] | [INFO] [stderr] 112 | date: String, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `TestResult` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> examples/w3tests.rs:109:10 [INFO] [stderr] | [INFO] [stderr] 109 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> examples/generate_code.rs:346:33 [INFO] [stderr] | [INFO] [stderr] 346 | if let Some(mut writer) = outputs.get_mut(prop_prefix) { [INFO] [stderr] | ----^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `rome` (example "w3tests") generated 14 warnings [INFO] [stderr] warning: `rome` (example "generate_code") generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rome-53d201d2ab25d8a1) [INFO] [stdout] [INFO] [stdout] running 61 tests [INFO] [stderr] Doc-tests rome [INFO] [stdout] test graphs::tel::triple128::test_triple1 ... ok [INFO] [stdout] test graphs::tel::string_collector::test_string_collector ... ok [INFO] [stdout] test graphs::tel::triple128::test_triple1_ops ... ok [INFO] [stdout] test graphs::tel::triple128::test_triple2 ... ok [INFO] [stdout] test graphs::tel::triple128::test_triple2_ops ... ok [INFO] [stdout] test graphs::tel::triple128::test_triple3 ... ok [INFO] [stdout] test graphs::tel::triple128::test_triple4 ... ok [INFO] [stdout] test graphs::tel::graph_creator::keep_blank_subject ... ok [INFO] [stdout] test graphs::tel::triple128::test_triple3_ops ... ok [INFO] [stdout] test graphs::tel::graph_creator::collect_empty ... ok [INFO] [stdout] test graphs::tel::triple128::test_triple4_ops ... ok [INFO] [stdout] test graphs::tel::triple128::test_triple_set_object ... ok [INFO] [stdout] test graphs::tel::triple128::test_triple_set_object_ops ... ok [INFO] [stdout] test graphs::tel::triple128::test_triple_set_predicate ... ok [INFO] [stdout] test graphs::tel::triple128::test_triple_set_predicate_ops ... ok [INFO] [stdout] test graphs::tel::triple128::test_triple_set_subject ... ok [INFO] [stdout] test graphs::tel::triple128::test_triple_set_subject_ops ... ok [INFO] [stdout] test graphs::tel::triple64::test_triple1 ... ok [INFO] [stdout] test graphs::tel::triple64::test_triple1_ops ... ok [INFO] [stdout] test graphs::tel::triple64::test_triple2 ... ok [INFO] [stdout] test graphs::tel::triple64::test_triple2_ops ... ok [INFO] [stdout] test graphs::tel::triple64::test_triple3 ... ok [INFO] [stdout] test graphs::tel::triple64::test_triple3_ops ... ok [INFO] [stdout] test graphs::tel::triple64::test_triple4_ops ... ok [INFO] [stdout] test graphs::tel::triple64::test_triple_set_object ... ok [INFO] [stdout] test graphs::tel::triple64::test_triple4 ... ok [INFO] [stdout] test graphs::tel::triple64::test_triple_set_object_ops ... ok [INFO] [stdout] test graphs::tel::triple64::test_triple_set_predicate ... ok [INFO] [stdout] test graphs::tel::triple64::test_triple_set_predicate_ops ... ok [INFO] [stdout] test graphs::tel::triple64::test_triple_set_subject ... ok [INFO] [stdout] test graphs::tel::triple64::test_triple_set_subject_ops ... ok [INFO] [stdout] test io::turtle::grammar::test_base ... ok [INFO] [stdout] test io::turtle::grammar::test_blank_node_label ... ok [INFO] [stdout] test io::turtle::grammar::test_boolean ... ok [INFO] [stdout] test io::turtle::grammar::test_comment ... ok [INFO] [stdout] test graphs::test::test ... ok [INFO] [stdout] test io::turtle::grammar::test_decimal ... ok [INFO] [stdout] test io::turtle::grammar::test_integer ... ok [INFO] [stdout] test io::turtle::grammar::test_langtag ... ok [INFO] [stdout] test io::turtle::grammar::test_iri ... ok [INFO] [stdout] test io::turtle::grammar::test_object ... ok [INFO] [stdout] test io::turtle::grammar::test_literal ... ok [INFO] [stdout] test io::turtle::grammar::test_pn_local ... ok [INFO] [stdout] test io::turtle::grammar::test_object_list ... ok [INFO] [stdout] test io::turtle::grammar::test_prefix_id ... ok [INFO] [stdout] test io::turtle::grammar::test_predicated_objects ... ok [INFO] [stdout] test io::turtle::grammar::test_rdfliteral ... ok [INFO] [stdout] test io::turtle::grammar::test_prefixed_name ... ok [INFO] [stdout] test io::turtle::grammar::test_sparql_base ... ok [INFO] [stdout] test io::turtle::grammar::test_sparql_prefix ... ok [INFO] [stdout] test io::turtle::grammar::test_statement_triples ... ok [INFO] [stdout] test io::turtle::grammar::test_string_literal_long_quote ... ok [INFO] [stdout] test io::turtle::grammar::test_string_literal_long_single_quote ... ok [INFO] [stdout] test io::turtle::grammar::test_string_literal_quote ... ok [INFO] [stdout] test io::turtle::grammar::test_string_literal_single_quote ... ok [INFO] [stdout] test io::turtle::grammar::test_triples ... ok [INFO] [stdout] test io::turtle::parser::blank_node ... ok [INFO] [stdout] test io::turtle::parser::test_no_space_before_dot ... ok [INFO] [stdout] test resource::tests::test_class_iri ... ok [INFO] [stdout] test io::turtle::parser::test_string_literal_long_quote ... ok [INFO] [stdout] test resource::tests::instantiate_ontology_classes ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 61 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test src/graph.rs - graph::BlankNodePtr::to_resource (line 109) ... ok [INFO] [stdout] test src/graph.rs - graph::BlankNodePtr::to_blank_node_or_iri (line 84) ... ok [INFO] [stdout] test src/graphs/collection/mod.rs - graphs::collection::graph_collection (line 299) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.03s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "46bd8d151c3799f22276784edbf9504787f59577b9c77985166a3ffad46f1a6a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "46bd8d151c3799f22276784edbf9504787f59577b9c77985166a3ffad46f1a6a", kill_on_drop: false }` [INFO] [stdout] 46bd8d151c3799f22276784edbf9504787f59577b9c77985166a3ffad46f1a6a