[INFO] fetching crate rome 0.1.3... [INFO] checking rome-0.1.3 against try#f47dd4da3ae8c32c9e65d307bfe640b143e674df for pr-77526 [INFO] extracting crate rome 0.1.3 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate rome 0.1.3 on toolchain f47dd4da3ae8c32c9e65d307bfe640b143e674df [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "read-manifest" "--manifest-path" "Cargo.toml", 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-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8433bf56761c8c32a8aa0fe3acf450f9ebfd9511a15322615f45a12447dc518d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "8433bf56761c8c32a8aa0fe3acf450f9ebfd9511a15322615f45a12447dc518d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8433bf56761c8c32a8aa0fe3acf450f9ebfd9511a15322615f45a12447dc518d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8433bf56761c8c32a8aa0fe3acf450f9ebfd9511a15322615f45a12447dc518d", kill_on_drop: false }` [INFO] [stdout] 8433bf56761c8c32a8aa0fe3acf450f9ebfd9511a15322615f45a12447dc518d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 16c6554cc7a0d973af606cc895d8299f6b576d80ec200c618540c728a8b99941 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "16c6554cc7a0d973af606cc895d8299f6b576d80ec200c618540c728a8b99941", kill_on_drop: false }` [INFO] [stderr] Checking regex-syntax v0.6.18 [INFO] [stderr] Checking aho-corasick v0.7.13 [INFO] [stderr] Checking nom v4.2.3 [INFO] [stderr] Checking regex v1.3.9 [INFO] [stderr] Checking rome v0.1.3 (/opt/rustwide/workdir) [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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:44:1 [INFO] [stdout] | [INFO] [stdout] 44 | /// [3] `directive ::= prefixID | base | sparqlPrefix | sparqlBase` [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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:188:1 [INFO] [stdout] | [INFO] [stdout] 188 | /// [12] `object ::= iri | BlankNode | collection | blankNodePropertyList | literal` [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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:218:1 [INFO] [stdout] | [INFO] [stdout] 218 | /// [128s] `RDFLiteral ::= String (LANGTAG | '^^' iri)?` [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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:266:1 [INFO] [stdout] | [INFO] [stdout] 266 | /// ` | STRING_LITERAL_LONG_SINGLE_QUOTE | STRING_LITERAL_LONG_QUOTE` [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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:289:1 [INFO] [stdout] | [INFO] [stdout] 289 | /// #x00=NULL #01-#x1F=control codes #x20=space [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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:302:1 [INFO] [stdout] | [INFO] [stdout] 302 | /// see prefixed_name [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:304:1 [INFO] [stdout] | [INFO] [stdout] 304 | /// [141s] `BLANK_NODE_LABEL ::= '_:' (PN_CHARS_U | [0-9]) ((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: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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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:440:1 [INFO] [stdout] | [INFO] [stdout] 440 | /// [159s] `ECHAR ::= '\' [tbnrf"'\]` [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:442:1 [INFO] [stdout] | [INFO] [stdout] 442 | /// [161s] `WS ::= #x20 | #x9 | #xD | #xA` [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:443:1 [INFO] [stdout] | [INFO] [stdout] 443 | /// /* #x20=space #x9=character tabulation #xD=carriage return #xA=new line */ [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:445:1 [INFO] [stdout] | [INFO] [stdout] 445 | /// [162s] `ANON ::= '[' WS* ']'` [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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:487:1 [INFO] [stdout] | [INFO] [stdout] 487 | /// ((PN_CHARS | '.' | ':' | PLX)* (PN_CHARS | ':' | PLX))? [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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:524:1 [INFO] [stdout] | [INFO] [stdout] 524 | /// [171s] HEX ::= [0-9] | [A-F] | [a-f] [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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:532:1 [INFO] [stdout] | [INFO] [stdout] 532 | /// | '(' | ')' | '*' | '+' | ',' | ';' | '=' | '/' | '?' | '#' | '@' | '%') [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: 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] | ^^^^^^^^^^ help: use `dyn`: `dyn IRIPtr<'g>` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [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] | ^^^^^^^^^^ help: use `dyn`: `dyn IRIPtr<'g>` [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] | ^^^^^^^^^^ help: use `dyn`: `dyn IRIPtr<'g>` [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] | ^^^^^^^^^^ help: use `dyn`: `dyn IRIPtr<'g>` [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] | ^^^^^^^^^^ help: use `dyn`: `dyn IRIPtr<'g>` [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] | ^^^^^^^^^^ help: use `dyn`: `dyn IRIPtr<'g>` [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] | ^^^^^^^^^^ help: use `dyn`: `dyn IRIPtr<'g>` [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] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn TripleCmpWrap` [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] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn TripleCmpWrap` [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] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn TripleCmpWrap` [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] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn TripleCmpWrap` [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] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TripleCmpWrap<'g>` [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] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TripleCmpWrap<'g>` [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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:44:1 [INFO] [stdout] | [INFO] [stdout] 44 | /// [3] `directive ::= prefixID | base | sparqlPrefix | sparqlBase` [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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:188:1 [INFO] [stdout] | [INFO] [stdout] 188 | /// [12] `object ::= iri | BlankNode | collection | blankNodePropertyList | literal` [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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:218:1 [INFO] [stdout] | [INFO] [stdout] 218 | /// [128s] `RDFLiteral ::= String (LANGTAG | '^^' iri)?` [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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:266:1 [INFO] [stdout] | [INFO] [stdout] 266 | /// ` | STRING_LITERAL_LONG_SINGLE_QUOTE | STRING_LITERAL_LONG_QUOTE` [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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:289:1 [INFO] [stdout] | [INFO] [stdout] 289 | /// #x00=NULL #01-#x1F=control codes #x20=space [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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:302:1 [INFO] [stdout] | [INFO] [stdout] 302 | /// see prefixed_name [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:304:1 [INFO] [stdout] | [INFO] [stdout] 304 | /// [141s] `BLANK_NODE_LABEL ::= '_:' (PN_CHARS_U | [0-9]) ((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: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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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:440:1 [INFO] [stdout] | [INFO] [stdout] 440 | /// [159s] `ECHAR ::= '\' [tbnrf"'\]` [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:442:1 [INFO] [stdout] | [INFO] [stdout] 442 | /// [161s] `WS ::= #x20 | #x9 | #xD | #xA` [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:443:1 [INFO] [stdout] | [INFO] [stdout] 443 | /// /* #x20=space #x9=character tabulation #xD=carriage return #xA=new line */ [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:445:1 [INFO] [stdout] | [INFO] [stdout] 445 | /// [162s] `ANON ::= '[' WS* ']'` [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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:487:1 [INFO] [stdout] | [INFO] [stdout] 487 | /// ((PN_CHARS | '.' | ':' | PLX)* (PN_CHARS | ':' | PLX))? [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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:524:1 [INFO] [stdout] | [INFO] [stdout] 524 | /// [171s] HEX ::= [0-9] | [A-F] | [a-f] [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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:532:1 [INFO] [stdout] | [INFO] [stdout] 532 | /// | '(' | ')' | '*' | '+' | ',' | ';' | '=' | '/' | '?' | '#' | '@' | '%') [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: 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] | ^^^^^^^^^^ help: use `dyn`: `dyn IRIPtr<'g>` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [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] | ^^^^^^^^^^ help: use `dyn`: `dyn IRIPtr<'g>` [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] | ^^^^^^^^^^ help: use `dyn`: `dyn IRIPtr<'g>` [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] | ^^^^^^^^^^ help: use `dyn`: `dyn IRIPtr<'g>` [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] | ^^^^^^^^^^ help: use `dyn`: `dyn IRIPtr<'g>` [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] | ^^^^^^^^^^ help: use `dyn`: `dyn IRIPtr<'g>` [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] | ^^^^^^^^^^ help: use `dyn`: `dyn IRIPtr<'g>` [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] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn TripleCmpWrap` [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] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn TripleCmpWrap` [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] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn TripleCmpWrap` [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] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn TripleCmpWrap` [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] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TripleCmpWrap<'g>` [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] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TripleCmpWrap<'g>` [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] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TripleCmpWrap<'g>` [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] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TripleCmpWrap<'g>` [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] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn TripleCmpWrap` [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] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn TripleCmpWrap` [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] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [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] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn TripleCmpWrap` [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] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for 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 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 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: 64 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] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [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: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for 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 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 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: 69 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.52s [INFO] running `Command { std: "docker" "inspect" "16c6554cc7a0d973af606cc895d8299f6b576d80ec200c618540c728a8b99941", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "16c6554cc7a0d973af606cc895d8299f6b576d80ec200c618540c728a8b99941", kill_on_drop: false }` [INFO] [stdout] 16c6554cc7a0d973af606cc895d8299f6b576d80ec200c618540c728a8b99941