[INFO] fetching crate rome 0.1.3... [INFO] documenting rome-0.1.3 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] extracting crate rome 0.1.3 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate rome 0.1.3 on toolchain beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "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-14/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4fd25ecc8ea6adc6263c6e4d8b5108ab71dee2dcb878a7cfcdb6a3d4a8253063 [INFO] running `Command { std: "docker" "start" "-a" "4fd25ecc8ea6adc6263c6e4d8b5108ab71dee2dcb878a7cfcdb6a3d4a8253063", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4fd25ecc8ea6adc6263c6e4d8b5108ab71dee2dcb878a7cfcdb6a3d4a8253063", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4fd25ecc8ea6adc6263c6e4d8b5108ab71dee2dcb878a7cfcdb6a3d4a8253063", kill_on_drop: false }` [INFO] [stdout] 4fd25ecc8ea6adc6263c6e4d8b5108ab71dee2dcb878a7cfcdb6a3d4a8253063 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "RUSTDOCFLAGS=--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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 21b2ce034974f25ab57deca387ba607b451d5b566782b5e3b7f4978e1e498ad6 [INFO] running `Command { std: "docker" "start" "-a" "21b2ce034974f25ab57deca387ba607b451d5b566782b5e3b7f4978e1e498ad6", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Checking regex-syntax v0.6.26 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Checking regex v1.5.6 [INFO] [stderr] Documenting rome v0.1.3 (/opt/rustwide/workdir) [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: 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: unresolved link to `7` [INFO] [stdout] --> src/io/turtle/grammar.rs:121:6 [INFO] [stdout] | [INFO] [stdout] 121 | /// [7] `predicateObjectList ::= verb objectList (';' (verb objectList)?)*` [INFO] [stdout] | ^ no item named `7` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `22` [INFO] [stdout] --> src/io/turtle/grammar.rs:393:6 [INFO] [stdout] | [INFO] [stdout] 393 | /// [22] `STRING_LITERAL_QUOTE ::= '"' ([^#x22#x5C#xA#xD] | ECHAR | UCHAR)* '"'` [INFO] [stdout] | ^^ no item named `22` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `23` [INFO] [stdout] --> src/io/turtle/grammar.rs:405:6 [INFO] [stdout] | [INFO] [stdout] 405 | /// [23] `STRING_LITERAL_SINGLE_QUOTE ::= "'" ([^#x27#x5C#xA#xD] | ECHAR | UCHAR)* "'"` [INFO] [stdout] | ^^ no item named `23` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `24` [INFO] [stdout] --> src/io/turtle/grammar.rs:417:6 [INFO] [stdout] | [INFO] [stdout] 417 | /// [24] `STRING_LITERAL_LONG_SINGLE_QUOTE ::= "'''" (("'" | "''")? ([^'\] | ECHAR | UCHAR))* "'''"` [INFO] [stdout] | ^^ no item named `24` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `25` [INFO] [stdout] --> src/io/turtle/grammar.rs:428:6 [INFO] [stdout] | [INFO] [stdout] 428 | /// [25] `STRING_LITERAL_LONG_QUOTE ::= '"""' (('"' | '""')? ([^"\] | ECHAR | UCHAR))* '"""'` [INFO] [stdout] | ^^ no item named `25` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `164s` [INFO] [stdout] --> src/io/turtle/grammar.rs:465:6 [INFO] [stdout] | [INFO] [stdout] 465 | /// [164s] `PN_CHARS_U ::= PN_CHARS_BASE | '_'` [INFO] [stdout] | ^^^^ no item named `164s` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `166s` [INFO] [stdout] --> src/io/turtle/grammar.rs:470:6 [INFO] [stdout] | [INFO] [stdout] 470 | /// [166s] `PN_CHARS ::= PN_CHARS_U | '-' | [0-9] | #x00B7 | [#x0300-#x036F] | [#x203F-#x2040]` [INFO] [stdout] | ^^^^ no item named `166s` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `26` [INFO] [stdout] --> src/io/turtle/grammar_helper.rs:58:6 [INFO] [stdout] | [INFO] [stdout] 58 | /// [26] UCHAR ::= '\u' HEX HEX HEX HEX | '\U' HEX HEX HEX HEX HEX HEX HEX HEX [INFO] [stdout] | ^^ no item named `26` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `159s` [INFO] [stdout] --> src/io/turtle/grammar_helper.rs:59:6 [INFO] [stdout] | [INFO] [stdout] 59 | /// [159s] ECHAR ::= '\' [tbnrf"'\] [INFO] [stdout] | ^^^^ no item named `159s` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `resource` is both a module and a macro [INFO] [stdout] --> src/resource.rs:40:37 [INFO] [stdout] | [INFO] [stdout] 40 | /// And link a [`ResourceBase`][resource] [INFO] [stdout] | ^^^^^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the module, prefix with `mod@` [INFO] [stdout] | [INFO] [stdout] 40 | /// And link a [`ResourceBase`][mod@resource] [INFO] [stdout] | ++++ [INFO] [stdout] help: to link to the macro, add an exclamation mark [INFO] [stdout] | [INFO] [stdout] 40 | /// And link a [`ResourceBase`][resource!] [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/graph.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | //! http://www.w3.org/TR/rdf-concepts [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:321:5 [INFO] [stdout] | [INFO] [stdout] 321 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/classes/rdf.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / class!( [INFO] [stdout] 8 | | /// **rdf:Alt** [INFO] [stdout] 9 | | /// The class of containers of alternatives. [INFO] [stdout] 10 | | :"http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt", Alt, [INFO] [stdout] 11 | | 1); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `class` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:321:5 [INFO] [stdout] | [INFO] [stdout] 321 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/classes/rdf.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / class!( [INFO] [stdout] 84 | | /// **rdf:Bag** [INFO] [stdout] 85 | | /// The class of unordered containers. [INFO] [stdout] 86 | | :"http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag", Bag, [INFO] [stdout] 87 | | 2); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `class` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:321:5 [INFO] [stdout] | [INFO] [stdout] 321 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/classes/rdf.rs:159:1 [INFO] [stdout] | [INFO] [stdout] 159 | / class!( [INFO] [stdout] 160 | | /// **rdf:HTML** [INFO] [stdout] 161 | | /// The datatype of RDF literals storing fragments of HTML content [INFO] [stdout] 162 | | :"http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", HTML, [INFO] [stdout] 163 | | 3); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `class` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:321:5 [INFO] [stdout] | [INFO] [stdout] 321 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/classes/rdf.rs:235:1 [INFO] [stdout] | [INFO] [stdout] 235 | / class!( [INFO] [stdout] 236 | | /// **rdf:List** [INFO] [stdout] 237 | | /// The class of RDF Lists. [INFO] [stdout] 238 | | :"http://www.w3.org/1999/02/22-rdf-syntax-ns#List", List, [INFO] [stdout] 239 | | 4); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `class` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:321:5 [INFO] [stdout] | [INFO] [stdout] 321 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/classes/rdf.rs:331:1 [INFO] [stdout] | [INFO] [stdout] 331 | / class!( [INFO] [stdout] 332 | | /// **rdf:PlainLiteral** [INFO] [stdout] 333 | | /// The class of plain (i.e. untyped) literal values, as used in RIF and OWL 2 [INFO] [stdout] 334 | | :"http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral", PlainLiteral, [INFO] [stdout] 335 | | 5); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `class` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:321:5 [INFO] [stdout] | [INFO] [stdout] 321 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/classes/rdf.rs:408:1 [INFO] [stdout] | [INFO] [stdout] 408 | / class!( [INFO] [stdout] 409 | | /// **rdf:Property** [INFO] [stdout] 410 | | /// The class of RDF properties. [INFO] [stdout] 411 | | :"http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", Property, [INFO] [stdout] 412 | | 6); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `class` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:321:5 [INFO] [stdout] | [INFO] [stdout] 321 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/classes/rdf.rs:514:1 [INFO] [stdout] | [INFO] [stdout] 514 | / class!( [INFO] [stdout] 515 | | /// **rdf:Seq** [INFO] [stdout] 516 | | /// The class of ordered containers. [INFO] [stdout] 517 | | :"http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq", Seq, [INFO] [stdout] 518 | | 7); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `class` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:321:5 [INFO] [stdout] | [INFO] [stdout] 321 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/classes/rdf.rs:590:1 [INFO] [stdout] | [INFO] [stdout] 590 | / class!( [INFO] [stdout] 591 | | /// **rdf:Statement** [INFO] [stdout] 592 | | /// The class of RDF statements. [INFO] [stdout] 593 | | :"http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement", Statement, [INFO] [stdout] 594 | | 8); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `class` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:321:5 [INFO] [stdout] | [INFO] [stdout] 321 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/classes/rdf.rs:696:1 [INFO] [stdout] | [INFO] [stdout] 696 | / class!( [INFO] [stdout] 697 | | /// **rdf:XMLLiteral** [INFO] [stdout] 698 | | /// The datatype of XML literal values. [INFO] [stdout] 699 | | :"http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral", XMLLiteral, [INFO] [stdout] 700 | | 9); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `class` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:321:5 [INFO] [stdout] | [INFO] [stdout] 321 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/classes/rdf.rs:772:1 [INFO] [stdout] | [INFO] [stdout] 772 | / class!( [INFO] [stdout] 773 | | /// **rdf:langString** [INFO] [stdout] 774 | | /// The datatype of language-tagged string values [INFO] [stdout] 775 | | :"http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", LangString, [INFO] [stdout] 776 | | 10); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `class` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:321:5 [INFO] [stdout] | [INFO] [stdout] 321 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/classes/rdfs.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / class!( [INFO] [stdout] 8 | | /// **rdfs:Class** [INFO] [stdout] 9 | | /// The class of classes. [INFO] [stdout] 10 | | :"http://www.w3.org/2000/01/rdf-schema#Class", Class, [INFO] [stdout] 11 | | 11); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `class` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:321:5 [INFO] [stdout] | [INFO] [stdout] 321 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/classes/rdfs.rs:93:1 [INFO] [stdout] | [INFO] [stdout] 93 | / class!( [INFO] [stdout] 94 | | /// **rdfs:Container** [INFO] [stdout] 95 | | /// The class of RDF containers. [INFO] [stdout] 96 | | :"http://www.w3.org/2000/01/rdf-schema#Container", Container, [INFO] [stdout] 97 | | 12); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `class` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:321:5 [INFO] [stdout] | [INFO] [stdout] 321 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/classes/rdfs.rs:169:1 [INFO] [stdout] | [INFO] [stdout] 169 | / class!( [INFO] [stdout] 170 | | /// **rdfs:ContainerMembershipProperty** [INFO] [stdout] 171 | | /// The class of container membership properties, rdf:_1, rdf:_2, ..., all of which are sub-properties of 'member'. [INFO] [stdout] 172 | | :"http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty", ContainerMembershipProperty, [INFO] [stdout] 173 | | 13); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `class` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:321:5 [INFO] [stdout] | [INFO] [stdout] 321 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/classes/rdfs.rs:285:1 [INFO] [stdout] | [INFO] [stdout] 285 | / class!( [INFO] [stdout] 286 | | /// **rdfs:Datatype** [INFO] [stdout] 287 | | /// The class of RDF datatypes. [INFO] [stdout] 288 | | :"http://www.w3.org/2000/01/rdf-schema#Datatype", Datatype, [INFO] [stdout] 289 | | 14); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `class` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:321:5 [INFO] [stdout] | [INFO] [stdout] 321 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/classes/rdfs.rs:371:1 [INFO] [stdout] | [INFO] [stdout] 371 | / class!( [INFO] [stdout] 372 | | /// **rdfs:Literal** [INFO] [stdout] 373 | | /// The class of literal values, eg. textual strings and integers. [INFO] [stdout] 374 | | :"http://www.w3.org/2000/01/rdf-schema#Literal", Literal, [INFO] [stdout] 375 | | 15); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `class` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:321:5 [INFO] [stdout] | [INFO] [stdout] 321 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/classes/rdfs.rs:447:1 [INFO] [stdout] | [INFO] [stdout] 447 | / class!( [INFO] [stdout] 448 | | /// **rdfs:Resource** [INFO] [stdout] 449 | | /// The class resource, everything. [INFO] [stdout] 450 | | :"http://www.w3.org/2000/01/rdf-schema#Resource", Resource, [INFO] [stdout] 451 | | 16); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `class` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:287:5 [INFO] [stdout] | [INFO] [stdout] 287 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdf.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / property!( [INFO] [stdout] 7 | | /// **rdf:first** [INFO] [stdout] 8 | | /// The first item in the subject RDF list. [INFO] [stdout] 9 | | :"http://www.w3.org/1999/02/22-rdf-syntax-ns#first", First, first, [INFO] [stdout] 10 | | ontology::classes::rdfs::Resource<'g, G>, [INFO] [stdout] 11 | | 17); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:291:7 [INFO] [stdout] | [INFO] [stdout] 291 | $(#[$meta])* [INFO] [stdout] | _______^ [INFO] [stdout] 292 | | #[doc=$iri] [INFO] [stdout] | |_______________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdf.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / property!( [INFO] [stdout] 7 | | /// **rdf:first** [INFO] [stdout] 8 | | /// The first item in the subject RDF list. [INFO] [stdout] 9 | | :"http://www.w3.org/1999/02/22-rdf-syntax-ns#first", First, first, [INFO] [stdout] 10 | | ontology::classes::rdfs::Resource<'g, G>, [INFO] [stdout] 11 | | 17); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:287:5 [INFO] [stdout] | [INFO] [stdout] 287 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdf.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / property!( [INFO] [stdout] 14 | | /// **rdf:object** [INFO] [stdout] 15 | | /// The object of the subject RDF statement. [INFO] [stdout] 16 | | :"http://www.w3.org/1999/02/22-rdf-syntax-ns#object", Object, object, [INFO] [stdout] 17 | | ontology::classes::rdfs::Resource<'g, G>, [INFO] [stdout] 18 | | 18); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:291:7 [INFO] [stdout] | [INFO] [stdout] 291 | $(#[$meta])* [INFO] [stdout] | _______^ [INFO] [stdout] 292 | | #[doc=$iri] [INFO] [stdout] | |_______________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdf.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / property!( [INFO] [stdout] 14 | | /// **rdf:object** [INFO] [stdout] 15 | | /// The object of the subject RDF statement. [INFO] [stdout] 16 | | :"http://www.w3.org/1999/02/22-rdf-syntax-ns#object", Object, object, [INFO] [stdout] 17 | | ontology::classes::rdfs::Resource<'g, G>, [INFO] [stdout] 18 | | 18); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:287:5 [INFO] [stdout] | [INFO] [stdout] 287 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdf.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / property!( [INFO] [stdout] 21 | | /// **rdf:predicate** [INFO] [stdout] 22 | | /// The predicate of the subject RDF statement. [INFO] [stdout] 23 | | :"http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate", Predicate, predicate, [INFO] [stdout] 24 | | ontology::classes::rdfs::Resource<'g, G>, [INFO] [stdout] 25 | | 19); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:291:7 [INFO] [stdout] | [INFO] [stdout] 291 | $(#[$meta])* [INFO] [stdout] | _______^ [INFO] [stdout] 292 | | #[doc=$iri] [INFO] [stdout] | |_______________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdf.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / property!( [INFO] [stdout] 21 | | /// **rdf:predicate** [INFO] [stdout] 22 | | /// The predicate of the subject RDF statement. [INFO] [stdout] 23 | | :"http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate", Predicate, predicate, [INFO] [stdout] 24 | | ontology::classes::rdfs::Resource<'g, G>, [INFO] [stdout] 25 | | 19); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:287:5 [INFO] [stdout] | [INFO] [stdout] 287 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdf.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / property!( [INFO] [stdout] 28 | | /// **rdf:rest** [INFO] [stdout] 29 | | /// The rest of the subject RDF list after the first item. [INFO] [stdout] 30 | | :"http://www.w3.org/1999/02/22-rdf-syntax-ns#rest", Rest, rest, [INFO] [stdout] 31 | | ontology::classes::rdf::List<'g, G>, [INFO] [stdout] 32 | | 20); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:291:7 [INFO] [stdout] | [INFO] [stdout] 291 | $(#[$meta])* [INFO] [stdout] | _______^ [INFO] [stdout] 292 | | #[doc=$iri] [INFO] [stdout] | |_______________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdf.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / property!( [INFO] [stdout] 28 | | /// **rdf:rest** [INFO] [stdout] 29 | | /// The rest of the subject RDF list after the first item. [INFO] [stdout] 30 | | :"http://www.w3.org/1999/02/22-rdf-syntax-ns#rest", Rest, rest, [INFO] [stdout] 31 | | ontology::classes::rdf::List<'g, G>, [INFO] [stdout] 32 | | 20); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:287:5 [INFO] [stdout] | [INFO] [stdout] 287 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdf.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | / property!( [INFO] [stdout] 35 | | /// **rdf:subject** [INFO] [stdout] 36 | | /// The subject of the subject RDF statement. [INFO] [stdout] 37 | | :"http://www.w3.org/1999/02/22-rdf-syntax-ns#subject", Subject, subject, [INFO] [stdout] 38 | | ontology::classes::rdfs::Resource<'g, G>, [INFO] [stdout] 39 | | 21); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:291:7 [INFO] [stdout] | [INFO] [stdout] 291 | $(#[$meta])* [INFO] [stdout] | _______^ [INFO] [stdout] 292 | | #[doc=$iri] [INFO] [stdout] | |_______________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdf.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | / property!( [INFO] [stdout] 35 | | /// **rdf:subject** [INFO] [stdout] 36 | | /// The subject of the subject RDF statement. [INFO] [stdout] 37 | | :"http://www.w3.org/1999/02/22-rdf-syntax-ns#subject", Subject, subject, [INFO] [stdout] 38 | | ontology::classes::rdfs::Resource<'g, G>, [INFO] [stdout] 39 | | 21); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:287:5 [INFO] [stdout] | [INFO] [stdout] 287 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdf.rs:41:1 [INFO] [stdout] | [INFO] [stdout] 41 | / property!( [INFO] [stdout] 42 | | /// **rdf:type** [INFO] [stdout] 43 | | /// The subject is an instance of a class. [INFO] [stdout] 44 | | :"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", Type, a, [INFO] [stdout] 45 | | ontology::classes::rdfs::Class<'g, G>, [INFO] [stdout] 46 | | 22); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:291:7 [INFO] [stdout] | [INFO] [stdout] 291 | $(#[$meta])* [INFO] [stdout] | _______^ [INFO] [stdout] 292 | | #[doc=$iri] [INFO] [stdout] | |_______________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdf.rs:41:1 [INFO] [stdout] | [INFO] [stdout] 41 | / property!( [INFO] [stdout] 42 | | /// **rdf:type** [INFO] [stdout] 43 | | /// The subject is an instance of a class. [INFO] [stdout] 44 | | :"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", Type, a, [INFO] [stdout] 45 | | ontology::classes::rdfs::Class<'g, G>, [INFO] [stdout] 46 | | 22); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:287:5 [INFO] [stdout] | [INFO] [stdout] 287 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdf.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | / property!( [INFO] [stdout] 49 | | /// **rdf:value** [INFO] [stdout] 50 | | /// Idiomatic property used for structured values. [INFO] [stdout] 51 | | :"http://www.w3.org/1999/02/22-rdf-syntax-ns#value", Value, value, [INFO] [stdout] 52 | | ontology::classes::rdfs::Resource<'g, G>, [INFO] [stdout] 53 | | 23); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:291:7 [INFO] [stdout] | [INFO] [stdout] 291 | $(#[$meta])* [INFO] [stdout] | _______^ [INFO] [stdout] 292 | | #[doc=$iri] [INFO] [stdout] | |_______________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdf.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | / property!( [INFO] [stdout] 49 | | /// **rdf:value** [INFO] [stdout] 50 | | /// Idiomatic property used for structured values. [INFO] [stdout] 51 | | :"http://www.w3.org/1999/02/22-rdf-syntax-ns#value", Value, value, [INFO] [stdout] 52 | | ontology::classes::rdfs::Resource<'g, G>, [INFO] [stdout] 53 | | 23); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:287:5 [INFO] [stdout] | [INFO] [stdout] 287 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdfs.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / property!( [INFO] [stdout] 7 | | /// **rdfs:comment** [INFO] [stdout] 8 | | /// A description of the subject resource. [INFO] [stdout] 9 | | :"http://www.w3.org/2000/01/rdf-schema#comment", Comment, comment, [INFO] [stdout] 10 | | ontology::classes::rdfs::Literal<'g, G>, [INFO] [stdout] 11 | | 24); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:291:7 [INFO] [stdout] | [INFO] [stdout] 291 | $(#[$meta])* [INFO] [stdout] | _______^ [INFO] [stdout] 292 | | #[doc=$iri] [INFO] [stdout] | |_______________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdfs.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / property!( [INFO] [stdout] 7 | | /// **rdfs:comment** [INFO] [stdout] 8 | | /// A description of the subject resource. [INFO] [stdout] 9 | | :"http://www.w3.org/2000/01/rdf-schema#comment", Comment, comment, [INFO] [stdout] 10 | | ontology::classes::rdfs::Literal<'g, G>, [INFO] [stdout] 11 | | 24); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:287:5 [INFO] [stdout] | [INFO] [stdout] 287 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdfs.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / property!( [INFO] [stdout] 14 | | /// **rdfs:domain** [INFO] [stdout] 15 | | /// A domain of the subject property. [INFO] [stdout] 16 | | :"http://www.w3.org/2000/01/rdf-schema#domain", Domain, domain, [INFO] [stdout] 17 | | ontology::classes::rdfs::Class<'g, G>, [INFO] [stdout] 18 | | 25); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:291:7 [INFO] [stdout] | [INFO] [stdout] 291 | $(#[$meta])* [INFO] [stdout] | _______^ [INFO] [stdout] 292 | | #[doc=$iri] [INFO] [stdout] | |_______________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdfs.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / property!( [INFO] [stdout] 14 | | /// **rdfs:domain** [INFO] [stdout] 15 | | /// A domain of the subject property. [INFO] [stdout] 16 | | :"http://www.w3.org/2000/01/rdf-schema#domain", Domain, domain, [INFO] [stdout] 17 | | ontology::classes::rdfs::Class<'g, G>, [INFO] [stdout] 18 | | 25); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:287:5 [INFO] [stdout] | [INFO] [stdout] 287 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdfs.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / property!( [INFO] [stdout] 21 | | /// **rdfs:isDefinedBy** [INFO] [stdout] 22 | | /// The defininition of the subject resource. [INFO] [stdout] 23 | | :"http://www.w3.org/2000/01/rdf-schema#isDefinedBy", IsDefinedBy, is_defined_by, [INFO] [stdout] 24 | | ontology::classes::rdfs::Resource<'g, G>, [INFO] [stdout] 25 | | 26); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:291:7 [INFO] [stdout] | [INFO] [stdout] 291 | $(#[$meta])* [INFO] [stdout] | _______^ [INFO] [stdout] 292 | | #[doc=$iri] [INFO] [stdout] | |_______________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdfs.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / property!( [INFO] [stdout] 21 | | /// **rdfs:isDefinedBy** [INFO] [stdout] 22 | | /// The defininition of the subject resource. [INFO] [stdout] 23 | | :"http://www.w3.org/2000/01/rdf-schema#isDefinedBy", IsDefinedBy, is_defined_by, [INFO] [stdout] 24 | | ontology::classes::rdfs::Resource<'g, G>, [INFO] [stdout] 25 | | 26); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:287:5 [INFO] [stdout] | [INFO] [stdout] 287 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdfs.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / property!( [INFO] [stdout] 28 | | /// **rdfs:label** [INFO] [stdout] 29 | | /// A human-readable name for the subject. [INFO] [stdout] 30 | | :"http://www.w3.org/2000/01/rdf-schema#label", Label, label, [INFO] [stdout] 31 | | ontology::classes::rdfs::Literal<'g, G>, [INFO] [stdout] 32 | | 27); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:291:7 [INFO] [stdout] | [INFO] [stdout] 291 | $(#[$meta])* [INFO] [stdout] | _______^ [INFO] [stdout] 292 | | #[doc=$iri] [INFO] [stdout] | |_______________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdfs.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / property!( [INFO] [stdout] 28 | | /// **rdfs:label** [INFO] [stdout] 29 | | /// A human-readable name for the subject. [INFO] [stdout] 30 | | :"http://www.w3.org/2000/01/rdf-schema#label", Label, label, [INFO] [stdout] 31 | | ontology::classes::rdfs::Literal<'g, G>, [INFO] [stdout] 32 | | 27); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:287:5 [INFO] [stdout] | [INFO] [stdout] 287 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdfs.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | / property!( [INFO] [stdout] 35 | | /// **rdfs:member** [INFO] [stdout] 36 | | /// A member of the subject resource. [INFO] [stdout] 37 | | :"http://www.w3.org/2000/01/rdf-schema#member", Member, member, [INFO] [stdout] 38 | | ontology::classes::rdfs::Resource<'g, G>, [INFO] [stdout] 39 | | 28); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:291:7 [INFO] [stdout] | [INFO] [stdout] 291 | $(#[$meta])* [INFO] [stdout] | _______^ [INFO] [stdout] 292 | | #[doc=$iri] [INFO] [stdout] | |_______________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdfs.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | / property!( [INFO] [stdout] 35 | | /// **rdfs:member** [INFO] [stdout] 36 | | /// A member of the subject resource. [INFO] [stdout] 37 | | :"http://www.w3.org/2000/01/rdf-schema#member", Member, member, [INFO] [stdout] 38 | | ontology::classes::rdfs::Resource<'g, G>, [INFO] [stdout] 39 | | 28); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:287:5 [INFO] [stdout] | [INFO] [stdout] 287 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdfs.rs:41:1 [INFO] [stdout] | [INFO] [stdout] 41 | / property!( [INFO] [stdout] 42 | | /// **rdfs:range** [INFO] [stdout] 43 | | /// A range of the subject property. [INFO] [stdout] 44 | | :"http://www.w3.org/2000/01/rdf-schema#range", Range, range, [INFO] [stdout] 45 | | ontology::classes::rdfs::Class<'g, G>, [INFO] [stdout] 46 | | 29); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:291:7 [INFO] [stdout] | [INFO] [stdout] 291 | $(#[$meta])* [INFO] [stdout] | _______^ [INFO] [stdout] 292 | | #[doc=$iri] [INFO] [stdout] | |_______________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdfs.rs:41:1 [INFO] [stdout] | [INFO] [stdout] 41 | / property!( [INFO] [stdout] 42 | | /// **rdfs:range** [INFO] [stdout] 43 | | /// A range of the subject property. [INFO] [stdout] 44 | | :"http://www.w3.org/2000/01/rdf-schema#range", Range, range, [INFO] [stdout] 45 | | ontology::classes::rdfs::Class<'g, G>, [INFO] [stdout] 46 | | 29); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:287:5 [INFO] [stdout] | [INFO] [stdout] 287 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdfs.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | / property!( [INFO] [stdout] 49 | | /// **rdfs:seeAlso** [INFO] [stdout] 50 | | /// Further information about the subject resource. [INFO] [stdout] 51 | | :"http://www.w3.org/2000/01/rdf-schema#seeAlso", SeeAlso, see_also, [INFO] [stdout] 52 | | ontology::classes::rdfs::Resource<'g, G>, [INFO] [stdout] 53 | | 30); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:291:7 [INFO] [stdout] | [INFO] [stdout] 291 | $(#[$meta])* [INFO] [stdout] | _______^ [INFO] [stdout] 292 | | #[doc=$iri] [INFO] [stdout] | |_______________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdfs.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | / property!( [INFO] [stdout] 49 | | /// **rdfs:seeAlso** [INFO] [stdout] 50 | | /// Further information about the subject resource. [INFO] [stdout] 51 | | :"http://www.w3.org/2000/01/rdf-schema#seeAlso", SeeAlso, see_also, [INFO] [stdout] 52 | | ontology::classes::rdfs::Resource<'g, G>, [INFO] [stdout] 53 | | 30); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:287:5 [INFO] [stdout] | [INFO] [stdout] 287 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdfs.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | / property!( [INFO] [stdout] 56 | | /// **rdfs:subClassOf** [INFO] [stdout] 57 | | /// The subject is a subclass of a class. [INFO] [stdout] 58 | | :"http://www.w3.org/2000/01/rdf-schema#subClassOf", SubClassOf, sub_class_of, [INFO] [stdout] 59 | | ontology::classes::rdfs::Class<'g, G>, [INFO] [stdout] 60 | | 31); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:291:7 [INFO] [stdout] | [INFO] [stdout] 291 | $(#[$meta])* [INFO] [stdout] | _______^ [INFO] [stdout] 292 | | #[doc=$iri] [INFO] [stdout] | |_______________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdfs.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | / property!( [INFO] [stdout] 56 | | /// **rdfs:subClassOf** [INFO] [stdout] 57 | | /// The subject is a subclass of a class. [INFO] [stdout] 58 | | :"http://www.w3.org/2000/01/rdf-schema#subClassOf", SubClassOf, sub_class_of, [INFO] [stdout] 59 | | ontology::classes::rdfs::Class<'g, G>, [INFO] [stdout] 60 | | 31); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:287:5 [INFO] [stdout] | [INFO] [stdout] 287 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdfs.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | / property!( [INFO] [stdout] 63 | | /// **rdfs:subPropertyOf** [INFO] [stdout] 64 | | /// The subject is a subproperty of a property. [INFO] [stdout] 65 | | :"http://www.w3.org/2000/01/rdf-schema#subPropertyOf", SubPropertyOf, sub_property_of, [INFO] [stdout] 66 | | ontology::classes::rdf::Property<'g, G>, [INFO] [stdout] 67 | | 32); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:291:7 [INFO] [stdout] | [INFO] [stdout] 291 | $(#[$meta])* [INFO] [stdout] | _______^ [INFO] [stdout] 292 | | #[doc=$iri] [INFO] [stdout] | |_______________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdfs.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | / property!( [INFO] [stdout] 63 | | /// **rdfs:subPropertyOf** [INFO] [stdout] 64 | | /// The subject is a subproperty of a property. [INFO] [stdout] 65 | | :"http://www.w3.org/2000/01/rdf-schema#subPropertyOf", SubPropertyOf, sub_property_of, [INFO] [stdout] 66 | | ontology::classes::rdf::Property<'g, G>, [INFO] [stdout] 67 | | 32); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 63 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.47s [INFO] running `Command { std: "docker" "inspect" "21b2ce034974f25ab57deca387ba607b451d5b566782b5e3b7f4978e1e498ad6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "21b2ce034974f25ab57deca387ba607b451d5b566782b5e3b7f4978e1e498ad6", kill_on_drop: false }` [INFO] [stdout] 21b2ce034974f25ab57deca387ba607b451d5b566782b5e3b7f4978e1e498ad6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=1" "-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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] 57e8d04f81b8215bb960b310e573de30acfddc7e27c2ce701c255c532caa7561 [INFO] running `Command { std: "docker" "start" "-a" "57e8d04f81b8215bb960b310e573de30acfddc7e27c2ce701c255c532caa7561", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Checking rand_core v0.4.2 [INFO] [stderr] Checking regex-syntax v0.6.26 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking rand v0.5.6 [INFO] [stderr] Checking regex v1.5.6 [INFO] [stderr] Documenting rome v0.1.3 (/opt/rustwide/workdir) [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: 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: unresolved link to `7` [INFO] [stdout] --> src/io/turtle/grammar.rs:121:6 [INFO] [stdout] | [INFO] [stdout] 121 | /// [7] `predicateObjectList ::= verb objectList (';' (verb objectList)?)*` [INFO] [stdout] | ^ no item named `7` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `22` [INFO] [stdout] --> src/io/turtle/grammar.rs:393:6 [INFO] [stdout] | [INFO] [stdout] 393 | /// [22] `STRING_LITERAL_QUOTE ::= '"' ([^#x22#x5C#xA#xD] | ECHAR | UCHAR)* '"'` [INFO] [stdout] | ^^ no item named `22` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `23` [INFO] [stdout] --> src/io/turtle/grammar.rs:405:6 [INFO] [stdout] | [INFO] [stdout] 405 | /// [23] `STRING_LITERAL_SINGLE_QUOTE ::= "'" ([^#x27#x5C#xA#xD] | ECHAR | UCHAR)* "'"` [INFO] [stdout] | ^^ no item named `23` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `24` [INFO] [stdout] --> src/io/turtle/grammar.rs:417:6 [INFO] [stdout] | [INFO] [stdout] 417 | /// [24] `STRING_LITERAL_LONG_SINGLE_QUOTE ::= "'''" (("'" | "''")? ([^'\] | ECHAR | UCHAR))* "'''"` [INFO] [stdout] | ^^ no item named `24` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `25` [INFO] [stdout] --> src/io/turtle/grammar.rs:428:6 [INFO] [stdout] | [INFO] [stdout] 428 | /// [25] `STRING_LITERAL_LONG_QUOTE ::= '"""' (('"' | '""')? ([^"\] | ECHAR | UCHAR))* '"""'` [INFO] [stdout] | ^^ no item named `25` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `164s` [INFO] [stdout] --> src/io/turtle/grammar.rs:465:6 [INFO] [stdout] | [INFO] [stdout] 465 | /// [164s] `PN_CHARS_U ::= PN_CHARS_BASE | '_'` [INFO] [stdout] | ^^^^ no item named `164s` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `166s` [INFO] [stdout] --> src/io/turtle/grammar.rs:470:6 [INFO] [stdout] | [INFO] [stdout] 470 | /// [166s] `PN_CHARS ::= PN_CHARS_U | '-' | [0-9] | #x00B7 | [#x0300-#x036F] | [#x203F-#x2040]` [INFO] [stdout] | ^^^^ no item named `166s` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `26` [INFO] [stdout] --> src/io/turtle/grammar_helper.rs:58:6 [INFO] [stdout] | [INFO] [stdout] 58 | /// [26] UCHAR ::= '\u' HEX HEX HEX HEX | '\U' HEX HEX HEX HEX HEX HEX HEX HEX [INFO] [stdout] | ^^ no item named `26` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `159s` [INFO] [stdout] --> src/io/turtle/grammar_helper.rs:59:6 [INFO] [stdout] | [INFO] [stdout] 59 | /// [159s] ECHAR ::= '\' [tbnrf"'\] [INFO] [stdout] | ^^^^ no item named `159s` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `resource` is both a module and a macro [INFO] [stdout] --> src/resource.rs:40:37 [INFO] [stdout] | [INFO] [stdout] 40 | /// And link a [`ResourceBase`][resource] [INFO] [stdout] | ^^^^^^^^ ambiguous link [INFO] [stdout] | [INFO] [stdout] help: to link to the module, prefix with `mod@` [INFO] [stdout] | [INFO] [stdout] 40 | /// And link a [`ResourceBase`][mod@resource] [INFO] [stdout] | ++++ [INFO] [stdout] help: to link to the macro, add an exclamation mark [INFO] [stdout] | [INFO] [stdout] 40 | /// And link a [`ResourceBase`][resource!] [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/graph.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | //! http://www.w3.org/TR/rdf-concepts [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:321:5 [INFO] [stdout] | [INFO] [stdout] 321 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/classes/rdf.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / class!( [INFO] [stdout] 8 | | /// **rdf:Alt** [INFO] [stdout] 9 | | /// The class of containers of alternatives. [INFO] [stdout] 10 | | :"http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt", Alt, [INFO] [stdout] 11 | | 1); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `class` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:321:5 [INFO] [stdout] | [INFO] [stdout] 321 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/classes/rdf.rs:83:1 [INFO] [stdout] | [INFO] [stdout] 83 | / class!( [INFO] [stdout] 84 | | /// **rdf:Bag** [INFO] [stdout] 85 | | /// The class of unordered containers. [INFO] [stdout] 86 | | :"http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag", Bag, [INFO] [stdout] 87 | | 2); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `class` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:321:5 [INFO] [stdout] | [INFO] [stdout] 321 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/classes/rdf.rs:159:1 [INFO] [stdout] | [INFO] [stdout] 159 | / class!( [INFO] [stdout] 160 | | /// **rdf:HTML** [INFO] [stdout] 161 | | /// The datatype of RDF literals storing fragments of HTML content [INFO] [stdout] 162 | | :"http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML", HTML, [INFO] [stdout] 163 | | 3); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `class` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:321:5 [INFO] [stdout] | [INFO] [stdout] 321 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/classes/rdf.rs:235:1 [INFO] [stdout] | [INFO] [stdout] 235 | / class!( [INFO] [stdout] 236 | | /// **rdf:List** [INFO] [stdout] 237 | | /// The class of RDF Lists. [INFO] [stdout] 238 | | :"http://www.w3.org/1999/02/22-rdf-syntax-ns#List", List, [INFO] [stdout] 239 | | 4); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `class` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:321:5 [INFO] [stdout] | [INFO] [stdout] 321 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/classes/rdf.rs:331:1 [INFO] [stdout] | [INFO] [stdout] 331 | / class!( [INFO] [stdout] 332 | | /// **rdf:PlainLiteral** [INFO] [stdout] 333 | | /// The class of plain (i.e. untyped) literal values, as used in RIF and OWL 2 [INFO] [stdout] 334 | | :"http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral", PlainLiteral, [INFO] [stdout] 335 | | 5); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `class` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:321:5 [INFO] [stdout] | [INFO] [stdout] 321 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/classes/rdf.rs:408:1 [INFO] [stdout] | [INFO] [stdout] 408 | / class!( [INFO] [stdout] 409 | | /// **rdf:Property** [INFO] [stdout] 410 | | /// The class of RDF properties. [INFO] [stdout] 411 | | :"http://www.w3.org/1999/02/22-rdf-syntax-ns#Property", Property, [INFO] [stdout] 412 | | 6); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `class` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:321:5 [INFO] [stdout] | [INFO] [stdout] 321 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/classes/rdf.rs:514:1 [INFO] [stdout] | [INFO] [stdout] 514 | / class!( [INFO] [stdout] 515 | | /// **rdf:Seq** [INFO] [stdout] 516 | | /// The class of ordered containers. [INFO] [stdout] 517 | | :"http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq", Seq, [INFO] [stdout] 518 | | 7); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `class` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:321:5 [INFO] [stdout] | [INFO] [stdout] 321 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/classes/rdf.rs:590:1 [INFO] [stdout] | [INFO] [stdout] 590 | / class!( [INFO] [stdout] 591 | | /// **rdf:Statement** [INFO] [stdout] 592 | | /// The class of RDF statements. [INFO] [stdout] 593 | | :"http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement", Statement, [INFO] [stdout] 594 | | 8); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `class` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:321:5 [INFO] [stdout] | [INFO] [stdout] 321 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/classes/rdf.rs:696:1 [INFO] [stdout] | [INFO] [stdout] 696 | / class!( [INFO] [stdout] 697 | | /// **rdf:XMLLiteral** [INFO] [stdout] 698 | | /// The datatype of XML literal values. [INFO] [stdout] 699 | | :"http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral", XMLLiteral, [INFO] [stdout] 700 | | 9); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `class` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:321:5 [INFO] [stdout] | [INFO] [stdout] 321 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/classes/rdf.rs:772:1 [INFO] [stdout] | [INFO] [stdout] 772 | / class!( [INFO] [stdout] 773 | | /// **rdf:langString** [INFO] [stdout] 774 | | /// The datatype of language-tagged string values [INFO] [stdout] 775 | | :"http://www.w3.org/1999/02/22-rdf-syntax-ns#langString", LangString, [INFO] [stdout] 776 | | 10); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `class` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:321:5 [INFO] [stdout] | [INFO] [stdout] 321 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/classes/rdfs.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / class!( [INFO] [stdout] 8 | | /// **rdfs:Class** [INFO] [stdout] 9 | | /// The class of classes. [INFO] [stdout] 10 | | :"http://www.w3.org/2000/01/rdf-schema#Class", Class, [INFO] [stdout] 11 | | 11); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `class` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:321:5 [INFO] [stdout] | [INFO] [stdout] 321 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/classes/rdfs.rs:93:1 [INFO] [stdout] | [INFO] [stdout] 93 | / class!( [INFO] [stdout] 94 | | /// **rdfs:Container** [INFO] [stdout] 95 | | /// The class of RDF containers. [INFO] [stdout] 96 | | :"http://www.w3.org/2000/01/rdf-schema#Container", Container, [INFO] [stdout] 97 | | 12); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `class` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:321:5 [INFO] [stdout] | [INFO] [stdout] 321 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/classes/rdfs.rs:169:1 [INFO] [stdout] | [INFO] [stdout] 169 | / class!( [INFO] [stdout] 170 | | /// **rdfs:ContainerMembershipProperty** [INFO] [stdout] 171 | | /// The class of container membership properties, rdf:_1, rdf:_2, ..., all of which are sub-properties of 'member'. [INFO] [stdout] 172 | | :"http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty", ContainerMembershipProperty, [INFO] [stdout] 173 | | 13); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `class` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:321:5 [INFO] [stdout] | [INFO] [stdout] 321 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/classes/rdfs.rs:285:1 [INFO] [stdout] | [INFO] [stdout] 285 | / class!( [INFO] [stdout] 286 | | /// **rdfs:Datatype** [INFO] [stdout] 287 | | /// The class of RDF datatypes. [INFO] [stdout] 288 | | :"http://www.w3.org/2000/01/rdf-schema#Datatype", Datatype, [INFO] [stdout] 289 | | 14); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `class` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:321:5 [INFO] [stdout] | [INFO] [stdout] 321 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/classes/rdfs.rs:371:1 [INFO] [stdout] | [INFO] [stdout] 371 | / class!( [INFO] [stdout] 372 | | /// **rdfs:Literal** [INFO] [stdout] 373 | | /// The class of literal values, eg. textual strings and integers. [INFO] [stdout] 374 | | :"http://www.w3.org/2000/01/rdf-schema#Literal", Literal, [INFO] [stdout] 375 | | 15); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `class` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:321:5 [INFO] [stdout] | [INFO] [stdout] 321 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/classes/rdfs.rs:447:1 [INFO] [stdout] | [INFO] [stdout] 447 | / class!( [INFO] [stdout] 448 | | /// **rdfs:Resource** [INFO] [stdout] 449 | | /// The class resource, everything. [INFO] [stdout] 450 | | :"http://www.w3.org/2000/01/rdf-schema#Resource", Resource, [INFO] [stdout] 451 | | 16); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `class` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:287:5 [INFO] [stdout] | [INFO] [stdout] 287 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdf.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / property!( [INFO] [stdout] 7 | | /// **rdf:first** [INFO] [stdout] 8 | | /// The first item in the subject RDF list. [INFO] [stdout] 9 | | :"http://www.w3.org/1999/02/22-rdf-syntax-ns#first", First, first, [INFO] [stdout] 10 | | ontology::classes::rdfs::Resource<'g, G>, [INFO] [stdout] 11 | | 17); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:291:7 [INFO] [stdout] | [INFO] [stdout] 291 | $(#[$meta])* [INFO] [stdout] | _______^ [INFO] [stdout] 292 | | #[doc=$iri] [INFO] [stdout] | |_______________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdf.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / property!( [INFO] [stdout] 7 | | /// **rdf:first** [INFO] [stdout] 8 | | /// The first item in the subject RDF list. [INFO] [stdout] 9 | | :"http://www.w3.org/1999/02/22-rdf-syntax-ns#first", First, first, [INFO] [stdout] 10 | | ontology::classes::rdfs::Resource<'g, G>, [INFO] [stdout] 11 | | 17); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:287:5 [INFO] [stdout] | [INFO] [stdout] 287 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdf.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / property!( [INFO] [stdout] 14 | | /// **rdf:object** [INFO] [stdout] 15 | | /// The object of the subject RDF statement. [INFO] [stdout] 16 | | :"http://www.w3.org/1999/02/22-rdf-syntax-ns#object", Object, object, [INFO] [stdout] 17 | | ontology::classes::rdfs::Resource<'g, G>, [INFO] [stdout] 18 | | 18); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:291:7 [INFO] [stdout] | [INFO] [stdout] 291 | $(#[$meta])* [INFO] [stdout] | _______^ [INFO] [stdout] 292 | | #[doc=$iri] [INFO] [stdout] | |_______________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdf.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / property!( [INFO] [stdout] 14 | | /// **rdf:object** [INFO] [stdout] 15 | | /// The object of the subject RDF statement. [INFO] [stdout] 16 | | :"http://www.w3.org/1999/02/22-rdf-syntax-ns#object", Object, object, [INFO] [stdout] 17 | | ontology::classes::rdfs::Resource<'g, G>, [INFO] [stdout] 18 | | 18); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:287:5 [INFO] [stdout] | [INFO] [stdout] 287 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdf.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / property!( [INFO] [stdout] 21 | | /// **rdf:predicate** [INFO] [stdout] 22 | | /// The predicate of the subject RDF statement. [INFO] [stdout] 23 | | :"http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate", Predicate, predicate, [INFO] [stdout] 24 | | ontology::classes::rdfs::Resource<'g, G>, [INFO] [stdout] 25 | | 19); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:291:7 [INFO] [stdout] | [INFO] [stdout] 291 | $(#[$meta])* [INFO] [stdout] | _______^ [INFO] [stdout] 292 | | #[doc=$iri] [INFO] [stdout] | |_______________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdf.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / property!( [INFO] [stdout] 21 | | /// **rdf:predicate** [INFO] [stdout] 22 | | /// The predicate of the subject RDF statement. [INFO] [stdout] 23 | | :"http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate", Predicate, predicate, [INFO] [stdout] 24 | | ontology::classes::rdfs::Resource<'g, G>, [INFO] [stdout] 25 | | 19); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:287:5 [INFO] [stdout] | [INFO] [stdout] 287 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdf.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / property!( [INFO] [stdout] 28 | | /// **rdf:rest** [INFO] [stdout] 29 | | /// The rest of the subject RDF list after the first item. [INFO] [stdout] 30 | | :"http://www.w3.org/1999/02/22-rdf-syntax-ns#rest", Rest, rest, [INFO] [stdout] 31 | | ontology::classes::rdf::List<'g, G>, [INFO] [stdout] 32 | | 20); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:291:7 [INFO] [stdout] | [INFO] [stdout] 291 | $(#[$meta])* [INFO] [stdout] | _______^ [INFO] [stdout] 292 | | #[doc=$iri] [INFO] [stdout] | |_______________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdf.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / property!( [INFO] [stdout] 28 | | /// **rdf:rest** [INFO] [stdout] 29 | | /// The rest of the subject RDF list after the first item. [INFO] [stdout] 30 | | :"http://www.w3.org/1999/02/22-rdf-syntax-ns#rest", Rest, rest, [INFO] [stdout] 31 | | ontology::classes::rdf::List<'g, G>, [INFO] [stdout] 32 | | 20); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:287:5 [INFO] [stdout] | [INFO] [stdout] 287 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdf.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | / property!( [INFO] [stdout] 35 | | /// **rdf:subject** [INFO] [stdout] 36 | | /// The subject of the subject RDF statement. [INFO] [stdout] 37 | | :"http://www.w3.org/1999/02/22-rdf-syntax-ns#subject", Subject, subject, [INFO] [stdout] 38 | | ontology::classes::rdfs::Resource<'g, G>, [INFO] [stdout] 39 | | 21); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:291:7 [INFO] [stdout] | [INFO] [stdout] 291 | $(#[$meta])* [INFO] [stdout] | _______^ [INFO] [stdout] 292 | | #[doc=$iri] [INFO] [stdout] | |_______________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdf.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | / property!( [INFO] [stdout] 35 | | /// **rdf:subject** [INFO] [stdout] 36 | | /// The subject of the subject RDF statement. [INFO] [stdout] 37 | | :"http://www.w3.org/1999/02/22-rdf-syntax-ns#subject", Subject, subject, [INFO] [stdout] 38 | | ontology::classes::rdfs::Resource<'g, G>, [INFO] [stdout] 39 | | 21); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:287:5 [INFO] [stdout] | [INFO] [stdout] 287 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdf.rs:41:1 [INFO] [stdout] | [INFO] [stdout] 41 | / property!( [INFO] [stdout] 42 | | /// **rdf:type** [INFO] [stdout] 43 | | /// The subject is an instance of a class. [INFO] [stdout] 44 | | :"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", Type, a, [INFO] [stdout] 45 | | ontology::classes::rdfs::Class<'g, G>, [INFO] [stdout] 46 | | 22); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:291:7 [INFO] [stdout] | [INFO] [stdout] 291 | $(#[$meta])* [INFO] [stdout] | _______^ [INFO] [stdout] 292 | | #[doc=$iri] [INFO] [stdout] | |_______________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdf.rs:41:1 [INFO] [stdout] | [INFO] [stdout] 41 | / property!( [INFO] [stdout] 42 | | /// **rdf:type** [INFO] [stdout] 43 | | /// The subject is an instance of a class. [INFO] [stdout] 44 | | :"http://www.w3.org/1999/02/22-rdf-syntax-ns#type", Type, a, [INFO] [stdout] 45 | | ontology::classes::rdfs::Class<'g, G>, [INFO] [stdout] 46 | | 22); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:287:5 [INFO] [stdout] | [INFO] [stdout] 287 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdf.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | / property!( [INFO] [stdout] 49 | | /// **rdf:value** [INFO] [stdout] 50 | | /// Idiomatic property used for structured values. [INFO] [stdout] 51 | | :"http://www.w3.org/1999/02/22-rdf-syntax-ns#value", Value, value, [INFO] [stdout] 52 | | ontology::classes::rdfs::Resource<'g, G>, [INFO] [stdout] 53 | | 23); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:291:7 [INFO] [stdout] | [INFO] [stdout] 291 | $(#[$meta])* [INFO] [stdout] | _______^ [INFO] [stdout] 292 | | #[doc=$iri] [INFO] [stdout] | |_______________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdf.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | / property!( [INFO] [stdout] 49 | | /// **rdf:value** [INFO] [stdout] 50 | | /// Idiomatic property used for structured values. [INFO] [stdout] 51 | | :"http://www.w3.org/1999/02/22-rdf-syntax-ns#value", Value, value, [INFO] [stdout] 52 | | ontology::classes::rdfs::Resource<'g, G>, [INFO] [stdout] 53 | | 23); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:287:5 [INFO] [stdout] | [INFO] [stdout] 287 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdfs.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / property!( [INFO] [stdout] 7 | | /// **rdfs:comment** [INFO] [stdout] 8 | | /// A description of the subject resource. [INFO] [stdout] 9 | | :"http://www.w3.org/2000/01/rdf-schema#comment", Comment, comment, [INFO] [stdout] 10 | | ontology::classes::rdfs::Literal<'g, G>, [INFO] [stdout] 11 | | 24); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:291:7 [INFO] [stdout] | [INFO] [stdout] 291 | $(#[$meta])* [INFO] [stdout] | _______^ [INFO] [stdout] 292 | | #[doc=$iri] [INFO] [stdout] | |_______________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdfs.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | / property!( [INFO] [stdout] 7 | | /// **rdfs:comment** [INFO] [stdout] 8 | | /// A description of the subject resource. [INFO] [stdout] 9 | | :"http://www.w3.org/2000/01/rdf-schema#comment", Comment, comment, [INFO] [stdout] 10 | | ontology::classes::rdfs::Literal<'g, G>, [INFO] [stdout] 11 | | 24); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:287:5 [INFO] [stdout] | [INFO] [stdout] 287 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdfs.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / property!( [INFO] [stdout] 14 | | /// **rdfs:domain** [INFO] [stdout] 15 | | /// A domain of the subject property. [INFO] [stdout] 16 | | :"http://www.w3.org/2000/01/rdf-schema#domain", Domain, domain, [INFO] [stdout] 17 | | ontology::classes::rdfs::Class<'g, G>, [INFO] [stdout] 18 | | 25); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:291:7 [INFO] [stdout] | [INFO] [stdout] 291 | $(#[$meta])* [INFO] [stdout] | _______^ [INFO] [stdout] 292 | | #[doc=$iri] [INFO] [stdout] | |_______________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdfs.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | / property!( [INFO] [stdout] 14 | | /// **rdfs:domain** [INFO] [stdout] 15 | | /// A domain of the subject property. [INFO] [stdout] 16 | | :"http://www.w3.org/2000/01/rdf-schema#domain", Domain, domain, [INFO] [stdout] 17 | | ontology::classes::rdfs::Class<'g, G>, [INFO] [stdout] 18 | | 25); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:287:5 [INFO] [stdout] | [INFO] [stdout] 287 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdfs.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / property!( [INFO] [stdout] 21 | | /// **rdfs:isDefinedBy** [INFO] [stdout] 22 | | /// The defininition of the subject resource. [INFO] [stdout] 23 | | :"http://www.w3.org/2000/01/rdf-schema#isDefinedBy", IsDefinedBy, is_defined_by, [INFO] [stdout] 24 | | ontology::classes::rdfs::Resource<'g, G>, [INFO] [stdout] 25 | | 26); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:291:7 [INFO] [stdout] | [INFO] [stdout] 291 | $(#[$meta])* [INFO] [stdout] | _______^ [INFO] [stdout] 292 | | #[doc=$iri] [INFO] [stdout] | |_______________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdfs.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | / property!( [INFO] [stdout] 21 | | /// **rdfs:isDefinedBy** [INFO] [stdout] 22 | | /// The defininition of the subject resource. [INFO] [stdout] 23 | | :"http://www.w3.org/2000/01/rdf-schema#isDefinedBy", IsDefinedBy, is_defined_by, [INFO] [stdout] 24 | | ontology::classes::rdfs::Resource<'g, G>, [INFO] [stdout] 25 | | 26); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:287:5 [INFO] [stdout] | [INFO] [stdout] 287 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdfs.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / property!( [INFO] [stdout] 28 | | /// **rdfs:label** [INFO] [stdout] 29 | | /// A human-readable name for the subject. [INFO] [stdout] 30 | | :"http://www.w3.org/2000/01/rdf-schema#label", Label, label, [INFO] [stdout] 31 | | ontology::classes::rdfs::Literal<'g, G>, [INFO] [stdout] 32 | | 27); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:291:7 [INFO] [stdout] | [INFO] [stdout] 291 | $(#[$meta])* [INFO] [stdout] | _______^ [INFO] [stdout] 292 | | #[doc=$iri] [INFO] [stdout] | |_______________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdfs.rs:27:1 [INFO] [stdout] | [INFO] [stdout] 27 | / property!( [INFO] [stdout] 28 | | /// **rdfs:label** [INFO] [stdout] 29 | | /// A human-readable name for the subject. [INFO] [stdout] 30 | | :"http://www.w3.org/2000/01/rdf-schema#label", Label, label, [INFO] [stdout] 31 | | ontology::classes::rdfs::Literal<'g, G>, [INFO] [stdout] 32 | | 27); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:287:5 [INFO] [stdout] | [INFO] [stdout] 287 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdfs.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | / property!( [INFO] [stdout] 35 | | /// **rdfs:member** [INFO] [stdout] 36 | | /// A member of the subject resource. [INFO] [stdout] 37 | | :"http://www.w3.org/2000/01/rdf-schema#member", Member, member, [INFO] [stdout] 38 | | ontology::classes::rdfs::Resource<'g, G>, [INFO] [stdout] 39 | | 28); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:291:7 [INFO] [stdout] | [INFO] [stdout] 291 | $(#[$meta])* [INFO] [stdout] | _______^ [INFO] [stdout] 292 | | #[doc=$iri] [INFO] [stdout] | |_______________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdfs.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | / property!( [INFO] [stdout] 35 | | /// **rdfs:member** [INFO] [stdout] 36 | | /// A member of the subject resource. [INFO] [stdout] 37 | | :"http://www.w3.org/2000/01/rdf-schema#member", Member, member, [INFO] [stdout] 38 | | ontology::classes::rdfs::Resource<'g, G>, [INFO] [stdout] 39 | | 28); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:287:5 [INFO] [stdout] | [INFO] [stdout] 287 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdfs.rs:41:1 [INFO] [stdout] | [INFO] [stdout] 41 | / property!( [INFO] [stdout] 42 | | /// **rdfs:range** [INFO] [stdout] 43 | | /// A range of the subject property. [INFO] [stdout] 44 | | :"http://www.w3.org/2000/01/rdf-schema#range", Range, range, [INFO] [stdout] 45 | | ontology::classes::rdfs::Class<'g, G>, [INFO] [stdout] 46 | | 29); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:291:7 [INFO] [stdout] | [INFO] [stdout] 291 | $(#[$meta])* [INFO] [stdout] | _______^ [INFO] [stdout] 292 | | #[doc=$iri] [INFO] [stdout] | |_______________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdfs.rs:41:1 [INFO] [stdout] | [INFO] [stdout] 41 | / property!( [INFO] [stdout] 42 | | /// **rdfs:range** [INFO] [stdout] 43 | | /// A range of the subject property. [INFO] [stdout] 44 | | :"http://www.w3.org/2000/01/rdf-schema#range", Range, range, [INFO] [stdout] 45 | | ontology::classes::rdfs::Class<'g, G>, [INFO] [stdout] 46 | | 29); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:287:5 [INFO] [stdout] | [INFO] [stdout] 287 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdfs.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | / property!( [INFO] [stdout] 49 | | /// **rdfs:seeAlso** [INFO] [stdout] 50 | | /// Further information about the subject resource. [INFO] [stdout] 51 | | :"http://www.w3.org/2000/01/rdf-schema#seeAlso", SeeAlso, see_also, [INFO] [stdout] 52 | | ontology::classes::rdfs::Resource<'g, G>, [INFO] [stdout] 53 | | 30); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:291:7 [INFO] [stdout] | [INFO] [stdout] 291 | $(#[$meta])* [INFO] [stdout] | _______^ [INFO] [stdout] 292 | | #[doc=$iri] [INFO] [stdout] | |_______________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdfs.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | / property!( [INFO] [stdout] 49 | | /// **rdfs:seeAlso** [INFO] [stdout] 50 | | /// Further information about the subject resource. [INFO] [stdout] 51 | | :"http://www.w3.org/2000/01/rdf-schema#seeAlso", SeeAlso, see_also, [INFO] [stdout] 52 | | ontology::classes::rdfs::Resource<'g, G>, [INFO] [stdout] 53 | | 30); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:287:5 [INFO] [stdout] | [INFO] [stdout] 287 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdfs.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | / property!( [INFO] [stdout] 56 | | /// **rdfs:subClassOf** [INFO] [stdout] 57 | | /// The subject is a subclass of a class. [INFO] [stdout] 58 | | :"http://www.w3.org/2000/01/rdf-schema#subClassOf", SubClassOf, sub_class_of, [INFO] [stdout] 59 | | ontology::classes::rdfs::Class<'g, G>, [INFO] [stdout] 60 | | 31); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:291:7 [INFO] [stdout] | [INFO] [stdout] 291 | $(#[$meta])* [INFO] [stdout] | _______^ [INFO] [stdout] 292 | | #[doc=$iri] [INFO] [stdout] | |_______________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdfs.rs:55:1 [INFO] [stdout] | [INFO] [stdout] 55 | / property!( [INFO] [stdout] 56 | | /// **rdfs:subClassOf** [INFO] [stdout] 57 | | /// The subject is a subclass of a class. [INFO] [stdout] 58 | | :"http://www.w3.org/2000/01/rdf-schema#subClassOf", SubClassOf, sub_class_of, [INFO] [stdout] 59 | | ontology::classes::rdfs::Class<'g, G>, [INFO] [stdout] 60 | | 31); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:287:5 [INFO] [stdout] | [INFO] [stdout] 287 | #[doc=$iri] [INFO] [stdout] | ^^^^^^^^^^^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdfs.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | / property!( [INFO] [stdout] 63 | | /// **rdfs:subPropertyOf** [INFO] [stdout] 64 | | /// The subject is a subproperty of a property. [INFO] [stdout] 65 | | :"http://www.w3.org/2000/01/rdf-schema#subPropertyOf", SubPropertyOf, sub_property_of, [INFO] [stdout] 66 | | ontology::classes::rdf::Property<'g, G>, [INFO] [stdout] 67 | | 32); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this URL is not a hyperlink [INFO] [stdout] --> src/resource.rs:291:7 [INFO] [stdout] | [INFO] [stdout] 291 | $(#[$meta])* [INFO] [stdout] | _______^ [INFO] [stdout] 292 | | #[doc=$iri] [INFO] [stdout] | |_______________^ help: use an automatic link instead: `` [INFO] [stdout] | [INFO] [stdout] ::: src/ontology/properties/rdfs.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | / property!( [INFO] [stdout] 63 | | /// **rdfs:subPropertyOf** [INFO] [stdout] 64 | | /// The subject is a subproperty of a property. [INFO] [stdout] 65 | | :"http://www.w3.org/2000/01/rdf-schema#subPropertyOf", SubPropertyOf, sub_property_of, [INFO] [stdout] 66 | | ontology::classes::rdf::Property<'g, G>, [INFO] [stdout] 67 | | 32); [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: bare URLs are not automatically turned into clickable links [INFO] [stdout] = note: this warning originates in the macro `property` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 63 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.53s [INFO] running `Command { std: "docker" "inspect" "57e8d04f81b8215bb960b310e573de30acfddc7e27c2ce701c255c532caa7561", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "57e8d04f81b8215bb960b310e573de30acfddc7e27c2ce701c255c532caa7561", kill_on_drop: false }` [INFO] [stdout] 57e8d04f81b8215bb960b310e573de30acfddc7e27c2ce701c255c532caa7561