[INFO] cloning repository https://github.com/yogeshkumar98103/TCP-in-Rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yogeshkumar98103/TCP-in-Rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyogeshkumar98103%2FTCP-in-Rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyogeshkumar98103%2FTCP-in-Rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] faae1886c72d1f0e71b9e6dd73c76cfa7cb8af24 [INFO] documenting yogeshkumar98103/TCP-in-Rust against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyogeshkumar98103%2FTCP-in-Rust" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/yogeshkumar98103/TCP-in-Rust 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 git repo https://github.com/yogeshkumar98103/TCP-in-Rust [INFO] finished tweaking git repo https://github.com/yogeshkumar98103/TCP-in-Rust [INFO] tweaked toml for git repo https://github.com/yogeshkumar98103/TCP-in-Rust written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/yogeshkumar98103/TCP-in-Rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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] 435d184722a89ba39278f9f199836c070e7d0dd1d91bd1a835fcd75745f0753f [INFO] running `Command { std: "docker" "start" "-a" "435d184722a89ba39278f9f199836c070e7d0dd1d91bd1a835fcd75745f0753f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "435d184722a89ba39278f9f199836c070e7d0dd1d91bd1a835fcd75745f0753f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "435d184722a89ba39278f9f199836c070e7d0dd1d91bd1a835fcd75745f0753f", kill_on_drop: false }` [INFO] [stdout] 435d184722a89ba39278f9f199836c070e7d0dd1d91bd1a835fcd75745f0753f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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] 6b357b8affa1e68b6904bcefff26b0694ae308a8a6140f093add2a9104e09e1f [INFO] running `Command { std: "docker" "start" "-a" "6b357b8affa1e68b6904bcefff26b0694ae308a8a6140f093add2a9104e09e1f", kill_on_drop: false }` [INFO] [stderr] Documenting TCP v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `RFC8200` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:5:32 [INFO] [stdout] | [INFO] [stdout] 5 | ///IPv6 Hop-by-Hop Option [RFC8200] [INFO] [stdout] | ^^^^^^^ no item named `RFC8200` 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 `RFC792` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:7:34 [INFO] [stdout] | [INFO] [stdout] 7 | ///Internet Control Message [RFC792] [INFO] [stdout] | ^^^^^^ no item named `RFC792` 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 `RFC1112` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:9:35 [INFO] [stdout] | [INFO] [stdout] 9 | ///Internet Group Management [RFC1112] [INFO] [stdout] | ^^^^^^^ no item named `RFC1112` 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 `RFC823` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:11:28 [INFO] [stdout] | [INFO] [stdout] 11 | ///Gateway-to-Gateway [RFC823] [INFO] [stdout] | ^^^^^^ no item named `RFC823` 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 `RFC2003` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:13:28 [INFO] [stdout] | [INFO] [stdout] 13 | ///IPv4 encapsulation [RFC2003] [INFO] [stdout] | ^^^^^^^ no item named `RFC2003` 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 `RFC1819` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:15:25 [INFO] [stdout] | [INFO] [stdout] 15 | ///Stream [RFC1190][RFC1819] [INFO] [stdout] | ^^^^^^^ no item named `RFC1819` 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 `RFC793` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:17:30 [INFO] [stdout] | [INFO] [stdout] 17 | ///Transmission Control [RFC793] [INFO] [stdout] | ^^^^^^ no item named `RFC793` 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 `Tony_Ballardie` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:19:13 [INFO] [stdout] | [INFO] [stdout] 19 | ///CBT [Tony_Ballardie] [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `Tony_Ballardie` 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 `David_Mills` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:21:43 [INFO] [stdout] | [INFO] [stdout] 21 | ///Exterior Gateway Protocol [RFC888][David_Mills] [INFO] [stdout] | ^^^^^^^^^^^ no item named `David_Mills` 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 `Internet_Assigned_Numbers_Authority` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:23:69 [INFO] [stdout] | [INFO] [stdout] 23 | ///any private interior gateway (used by Cisco for their IGRP) [Internet_Assigned_Numbers_Authority] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `Internet_Assigned_Numbers_Authority` 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 `Steve_Chipman` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:25:28 [INFO] [stdout] | [INFO] [stdout] 25 | ///BBN RCC Monitoring [Steve_Chipman] [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `Steve_Chipman` 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 `Steve_Casner` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:27:40 [INFO] [stdout] | [INFO] [stdout] 27 | ///Network Voice Protocol [RFC741][Steve_Casner] [INFO] [stdout] | ^^^^^^^^^^^^ no item named `Steve_Casner` 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 `Robert_W_Scheifler` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:31:28 [INFO] [stdout] | [INFO] [stdout] 31 | ///ARGUS (deprecated) [Robert_W_Scheifler] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no item named `Robert_W_Scheifler` 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 `` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:33:15 [INFO] [stdout] | [INFO] [stdout] 33 | ///EMCON [] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ missing type for generic parameters [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `Jack_Haverty` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:35:113 [INFO] [stdout] | [INFO] [stdout] 35 | ///Cross Net Debugger [Haverty, J., "XNET Formats for Internet Protocol Version 4", IEN 158, October 1980.][Jack_Haverty] [INFO] [stdout] | ^^^^^^^^^^^^ no item named `Jack_Haverty` 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 `J_Noel_Chiappa` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:37:15 [INFO] [stdout] | [INFO] [stdout] 37 | ///Chaos [J_Noel_Chiappa] [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `J_Noel_Chiappa` 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 `Jon_Postel` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:39:31 [INFO] [stdout] | [INFO] [stdout] 39 | ///User Datagram [RFC768][Jon_Postel] [INFO] [stdout] | ^^^^^^^^^^ no item named `Jon_Postel` 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 `Jon_Postel` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:41:127 [INFO] [stdout] | [INFO] [stdout] 41 | ///Multiplexing [Cohen, D. and J. Postel, "Multiplexing Protocol", IEN 90, USC/Information Sciences Institute, May 1979.][Jon_Postel] [INFO] [stdout] | ^^^^^^^^^^ no item named `Jon_Postel` 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 `David_Mills` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:43:36 [INFO] [stdout] | [INFO] [stdout] 43 | ///DCN Measurement Subsystems [David_Mills] [INFO] [stdout] | ^^^^^^^^^^^ no item named `David_Mills` 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 `Bob_Hinden` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:45:33 [INFO] [stdout] | [INFO] [stdout] 45 | ///Host Monitoring [RFC869][Bob_Hinden] [INFO] [stdout] | ^^^^^^^^^^ no item named `Bob_Hinden` 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 `Zaw_Sing_Su` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:47:34 [INFO] [stdout] | [INFO] [stdout] 47 | ///Packet Radio Measurement [Zaw_Sing_Su] [INFO] [stdout] | ^^^^^^^^^^^ no item named `Zaw_Sing_Su` 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 `Barry_Boehm` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:51:17 [INFO] [stdout] | [INFO] [stdout] 51 | ///Trunk-1 [Barry_Boehm] [INFO] [stdout] | ^^^^^^^^^^^ no item named `Barry_Boehm` 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 `Barry_Boehm` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:53:17 [INFO] [stdout] | [INFO] [stdout] 53 | ///Trunk-2 [Barry_Boehm] [INFO] [stdout] | ^^^^^^^^^^^ no item named `Barry_Boehm` 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 `Barry_Boehm` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:55:16 [INFO] [stdout] | [INFO] [stdout] 55 | ///Leaf-1 [Barry_Boehm] [INFO] [stdout] | ^^^^^^^^^^^ no item named `Barry_Boehm` 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 `Barry_Boehm` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:57:16 [INFO] [stdout] | [INFO] [stdout] 57 | ///Leaf-2 [Barry_Boehm] [INFO] [stdout] | ^^^^^^^^^^^ no item named `Barry_Boehm` 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 `Bob_Hinden` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:59:40 [INFO] [stdout] | [INFO] [stdout] 59 | ///Reliable Data Protocol [RFC908][Bob_Hinden] [INFO] [stdout] | ^^^^^^^^^^ no item named `Bob_Hinden` 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 `Trudy_Miller` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:61:47 [INFO] [stdout] | [INFO] [stdout] 61 | ///Internet Reliable Transaction [RFC938][Trudy_Miller] [INFO] [stdout] | ^^^^^^^^^^^^ no item named `Trudy_Miller` 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 `` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:63:48 [INFO] [stdout] | [INFO] [stdout] 63 | ///ISO Transport Protocol Class 4 [RFC905][] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ missing type for generic parameters [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `David_Clark` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:65:45 [INFO] [stdout] | [INFO] [stdout] 65 | ///Bulk Data Transfer Protocol [RFC969][David_Clark] [INFO] [stdout] | ^^^^^^^^^^^ no item named `David_Clark` 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 `Barry_Howard` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:67:185 [INFO] [stdout] | [INFO] [stdout] 67 | ... Labs, Livermore, California, June 1977.][Barry_Howard] [INFO] [stdout] | ^^^^^^^^^^^^ no item named `Barry_Howard` 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 `Hans_Werner_Braun` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:69:35 [INFO] [stdout] | [INFO] [stdout] 69 | ///MERIT Internodal Protocol [Hans_Werner_Braun] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `Hans_Werner_Braun` 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 `RFC4340` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:71:46 [INFO] [stdout] | [INFO] [stdout] 71 | ///Datagram Congestion Control Protocol [RFC4340] [INFO] [stdout] | ^^^^^^^ no item named `RFC4340` 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 `Stuart_A_Friedberg` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:73:38 [INFO] [stdout] | [INFO] [stdout] 73 | ///Third Party Connect Protocol [Stuart_A_Friedberg] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no item named `Stuart_A_Friedberg` 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 `Martha_Steenstrup` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:75:46 [INFO] [stdout] | [INFO] [stdout] 75 | ///Inter-Domain Policy Routing Protocol [Martha_Steenstrup] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `Martha_Steenstrup` 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 `Greg_Chesson` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:77:13 [INFO] [stdout] | [INFO] [stdout] 77 | ///XTP [Greg_Chesson] [INFO] [stdout] | ^^^^^^^^^^^^ no item named `Greg_Chesson` 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 `Wesley_Craig` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:79:36 [INFO] [stdout] | [INFO] [stdout] 79 | ///Datagram Delivery Protocol [Wesley_Craig] [INFO] [stdout] | ^^^^^^^^^^^^ no item named `Wesley_Craig` 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 `Martha_Steenstrup` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:81:46 [INFO] [stdout] | [INFO] [stdout] 81 | ///IDPR Control Message Transport Proto [Martha_Steenstrup] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `Martha_Steenstrup` 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 `Dirk_Fromhein` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:83:33 [INFO] [stdout] | [INFO] [stdout] 83 | ///TP++ Transport Protocol [Dirk_Fromhein] [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `Dirk_Fromhein` 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 `Dave_Presotto` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:85:31 [INFO] [stdout] | [INFO] [stdout] 85 | ///IL Transport Protocol [Dave_Presotto] [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `Dave_Presotto` 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 `RFC2473` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:87:28 [INFO] [stdout] | [INFO] [stdout] 87 | ///IPv6 encapsulation [RFC2473] [INFO] [stdout] | ^^^^^^^ no item named `RFC2473` 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 `Deborah_Estrin` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:89:40 [INFO] [stdout] | [INFO] [stdout] 89 | ///Source Demand Routing Protocol [Deborah_Estrin] [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `Deborah_Estrin` 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 `Steve_Deering` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:91:33 [INFO] [stdout] | [INFO] [stdout] 91 | ///Routing Header for IPv6 [Steve_Deering] [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `Steve_Deering` 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 `Steve_Deering` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:93:34 [INFO] [stdout] | [INFO] [stdout] 93 | ///Fragment Header for IPv6 [Steve_Deering] [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `Steve_Deering` 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 `Sue_Hares` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:95:39 [INFO] [stdout] | [INFO] [stdout] 95 | ///Inter-Domain Routing Protocol [Sue_Hares] [INFO] [stdout] | ^^^^^^^^^ no item named `Sue_Hares` 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 `RFC3209` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:97:39 [INFO] [stdout] | [INFO] [stdout] 97 | ///Reservation Protocol [RFC2205][RFC3209][Bob_Braden] [INFO] [stdout] | ^^^^^^^ no item named `RFC3209` 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 `Bob_Braden` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:97:48 [INFO] [stdout] | [INFO] [stdout] 97 | ///Reservation Protocol [RFC2205][RFC3209][Bob_Braden] [INFO] [stdout] | ^^^^^^^^^^ no item named `Bob_Braden` 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 `Tony_Li` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:99:48 [INFO] [stdout] | [INFO] [stdout] 99 | ///Generic Routing Encapsulation [RFC2784][Tony_Li] [INFO] [stdout] | ^^^^^^^ no item named `Tony_Li` 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 `RFC4728` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:101:41 [INFO] [stdout] | [INFO] [stdout] 101 | ///Dynamic Source Routing Protocol [RFC4728] [INFO] [stdout] | ^^^^^^^ no item named `RFC4728` 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 `RFC4303` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:105:32 [INFO] [stdout] | [INFO] [stdout] 105 | ///Encap Security Payload [RFC4303] [INFO] [stdout] | ^^^^^^^ no item named `RFC4303` 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 `RFC4302` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:107:31 [INFO] [stdout] | [INFO] [stdout] 107 | ///Authentication Header [RFC4302] [INFO] [stdout] | ^^^^^^^ no item named `RFC4302` 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 `K_Robert_Glenn` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:109:45 [INFO] [stdout] | [INFO] [stdout] 109 | ///Integrated Net Layer Security TUBA [K_Robert_Glenn] [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `K_Robert_Glenn` 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 `John_Ioannidis` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:111:41 [INFO] [stdout] | [INFO] [stdout] 111 | ///IP with Encryption (deprecated) [John_Ioannidis] [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `John_Ioannidis` 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 `RFC1735` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:113:42 [INFO] [stdout] | [INFO] [stdout] 113 | ///NBMA Address Resolution Protocol [RFC1735] [INFO] [stdout] | ^^^^^^^ no item named `RFC1735` 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 `Charlie_Perkins` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:115:21 [INFO] [stdout] | [INFO] [stdout] 115 | ///IP Mobility [Charlie_Perkins] [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `Charlie_Perkins` 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 `Christer_Oberg` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:117:74 [INFO] [stdout] | [INFO] [stdout] 117 | ///Transport Layer Security Protocol using Kryptonet key management [Christer_Oberg] [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `Christer_Oberg` 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 `Tom_Markson` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:119:14 [INFO] [stdout] | [INFO] [stdout] 119 | ///SKIP [Tom_Markson] [INFO] [stdout] | ^^^^^^^^^^^ no item named `Tom_Markson` 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 `RFC8200` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:121:23 [INFO] [stdout] | [INFO] [stdout] 121 | ///ICMP for IPv6 [RFC8200] [INFO] [stdout] | ^^^^^^^ no item named `RFC8200` 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 `RFC8200` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:123:33 [INFO] [stdout] | [INFO] [stdout] 123 | ///No Next Header for IPv6 [RFC8200] [INFO] [stdout] | ^^^^^^^ no item named `RFC8200` 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 `RFC8200` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:125:38 [INFO] [stdout] | [INFO] [stdout] 125 | ///Destination Options for IPv6 [RFC8200] [INFO] [stdout] | ^^^^^^^ no item named `RFC8200` 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 `Internet_Assigned_Numbers_Authority` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:127:36 [INFO] [stdout] | [INFO] [stdout] 127 | ///any host internal protocol [Internet_Assigned_Numbers_Authority] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `Internet_Assigned_Numbers_Authority` 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 `Harry_Forsdick` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:129:93 [INFO] [stdout] | [INFO] [stdout] 129 | ///CFTP [Forsdick, H., "CFTP", Network Message, Bolt Beranek and Newman, January 1982.][Harry_Forsdick] [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `Harry_Forsdick` 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 `Internet_Assigned_Numbers_Authority` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:131:27 [INFO] [stdout] | [INFO] [stdout] 131 | ///any local network [Internet_Assigned_Numbers_Authority] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `Internet_Assigned_Numbers_Authority` 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 `Steven_Blumenthal` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:133:35 [INFO] [stdout] | [INFO] [stdout] 133 | ///SATNET and Backroom EXPAK [Steven_Blumenthal] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `Steven_Blumenthal` 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 `Michael_Greenwald` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:137:42 [INFO] [stdout] | [INFO] [stdout] 137 | ///MIT Remote Virtual Disk Protocol [Michael_Greenwald] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `Michael_Greenwald` 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 `Steven_Blumenthal` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:139:39 [INFO] [stdout] | [INFO] [stdout] 139 | ///Internet Pluribus Packet Core [Steven_Blumenthal] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `Steven_Blumenthal` 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 `Internet_Assigned_Numbers_Authority` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:141:37 [INFO] [stdout] | [INFO] [stdout] 141 | ///any distributed file system [Internet_Assigned_Numbers_Authority] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `Internet_Assigned_Numbers_Authority` 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 `Steven_Blumenthal` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:143:27 [INFO] [stdout] | [INFO] [stdout] 143 | ///SATNET Monitoring [Steven_Blumenthal] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `Steven_Blumenthal` 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 `Gene_Tsudik` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:145:23 [INFO] [stdout] | [INFO] [stdout] 145 | ///VISA Protocol [Gene_Tsudik] [INFO] [stdout] | ^^^^^^^^^^^ no item named `Gene_Tsudik` 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 `Steven_Blumenthal` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:147:38 [INFO] [stdout] | [INFO] [stdout] 147 | ///Internet Packet Core Utility [Steven_Blumenthal] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `Steven_Blumenthal` 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 `Steve_Casner` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:155:31 [INFO] [stdout] | [INFO] [stdout] 155 | ///Packet Video Protocol [Steve_Casner] [INFO] [stdout] | ^^^^^^^^^^^^ no item named `Steve_Casner` 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 `Steven_Blumenthal` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:157:36 [INFO] [stdout] | [INFO] [stdout] 157 | ///Backroom SATNET Monitoring [Steven_Blumenthal] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `Steven_Blumenthal` 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 `William_Melohn` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:159:35 [INFO] [stdout] | [INFO] [stdout] 159 | ///SUN ND PROTOCOL-Temporary [William_Melohn] [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `William_Melohn` 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 `Steven_Blumenthal` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:161:29 [INFO] [stdout] | [INFO] [stdout] 161 | ///WIDEBAND Monitoring [Steven_Blumenthal] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `Steven_Blumenthal` 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 `Steven_Blumenthal` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:163:24 [INFO] [stdout] | [INFO] [stdout] 163 | ///WIDEBAND EXPAK [Steven_Blumenthal] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `Steven_Blumenthal` 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 `Marshall_T_Rose` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:165:31 [INFO] [stdout] | [INFO] [stdout] 165 | ///ISO Internet Protocol [Marshall_T_Rose] [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `Marshall_T_Rose` 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 `Dave_Cheriton` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:167:14 [INFO] [stdout] | [INFO] [stdout] 167 | ///VMTP [Dave_Cheriton] [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `Dave_Cheriton` 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 `Dave_Cheriton` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:169:21 [INFO] [stdout] | [INFO] [stdout] 169 | ///SECURE-VMTP [Dave_Cheriton] [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `Dave_Cheriton` 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 `Jim_Stevens` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:173:77 [INFO] [stdout] | [INFO] [stdout] 173 | ///Transaction Transport Protocol or Internet Protocol Traffic Manager [Jim_Stevens] [INFO] [stdout] | ^^^^^^^^^^^ no item named `Jim_Stevens` 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 `Hans_Werner_Braun` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:175:20 [INFO] [stdout] | [INFO] [stdout] 175 | ///NSFNET-IGP [Hans_Werner_Braun] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `Hans_Werner_Braun` 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 `Mike_Little` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:177:168 [INFO] [stdout] | [INFO] [stdout] 177 | ...Contract no. CS901145, November 16, 1987.][Mike_Little] [INFO] [stdout] | ^^^^^^^^^^^ no item named `Mike_Little` 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 `Guillermo_A_Loyola` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:179:13 [INFO] [stdout] | [INFO] [stdout] 179 | ///TCF [Guillermo_A_Loyola] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no item named `Guillermo_A_Loyola` 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 `RFC7868` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:181:15 [INFO] [stdout] | [INFO] [stdout] 181 | ///EIGRP [RFC7868] [INFO] [stdout] | ^^^^^^^ no item named `RFC7868` 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 `RFC2328` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:183:26 [INFO] [stdout] | [INFO] [stdout] 183 | ///OSPFIGP [RFC1583][RFC2328][RFC5340][John_Moy] [INFO] [stdout] | ^^^^^^^ no item named `RFC2328` 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 `RFC5340` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:183:35 [INFO] [stdout] | [INFO] [stdout] 183 | ///OSPFIGP [RFC1583][RFC2328][RFC5340][John_Moy] [INFO] [stdout] | ^^^^^^^ no item named `RFC5340` 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 `John_Moy` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:183:44 [INFO] [stdout] | [INFO] [stdout] 183 | ///OSPFIGP [RFC1583][RFC2328][RFC5340][John_Moy] [INFO] [stdout] | ^^^^^^^^ no item named `John_Moy` 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 `Susie_Armstrong` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:189:38 [INFO] [stdout] | [INFO] [stdout] 189 | ///Multicast Transport Protocol [Susie_Armstrong] [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `Susie_Armstrong` 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 `Brian_Kantor` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:191:22 [INFO] [stdout] | [INFO] [stdout] 191 | ///AX.25 Frames [Brian_Kantor] [INFO] [stdout] | ^^^^^^^^^^^^ no item named `Brian_Kantor` 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 `John_Ioannidis` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:193:45 [INFO] [stdout] | [INFO] [stdout] 193 | ///IP-within-IP Encapsulation Protocol [John_Ioannidis] [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `John_Ioannidis` 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 `John_Ioannidis` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:195:58 [INFO] [stdout] | [INFO] [stdout] 195 | ///Mobile Internetworking Control Pro. (deprecated) [John_Ioannidis] [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `John_Ioannidis` 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 `Howard_Hart` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:197:44 [INFO] [stdout] | [INFO] [stdout] 197 | ///Semaphore Communications Sec. Pro. [Howard_Hart] [INFO] [stdout] | ^^^^^^^^^^^ no item named `Howard_Hart` 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 `RFC3378` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:199:42 [INFO] [stdout] | [INFO] [stdout] 199 | ///Ethernet-within-IP Encapsulation [RFC3378] [INFO] [stdout] | ^^^^^^^ no item named `RFC3378` 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 `Robert_Woodburn` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:201:39 [INFO] [stdout] | [INFO] [stdout] 201 | ///Encapsulation Header [RFC1241][Robert_Woodburn] [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `Robert_Woodburn` 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 `RXB5` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:203:15 [INFO] [stdout] | [INFO] [stdout] 203 | ///GMTP [[RXB5]] [INFO] [stdout] | ^^^^ no item named `RXB5` 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 `Ross_Callon` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:207:22 [INFO] [stdout] | [INFO] [stdout] 207 | ///PNNI over IP [Ross_Callon] [INFO] [stdout] | ^^^^^^^^^^^ no item named `Ross_Callon` 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 `Dino_Farinacci` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:209:49 [INFO] [stdout] | [INFO] [stdout] 209 | ///Protocol Independent Multicast [RFC7761][Dino_Farinacci] [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `Dino_Farinacci` 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 `Nancy_Feldman` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:211:14 [INFO] [stdout] | [INFO] [stdout] 211 | ///ARIS [Nancy_Feldman] [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `Nancy_Feldman` 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 `Robert_Durst` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:213:14 [INFO] [stdout] | [INFO] [stdout] 213 | ///SCPS [Robert_Durst] [INFO] [stdout] | ^^^^^^^^^^^^ no item named `Robert_Durst` 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 `Michael_Hunter` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:215:13 [INFO] [stdout] | [INFO] [stdout] 215 | ///QNX [Michael_Hunter] [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `Michael_Hunter` 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 `Bob_Braden` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:217:25 [INFO] [stdout] | [INFO] [stdout] 217 | ///Active Networks [Bob_Braden] [INFO] [stdout] | ^^^^^^^^^^ no item named `Bob_Braden` 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 `RFC2393` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:219:41 [INFO] [stdout] | [INFO] [stdout] 219 | ///IP Payload Compression Protocol [RFC2393] [INFO] [stdout] | ^^^^^^^ no item named `RFC2393` 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 `Manickam_R_Sridhar` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:221:34 [INFO] [stdout] | [INFO] [stdout] 221 | ///Sitara Networks Protocol [Manickam_R_Sridhar] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no item named `Manickam_R_Sridhar` 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 `Victor_Volpe` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:223:30 [INFO] [stdout] | [INFO] [stdout] 223 | ///Compaq Peer Protocol [Victor_Volpe] [INFO] [stdout] | ^^^^^^^^^^^^ no item named `Victor_Volpe` 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 `CJ_Lee` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:225:19 [INFO] [stdout] | [INFO] [stdout] 225 | ///IPX in IP [CJ_Lee] [INFO] [stdout] | ^^^^^^ no item named `CJ_Lee` 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 `RFC5798` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:227:44 [INFO] [stdout] | [INFO] [stdout] 227 | ///Virtual Router Redundancy Protocol [RFC5798] [INFO] [stdout] | ^^^^^^^ no item named `RFC5798` 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 `Tony_Speakman` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:229:41 [INFO] [stdout] | [INFO] [stdout] 229 | ///PGM Reliable Transport Protocol [Tony_Speakman] [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `Tony_Speakman` 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 `Internet_Assigned_Numbers_Authority` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:231:28 [INFO] [stdout] | [INFO] [stdout] 231 | ///any 0-hop protocol [Internet_Assigned_Numbers_Authority] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `Internet_Assigned_Numbers_Authority` 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 `Bernard_Aboba` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:233:47 [INFO] [stdout] | [INFO] [stdout] 233 | ///Layer Two Tunneling Protocol [RFC3931][Bernard_Aboba] [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `Bernard_Aboba` 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 `John_Worley` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:235:34 [INFO] [stdout] | [INFO] [stdout] 235 | ///D-II Data Exchange (DDX) [John_Worley] [INFO] [stdout] | ^^^^^^^^^^^ no item named `John_Worley` 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 `John_Murphy` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:237:45 [INFO] [stdout] | [INFO] [stdout] 237 | ///Interactive Agent Transfer Protocol [John_Murphy] [INFO] [stdout] | ^^^^^^^^^^^ no item named `John_Murphy` 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 `Jean_Michel_Pittet` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:239:36 [INFO] [stdout] | [INFO] [stdout] 239 | ///Schedule Transfer Protocol [Jean_Michel_Pittet] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ no item named `Jean_Michel_Pittet` 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 `Mark_Hamilton` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:241:36 [INFO] [stdout] | [INFO] [stdout] 241 | ///SpectraLink Radio Protocol [Mark_Hamilton] [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `Mark_Hamilton` 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 `Peter_Lothberg` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:243:13 [INFO] [stdout] | [INFO] [stdout] 243 | ///UTI [Peter_Lothberg] [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `Peter_Lothberg` 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 `Leif_Ekblad` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:245:33 [INFO] [stdout] | [INFO] [stdout] 245 | ///Simple Message Protocol [Leif_Ekblad] [INFO] [stdout] | ^^^^^^^^^^^ no item named `Leif_Ekblad` 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 `Michael_Welzl` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:249:43 [INFO] [stdout] | [INFO] [stdout] 249 | ///Performance Transparency Protocol [Michael_Welzl] [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `Michael_Welzl` 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 `Tony_Przygienda` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:251:24 [INFO] [stdout] | [INFO] [stdout] 251 | ///ISIS over IPv4 [Tony_Przygienda] [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `Tony_Przygienda` 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 `Criag_Partridge` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:253:14 [INFO] [stdout] | [INFO] [stdout] 253 | ///FIRE [Criag_Partridge] [INFO] [stdout] | ^^^^^^^^^^^^^^^ no item named `Criag_Partridge` 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 `Robert_Sautter` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:255:41 [INFO] [stdout] | [INFO] [stdout] 255 | ///Combat Radio Transport Protocol [Robert_Sautter] [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `Robert_Sautter` 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 `Robert_Sautter` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:257:36 [INFO] [stdout] | [INFO] [stdout] 257 | ///Combat Radio User Datagram [Robert_Sautter] [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `Robert_Sautter` 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 `Kurt_Waber` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:259:18 [INFO] [stdout] | [INFO] [stdout] 259 | ///SSCOPMCE [Kurt_Waber] [INFO] [stdout] | ^^^^^^^^^^ no item named `Kurt_Waber` 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 `Hollbach` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:261:15 [INFO] [stdout] | [INFO] [stdout] 261 | ///IPLT [[Hollbach]] [INFO] [stdout] | ^^^^^^^^ no item named `Hollbach` 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 `Bill_McIntosh` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:263:30 [INFO] [stdout] | [INFO] [stdout] 263 | ///Secure Packet Shield [Bill_McIntosh] [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `Bill_McIntosh` 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 `Bernhard_Petri` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:265:44 [INFO] [stdout] | [INFO] [stdout] 265 | ///Private IP Encapsulation within IP [Bernhard_Petri] [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `Bernhard_Petri` 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 `Randall_R_Stewart` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:267:46 [INFO] [stdout] | [INFO] [stdout] 267 | ///Stream Control Transmission Protocol [Randall_R_Stewart] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `Randall_R_Stewart` 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 `RFC6172` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:269:41 [INFO] [stdout] | [INFO] [stdout] 269 | ///Fibre Channel [Murali_Rajagopal][RFC6172] [INFO] [stdout] | ^^^^^^^ no item named `RFC6172` 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 `RFC3175` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:271:25 [INFO] [stdout] | [INFO] [stdout] 271 | ///RSVP-E2E-IGNORE [RFC3175] [INFO] [stdout] | ^^^^^^^ no item named `RFC3175` 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 `RFC6275` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:273:24 [INFO] [stdout] | [INFO] [stdout] 273 | ///MobilityHeader [RFC6275] [INFO] [stdout] | ^^^^^^^ no item named `RFC6275` 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 `RFC3828` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:275:17 [INFO] [stdout] | [INFO] [stdout] 275 | ///UDPLite [RFC3828] [INFO] [stdout] | ^^^^^^^ no item named `RFC3828` 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 `RFC4023` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:277:10 [INFO] [stdout] | [INFO] [stdout] 277 | /// [RFC4023] [INFO] [stdout] | ^^^^^^^ no item named `RFC4023` 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 `RFC5498` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:279:25 [INFO] [stdout] | [INFO] [stdout] 279 | ///MANET Protocols [RFC5498] [INFO] [stdout] | ^^^^^^^ no item named `RFC5498` 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 `RFC7401` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:281:32 [INFO] [stdout] | [INFO] [stdout] 281 | ///Host Identity Protocol [RFC7401] [INFO] [stdout] | ^^^^^^^ no item named `RFC7401` 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 `RFC5533` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:283:24 [INFO] [stdout] | [INFO] [stdout] 283 | ///Shim6 Protocol [RFC5533] [INFO] [stdout] | ^^^^^^^ no item named `RFC5533` 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 `RFC5840` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:285:48 [INFO] [stdout] | [INFO] [stdout] 285 | ///Wrapped Encapsulating Security Payload [RFC5840] [INFO] [stdout] | ^^^^^^^ no item named `RFC5840` 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 `RFC5858` [INFO] [stdout] --> src/Parser/IPTrafficClass.rs:287:35 [INFO] [stdout] | [INFO] [stdout] 287 | ///Robust Header Compression [RFC5858] [INFO] [stdout] | ^^^^^^^ no item named `RFC5858` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: could not parse code block as Rust code [INFO] [stdout] --> src/TCPConnection.rs:12:10 [INFO] [stdout] | [INFO] [stdout] 12 | /// Transmission Control Protocol [INFO] [stdout] | __________^ [INFO] [stdout] 13 | | /// Functional Specification [INFO] [stdout] 14 | | /// [INFO] [stdout] 15 | | /// [INFO] [stdout] ... | [INFO] [stdout] 30 | | /// ----------- | | ------- | V [INFO] [stdout] 31 | | /// +---------+ snd SYN,ACK / \ snd SYN +---------+ [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] = note: error from rustc: unknown start of token: \ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 134 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.03s [INFO] running `Command { std: "docker" "inspect" "6b357b8affa1e68b6904bcefff26b0694ae308a8a6140f093add2a9104e09e1f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6b357b8affa1e68b6904bcefff26b0694ae308a8a6140f093add2a9104e09e1f", kill_on_drop: false }` [INFO] [stdout] 6b357b8affa1e68b6904bcefff26b0694ae308a8a6140f093add2a9104e09e1f