[INFO] fetching crate ittapi-rs 0.1.5... [INFO] documenting ittapi-rs-0.1.5 against master#394e1b40d264aa6928811919c1124fa248e7d802 for pr-73566 [INFO] extracting crate ittapi-rs 0.1.5 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate ittapi-rs 0.1.5 on toolchain 394e1b40d264aa6928811919c1124fa248e7d802 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate ittapi-rs 0.1.5 [INFO] finished tweaking crates.io crate ittapi-rs 0.1.5 [INFO] tweaked toml for crates.io crate ittapi-rs 0.1.5 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ce543463033523885636e4d744d106a5024879ffeacb83dc93e5ce048560f025 [INFO] running `Command { std: "docker" "start" "-a" "ce543463033523885636e4d744d106a5024879ffeacb83dc93e5ce048560f025", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ce543463033523885636e4d744d106a5024879ffeacb83dc93e5ce048560f025", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ce543463033523885636e4d744d106a5024879ffeacb83dc93e5ce048560f025", kill_on_drop: false }` [INFO] [stdout] ce543463033523885636e4d744d106a5024879ffeacb83dc93e5ce048560f025 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 34253f7a4e5df7fc70ba9ec4826d358bd3b9a532cf26ac476cf0a1d010f01112 [INFO] running `Command { std: "docker" "start" "-a" "34253f7a4e5df7fc70ba9ec4826d358bd3b9a532cf26ac476cf0a1d010f01112", kill_on_drop: false }` [INFO] [stderr] Compiling cmake v0.1.44 [INFO] [stderr] Compiling ittapi-rs v0.1.5 (/opt/rustwide/workdir) [INFO] [stderr] Documenting ittapi-rs v0.1.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: `[code]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/jitprofiling_bindings.rs:861:1 [INFO] [stdout] | [INFO] [stdout] 861 | / #[doc = " @brief Description of a dynamic update of the content within JIT-compiled method"] [INFO] [stdout] 862 | | #[doc = " @details The JIT engine may generate the methods that are updated at runtime"] [INFO] [stdout] 863 | | #[doc = " partially by mixed (data + executable code) content. When you use the iJIT_Method_Update"] [INFO] [stdout] 864 | | #[doc = " structure to describe the update of the content within a JIT-compiled method,"] [INFO] [stdout] ... | [INFO] [stdout] 893 | | #[doc = " [------------ trace ---------]"] [INFO] [stdout] 894 | | #[doc = " @endcode"] [INFO] [stdout] | |____________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(intra_doc_link_resolution_failure)]` on by default [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] [code] Ignored [INFO] [stdout] ^^^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:314:5 [INFO] [stdout] | [INFO] [stdout] 314 | / #[doc = " @brief function contains a special code pattern identified on the post-processing stage and"] [INFO] [stdout] 315 | | #[doc = " marks the beginning of a code region targeted for Intel PT analysis"] [INFO] [stdout] 316 | | #[doc = " @param[in] region - region id, 0 <= region < 8"] [INFO] [stdout] | |______________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] region - region id, 0 <= region < 8 [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:320:5 [INFO] [stdout] | [INFO] [stdout] 320 | / #[doc = " @brief function contains a special code pattern identified on the post-processing stage and"] [INFO] [stdout] 321 | | #[doc = " marks the end of a code region targeted for Intel PT analysis"] [INFO] [stdout] 322 | | #[doc = " @param[in] region - region id, 0 <= region < 8"] [INFO] [stdout] | |______________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] region - region id, 0 <= region < 8 [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1177:5 [INFO] [stdout] | [INFO] [stdout] 1177 | / #[doc = " @ingroup ids"] [INFO] [stdout] 1178 | | #[doc = " @brief Create an instance of identifier."] [INFO] [stdout] 1179 | | #[doc = " This establishes the beginning of the lifetime of an instance of"] [INFO] [stdout] 1180 | | #[doc = " the given ID in the trace. Once this lifetime starts, the ID"] [INFO] [stdout] ... | [INFO] [stdout] 1185 | | #[doc = " @param[in] domain The domain controlling the execution of this call."] [INFO] [stdout] 1186 | | #[doc = " @param[in] id The ID to create."] [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] domain The domain controlling the execution of this call. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1177:5 [INFO] [stdout] | [INFO] [stdout] 1177 | / #[doc = " @ingroup ids"] [INFO] [stdout] 1178 | | #[doc = " @brief Create an instance of identifier."] [INFO] [stdout] 1179 | | #[doc = " This establishes the beginning of the lifetime of an instance of"] [INFO] [stdout] 1180 | | #[doc = " the given ID in the trace. Once this lifetime starts, the ID"] [INFO] [stdout] ... | [INFO] [stdout] 1185 | | #[doc = " @param[in] domain The domain controlling the execution of this call."] [INFO] [stdout] 1186 | | #[doc = " @param[in] id The ID to create."] [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] id The ID to create. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1195:5 [INFO] [stdout] | [INFO] [stdout] 1195 | / #[doc = " @ingroup ids"] [INFO] [stdout] 1196 | | #[doc = " @brief Destroy an instance of identifier."] [INFO] [stdout] 1197 | | #[doc = " This ends the lifetime of the current instance of the given ID value in the trace."] [INFO] [stdout] 1198 | | #[doc = " Any relationships that are established after this lifetime ends are invalid."] [INFO] [stdout] ... | [INFO] [stdout] 1201 | | #[doc = " @param[in] domain The domain controlling the execution of this call."] [INFO] [stdout] 1202 | | #[doc = " @param[in] id The ID to destroy."] [INFO] [stdout] | |________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] domain The domain controlling the execution of this call. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1195:5 [INFO] [stdout] | [INFO] [stdout] 1195 | / #[doc = " @ingroup ids"] [INFO] [stdout] 1196 | | #[doc = " @brief Destroy an instance of identifier."] [INFO] [stdout] 1197 | | #[doc = " This ends the lifetime of the current instance of the given ID value in the trace."] [INFO] [stdout] 1198 | | #[doc = " Any relationships that are established after this lifetime ends are invalid."] [INFO] [stdout] ... | [INFO] [stdout] 1201 | | #[doc = " @param[in] domain The domain controlling the execution of this call."] [INFO] [stdout] 1202 | | #[doc = " @param[in] id The ID to destroy."] [INFO] [stdout] | |________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] id The ID to destroy. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1313:5 [INFO] [stdout] | [INFO] [stdout] 1313 | / #[doc = " @defgroup regions Regions"] [INFO] [stdout] 1314 | | #[doc = " @ingroup public"] [INFO] [stdout] 1315 | | #[doc = " Regions group"] [INFO] [stdout] 1316 | | #[doc = " @{"] [INFO] [stdout] ... | [INFO] [stdout] 1323 | | #[doc = " @param[in] parentid The instance ID for the parent of this region instance, or __itt_null"] [INFO] [stdout] 1324 | | #[doc = " @param[in] name The name of this region"] [INFO] [stdout] | |_______________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] domain The domain for this region instance [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1313:5 [INFO] [stdout] | [INFO] [stdout] 1313 | / #[doc = " @defgroup regions Regions"] [INFO] [stdout] 1314 | | #[doc = " @ingroup public"] [INFO] [stdout] 1315 | | #[doc = " Regions group"] [INFO] [stdout] 1316 | | #[doc = " @{"] [INFO] [stdout] ... | [INFO] [stdout] 1323 | | #[doc = " @param[in] parentid The instance ID for the parent of this region instance, or __itt_null"] [INFO] [stdout] 1324 | | #[doc = " @param[in] name The name of this region"] [INFO] [stdout] | |_______________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] id The instance ID for this region instance. Must not be __itt_null [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1313:5 [INFO] [stdout] | [INFO] [stdout] 1313 | / #[doc = " @defgroup regions Regions"] [INFO] [stdout] 1314 | | #[doc = " @ingroup public"] [INFO] [stdout] 1315 | | #[doc = " Regions group"] [INFO] [stdout] 1316 | | #[doc = " @{"] [INFO] [stdout] ... | [INFO] [stdout] 1323 | | #[doc = " @param[in] parentid The instance ID for the parent of this region instance, or __itt_null"] [INFO] [stdout] 1324 | | #[doc = " @param[in] name The name of this region"] [INFO] [stdout] | |_______________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] parentid The instance ID for the parent of this region instance, or __itt_null [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1313:5 [INFO] [stdout] | [INFO] [stdout] 1313 | / #[doc = " @defgroup regions Regions"] [INFO] [stdout] 1314 | | #[doc = " @ingroup public"] [INFO] [stdout] 1315 | | #[doc = " Regions group"] [INFO] [stdout] 1316 | | #[doc = " @{"] [INFO] [stdout] ... | [INFO] [stdout] 1323 | | #[doc = " @param[in] parentid The instance ID for the parent of this region instance, or __itt_null"] [INFO] [stdout] 1324 | | #[doc = " @param[in] name The name of this region"] [INFO] [stdout] | |_______________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] name The name of this region [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1333:5 [INFO] [stdout] | [INFO] [stdout] 1333 | / #[doc = " @ingroup regions"] [INFO] [stdout] 1334 | | #[doc = " @brief End of region instance."] [INFO] [stdout] 1335 | | #[doc = " The first call to __itt_region_end with a given ID ends the"] [INFO] [stdout] 1336 | | #[doc = " region. Successive calls with the same ID are ignored, as are"] [INFO] [stdout] 1337 | | #[doc = " calls that do not have a matching __itt_region_begin call."] [INFO] [stdout] 1338 | | #[doc = " @param[in] domain The domain for this region instance"] [INFO] [stdout] 1339 | | #[doc = " @param[in] id The instance ID for this region instance"] [INFO] [stdout] | |______________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] domain The domain for this region instance [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1333:5 [INFO] [stdout] | [INFO] [stdout] 1333 | / #[doc = " @ingroup regions"] [INFO] [stdout] 1334 | | #[doc = " @brief End of region instance."] [INFO] [stdout] 1335 | | #[doc = " The first call to __itt_region_end with a given ID ends the"] [INFO] [stdout] 1336 | | #[doc = " region. Successive calls with the same ID are ignored, as are"] [INFO] [stdout] 1337 | | #[doc = " calls that do not have a matching __itt_region_begin call."] [INFO] [stdout] 1338 | | #[doc = " @param[in] domain The domain for this region instance"] [INFO] [stdout] 1339 | | #[doc = " @param[in] id The instance ID for this region instance"] [INFO] [stdout] | |______________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] id The instance ID for this region instance [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1359:5 [INFO] [stdout] | [INFO] [stdout] 1359 | / #[doc = " @ingroup frames"] [INFO] [stdout] 1360 | | #[doc = " @brief Begin a frame instance."] [INFO] [stdout] 1361 | | #[doc = " Successive calls to __itt_frame_begin with the"] [INFO] [stdout] 1362 | | #[doc = " same ID are ignored until a call to __itt_frame_end with the same ID."] [INFO] [stdout] 1363 | | #[doc = " @param[in] domain The domain for this frame instance"] [INFO] [stdout] 1364 | | #[doc = " @param[in] id The instance ID for this frame instance or NULL"] [INFO] [stdout] | |_____________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] domain The domain for this frame instance [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1359:5 [INFO] [stdout] | [INFO] [stdout] 1359 | / #[doc = " @ingroup frames"] [INFO] [stdout] 1360 | | #[doc = " @brief Begin a frame instance."] [INFO] [stdout] 1361 | | #[doc = " Successive calls to __itt_frame_begin with the"] [INFO] [stdout] 1362 | | #[doc = " same ID are ignored until a call to __itt_frame_end with the same ID."] [INFO] [stdout] 1363 | | #[doc = " @param[in] domain The domain for this frame instance"] [INFO] [stdout] 1364 | | #[doc = " @param[in] id The instance ID for this frame instance or NULL"] [INFO] [stdout] | |_____________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] id The instance ID for this frame instance or NULL [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1368:5 [INFO] [stdout] | [INFO] [stdout] 1368 | / #[doc = " @ingroup frames"] [INFO] [stdout] 1369 | | #[doc = " @brief End a frame instance."] [INFO] [stdout] 1370 | | #[doc = " The first call to __itt_frame_end with a given ID"] [INFO] [stdout] 1371 | | #[doc = " ends the frame. Successive calls with the same ID are ignored, as are"] [INFO] [stdout] 1372 | | #[doc = " calls that do not have a matching __itt_frame_begin call."] [INFO] [stdout] 1373 | | #[doc = " @param[in] domain The domain for this frame instance"] [INFO] [stdout] 1374 | | #[doc = " @param[in] id The instance ID for this frame instance or NULL for current"] [INFO] [stdout] | |_________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] domain The domain for this frame instance [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1368:5 [INFO] [stdout] | [INFO] [stdout] 1368 | / #[doc = " @ingroup frames"] [INFO] [stdout] 1369 | | #[doc = " @brief End a frame instance."] [INFO] [stdout] 1370 | | #[doc = " The first call to __itt_frame_end with a given ID"] [INFO] [stdout] 1371 | | #[doc = " ends the frame. Successive calls with the same ID are ignored, as are"] [INFO] [stdout] 1372 | | #[doc = " calls that do not have a matching __itt_frame_begin call."] [INFO] [stdout] 1373 | | #[doc = " @param[in] domain The domain for this frame instance"] [INFO] [stdout] 1374 | | #[doc = " @param[in] id The instance ID for this frame instance or NULL for current"] [INFO] [stdout] | |_________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] id The instance ID for this frame instance or NULL for current [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1378:5 [INFO] [stdout] | [INFO] [stdout] 1378 | / #[doc = " @ingroup frames"] [INFO] [stdout] 1379 | | #[doc = " @brief Submits a frame instance."] [INFO] [stdout] 1380 | | #[doc = " Successive calls to __itt_frame_begin or __itt_frame_submit with the"] [INFO] [stdout] 1381 | | #[doc = " same ID are ignored until a call to __itt_frame_end or __itt_frame_submit"] [INFO] [stdout] ... | [INFO] [stdout] 1387 | | #[doc = " @param[in] begin Timestamp of the beginning of the frame"] [INFO] [stdout] 1388 | | #[doc = " @param[in] end Timestamp of the end of the frame"] [INFO] [stdout] | |________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] domain The domain for this frame instance [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1378:5 [INFO] [stdout] | [INFO] [stdout] 1378 | / #[doc = " @ingroup frames"] [INFO] [stdout] 1379 | | #[doc = " @brief Submits a frame instance."] [INFO] [stdout] 1380 | | #[doc = " Successive calls to __itt_frame_begin or __itt_frame_submit with the"] [INFO] [stdout] 1381 | | #[doc = " same ID are ignored until a call to __itt_frame_end or __itt_frame_submit"] [INFO] [stdout] ... | [INFO] [stdout] 1387 | | #[doc = " @param[in] begin Timestamp of the beginning of the frame"] [INFO] [stdout] 1388 | | #[doc = " @param[in] end Timestamp of the end of the frame"] [INFO] [stdout] | |________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] id The instance ID for this frame instance or NULL [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1378:5 [INFO] [stdout] | [INFO] [stdout] 1378 | / #[doc = " @ingroup frames"] [INFO] [stdout] 1379 | | #[doc = " @brief Submits a frame instance."] [INFO] [stdout] 1380 | | #[doc = " Successive calls to __itt_frame_begin or __itt_frame_submit with the"] [INFO] [stdout] 1381 | | #[doc = " same ID are ignored until a call to __itt_frame_end or __itt_frame_submit"] [INFO] [stdout] ... | [INFO] [stdout] 1387 | | #[doc = " @param[in] begin Timestamp of the beginning of the frame"] [INFO] [stdout] 1388 | | #[doc = " @param[in] end Timestamp of the end of the frame"] [INFO] [stdout] | |________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] begin Timestamp of the beginning of the frame [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1378:5 [INFO] [stdout] | [INFO] [stdout] 1378 | / #[doc = " @ingroup frames"] [INFO] [stdout] 1379 | | #[doc = " @brief Submits a frame instance."] [INFO] [stdout] 1380 | | #[doc = " Successive calls to __itt_frame_begin or __itt_frame_submit with the"] [INFO] [stdout] 1381 | | #[doc = " same ID are ignored until a call to __itt_frame_end or __itt_frame_submit"] [INFO] [stdout] ... | [INFO] [stdout] 1387 | | #[doc = " @param[in] begin Timestamp of the beginning of the frame"] [INFO] [stdout] 1388 | | #[doc = " @param[in] end Timestamp of the end of the frame"] [INFO] [stdout] | |________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] end Timestamp of the end of the frame [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1418:5 [INFO] [stdout] | [INFO] [stdout] 1418 | / #[doc = " @defgroup taskgroup Task Group"] [INFO] [stdout] 1419 | | #[doc = " @ingroup public"] [INFO] [stdout] 1420 | | #[doc = " Task Group"] [INFO] [stdout] 1421 | | #[doc = " @{"] [INFO] [stdout] ... | [INFO] [stdout] 1427 | | #[doc = " @param[in] parentid The instance ID for the parent of this task_group instance, or __itt_null."] [INFO] [stdout] 1428 | | #[doc = " @param[in] name The name of this task_group"] [INFO] [stdout] | |___________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] domain The domain for this task_group instance [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1418:5 [INFO] [stdout] | [INFO] [stdout] 1418 | / #[doc = " @defgroup taskgroup Task Group"] [INFO] [stdout] 1419 | | #[doc = " @ingroup public"] [INFO] [stdout] 1420 | | #[doc = " Task Group"] [INFO] [stdout] 1421 | | #[doc = " @{"] [INFO] [stdout] ... | [INFO] [stdout] 1427 | | #[doc = " @param[in] parentid The instance ID for the parent of this task_group instance, or __itt_null."] [INFO] [stdout] 1428 | | #[doc = " @param[in] name The name of this task_group"] [INFO] [stdout] | |___________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] id The instance ID for this task_group instance. Must not be __itt_null. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1418:5 [INFO] [stdout] | [INFO] [stdout] 1418 | / #[doc = " @defgroup taskgroup Task Group"] [INFO] [stdout] 1419 | | #[doc = " @ingroup public"] [INFO] [stdout] 1420 | | #[doc = " Task Group"] [INFO] [stdout] 1421 | | #[doc = " @{"] [INFO] [stdout] ... | [INFO] [stdout] 1427 | | #[doc = " @param[in] parentid The instance ID for the parent of this task_group instance, or __itt_null."] [INFO] [stdout] 1428 | | #[doc = " @param[in] name The name of this task_group"] [INFO] [stdout] | |___________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] parentid The instance ID for the parent of this task_group instance, or __itt_null. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1418:5 [INFO] [stdout] | [INFO] [stdout] 1418 | / #[doc = " @defgroup taskgroup Task Group"] [INFO] [stdout] 1419 | | #[doc = " @ingroup public"] [INFO] [stdout] 1420 | | #[doc = " Task Group"] [INFO] [stdout] 1421 | | #[doc = " @{"] [INFO] [stdout] ... | [INFO] [stdout] 1427 | | #[doc = " @param[in] parentid The instance ID for the parent of this task_group instance, or __itt_null."] [INFO] [stdout] 1428 | | #[doc = " @param[in] name The name of this task_group"] [INFO] [stdout] | |___________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] name The name of this task_group [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1448:5 [INFO] [stdout] | [INFO] [stdout] 1448 | / #[doc = " @ingroup tasks"] [INFO] [stdout] 1449 | | #[doc = " @brief Begin a task instance."] [INFO] [stdout] 1450 | | #[doc = " @param[in] domain The domain for this task"] [INFO] [stdout] 1451 | | #[doc = " @param[in] taskid The instance ID for this task instance, or __itt_null"] [INFO] [stdout] 1452 | | #[doc = " @param[in] parentid The parent instance to which this task instance belongs, or __itt_null"] [INFO] [stdout] 1453 | | #[doc = " @param[in] name The name of this task"] [INFO] [stdout] | |_____________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] domain The domain for this task [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1448:5 [INFO] [stdout] | [INFO] [stdout] 1448 | / #[doc = " @ingroup tasks"] [INFO] [stdout] 1449 | | #[doc = " @brief Begin a task instance."] [INFO] [stdout] 1450 | | #[doc = " @param[in] domain The domain for this task"] [INFO] [stdout] 1451 | | #[doc = " @param[in] taskid The instance ID for this task instance, or __itt_null"] [INFO] [stdout] 1452 | | #[doc = " @param[in] parentid The parent instance to which this task instance belongs, or __itt_null"] [INFO] [stdout] 1453 | | #[doc = " @param[in] name The name of this task"] [INFO] [stdout] | |_____________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] taskid The instance ID for this task instance, or __itt_null [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1448:5 [INFO] [stdout] | [INFO] [stdout] 1448 | / #[doc = " @ingroup tasks"] [INFO] [stdout] 1449 | | #[doc = " @brief Begin a task instance."] [INFO] [stdout] 1450 | | #[doc = " @param[in] domain The domain for this task"] [INFO] [stdout] 1451 | | #[doc = " @param[in] taskid The instance ID for this task instance, or __itt_null"] [INFO] [stdout] 1452 | | #[doc = " @param[in] parentid The parent instance to which this task instance belongs, or __itt_null"] [INFO] [stdout] 1453 | | #[doc = " @param[in] name The name of this task"] [INFO] [stdout] | |_____________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] parentid The parent instance to which this task instance belongs, or __itt_null [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1448:5 [INFO] [stdout] | [INFO] [stdout] 1448 | / #[doc = " @ingroup tasks"] [INFO] [stdout] 1449 | | #[doc = " @brief Begin a task instance."] [INFO] [stdout] 1450 | | #[doc = " @param[in] domain The domain for this task"] [INFO] [stdout] 1451 | | #[doc = " @param[in] taskid The instance ID for this task instance, or __itt_null"] [INFO] [stdout] 1452 | | #[doc = " @param[in] parentid The parent instance to which this task instance belongs, or __itt_null"] [INFO] [stdout] 1453 | | #[doc = " @param[in] name The name of this task"] [INFO] [stdout] | |_____________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] name The name of this task [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1462:5 [INFO] [stdout] | [INFO] [stdout] 1462 | / #[doc = " @ingroup tasks"] [INFO] [stdout] 1463 | | #[doc = " @brief Begin a task instance."] [INFO] [stdout] 1464 | | #[doc = " @param[in] domain The domain for this task"] [INFO] [stdout] 1465 | | #[doc = " @param[in] taskid The identifier for this task instance (may be 0)"] [INFO] [stdout] 1466 | | #[doc = " @param[in] parentid The parent of this task (may be 0)"] [INFO] [stdout] 1467 | | #[doc = " @param[in] fn The pointer to the function you are tracing"] [INFO] [stdout] | |_________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] domain The domain for this task [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1462:5 [INFO] [stdout] | [INFO] [stdout] 1462 | / #[doc = " @ingroup tasks"] [INFO] [stdout] 1463 | | #[doc = " @brief Begin a task instance."] [INFO] [stdout] 1464 | | #[doc = " @param[in] domain The domain for this task"] [INFO] [stdout] 1465 | | #[doc = " @param[in] taskid The identifier for this task instance (may be 0)"] [INFO] [stdout] 1466 | | #[doc = " @param[in] parentid The parent of this task (may be 0)"] [INFO] [stdout] 1467 | | #[doc = " @param[in] fn The pointer to the function you are tracing"] [INFO] [stdout] | |_________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] taskid The identifier for this task instance (may be 0) [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1462:5 [INFO] [stdout] | [INFO] [stdout] 1462 | / #[doc = " @ingroup tasks"] [INFO] [stdout] 1463 | | #[doc = " @brief Begin a task instance."] [INFO] [stdout] 1464 | | #[doc = " @param[in] domain The domain for this task"] [INFO] [stdout] 1465 | | #[doc = " @param[in] taskid The identifier for this task instance (may be 0)"] [INFO] [stdout] 1466 | | #[doc = " @param[in] parentid The parent of this task (may be 0)"] [INFO] [stdout] 1467 | | #[doc = " @param[in] fn The pointer to the function you are tracing"] [INFO] [stdout] | |_________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] parentid The parent of this task (may be 0) [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1462:5 [INFO] [stdout] | [INFO] [stdout] 1462 | / #[doc = " @ingroup tasks"] [INFO] [stdout] 1463 | | #[doc = " @brief Begin a task instance."] [INFO] [stdout] 1464 | | #[doc = " @param[in] domain The domain for this task"] [INFO] [stdout] 1465 | | #[doc = " @param[in] taskid The identifier for this task instance (may be 0)"] [INFO] [stdout] 1466 | | #[doc = " @param[in] parentid The parent of this task (may be 0)"] [INFO] [stdout] 1467 | | #[doc = " @param[in] fn The pointer to the function you are tracing"] [INFO] [stdout] | |_________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] fn The pointer to the function you are tracing [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1476:5 [INFO] [stdout] | [INFO] [stdout] 1476 | / #[doc = " @ingroup tasks"] [INFO] [stdout] 1477 | | #[doc = " @brief End the current task instance."] [INFO] [stdout] 1478 | | #[doc = " @param[in] domain The domain for this task"] [INFO] [stdout] | |__________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] domain The domain for this task [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1482:5 [INFO] [stdout] | [INFO] [stdout] 1482 | / #[doc = " @ingroup tasks"] [INFO] [stdout] 1483 | | #[doc = " @brief Begin an overlapped task instance."] [INFO] [stdout] 1484 | | #[doc = " @param[in] domain The domain for this task."] [INFO] [stdout] 1485 | | #[doc = " @param[in] taskid The identifier for this task instance, *cannot* be __itt_null."] [INFO] [stdout] 1486 | | #[doc = " @param[in] parentid The parent of this task, or __itt_null."] [INFO] [stdout] 1487 | | #[doc = " @param[in] name The name of this task."] [INFO] [stdout] | |______________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] domain The domain for this task. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1482:5 [INFO] [stdout] | [INFO] [stdout] 1482 | / #[doc = " @ingroup tasks"] [INFO] [stdout] 1483 | | #[doc = " @brief Begin an overlapped task instance."] [INFO] [stdout] 1484 | | #[doc = " @param[in] domain The domain for this task."] [INFO] [stdout] 1485 | | #[doc = " @param[in] taskid The identifier for this task instance, *cannot* be __itt_null."] [INFO] [stdout] 1486 | | #[doc = " @param[in] parentid The parent of this task, or __itt_null."] [INFO] [stdout] 1487 | | #[doc = " @param[in] name The name of this task."] [INFO] [stdout] | |______________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] taskid The identifier for this task instance, *cannot* be __itt_null. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1482:5 [INFO] [stdout] | [INFO] [stdout] 1482 | / #[doc = " @ingroup tasks"] [INFO] [stdout] 1483 | | #[doc = " @brief Begin an overlapped task instance."] [INFO] [stdout] 1484 | | #[doc = " @param[in] domain The domain for this task."] [INFO] [stdout] 1485 | | #[doc = " @param[in] taskid The identifier for this task instance, *cannot* be __itt_null."] [INFO] [stdout] 1486 | | #[doc = " @param[in] parentid The parent of this task, or __itt_null."] [INFO] [stdout] 1487 | | #[doc = " @param[in] name The name of this task."] [INFO] [stdout] | |______________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] parentid The parent of this task, or __itt_null. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1482:5 [INFO] [stdout] | [INFO] [stdout] 1482 | / #[doc = " @ingroup tasks"] [INFO] [stdout] 1483 | | #[doc = " @brief Begin an overlapped task instance."] [INFO] [stdout] 1484 | | #[doc = " @param[in] domain The domain for this task."] [INFO] [stdout] 1485 | | #[doc = " @param[in] taskid The identifier for this task instance, *cannot* be __itt_null."] [INFO] [stdout] 1486 | | #[doc = " @param[in] parentid The parent of this task, or __itt_null."] [INFO] [stdout] 1487 | | #[doc = " @param[in] name The name of this task."] [INFO] [stdout] | |______________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] name The name of this task. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1496:5 [INFO] [stdout] | [INFO] [stdout] 1496 | / #[doc = " @ingroup tasks"] [INFO] [stdout] 1497 | | #[doc = " @brief End an overlapped task instance."] [INFO] [stdout] 1498 | | #[doc = " @param[in] domain The domain for this task"] [INFO] [stdout] 1499 | | #[doc = " @param[in] taskid Explicit ID of finished task"] [INFO] [stdout] | |______________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] domain The domain for this task [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1496:5 [INFO] [stdout] | [INFO] [stdout] 1496 | / #[doc = " @ingroup tasks"] [INFO] [stdout] 1497 | | #[doc = " @brief End an overlapped task instance."] [INFO] [stdout] 1498 | | #[doc = " @param[in] domain The domain for this task"] [INFO] [stdout] 1499 | | #[doc = " @param[in] taskid Explicit ID of finished task"] [INFO] [stdout] | |______________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] taskid Explicit ID of finished task [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1554:5 [INFO] [stdout] | [INFO] [stdout] 1554 | / #[doc = " @ingroup markers"] [INFO] [stdout] 1555 | | #[doc = " @brief Create a marker instance"] [INFO] [stdout] 1556 | | #[doc = " @param[in] domain The domain for this marker"] [INFO] [stdout] 1557 | | #[doc = " @param[in] id The instance ID for this marker or __itt_null"] [INFO] [stdout] 1558 | | #[doc = " @param[in] name The name for this marker"] [INFO] [stdout] 1559 | | #[doc = " @param[in] scope The scope for this marker"] [INFO] [stdout] | |__________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] domain The domain for this marker [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1554:5 [INFO] [stdout] | [INFO] [stdout] 1554 | / #[doc = " @ingroup markers"] [INFO] [stdout] 1555 | | #[doc = " @brief Create a marker instance"] [INFO] [stdout] 1556 | | #[doc = " @param[in] domain The domain for this marker"] [INFO] [stdout] 1557 | | #[doc = " @param[in] id The instance ID for this marker or __itt_null"] [INFO] [stdout] 1558 | | #[doc = " @param[in] name The name for this marker"] [INFO] [stdout] 1559 | | #[doc = " @param[in] scope The scope for this marker"] [INFO] [stdout] | |__________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] id The instance ID for this marker or __itt_null [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1554:5 [INFO] [stdout] | [INFO] [stdout] 1554 | / #[doc = " @ingroup markers"] [INFO] [stdout] 1555 | | #[doc = " @brief Create a marker instance"] [INFO] [stdout] 1556 | | #[doc = " @param[in] domain The domain for this marker"] [INFO] [stdout] 1557 | | #[doc = " @param[in] id The instance ID for this marker or __itt_null"] [INFO] [stdout] 1558 | | #[doc = " @param[in] name The name for this marker"] [INFO] [stdout] 1559 | | #[doc = " @param[in] scope The scope for this marker"] [INFO] [stdout] | |__________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] name The name for this marker [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1554:5 [INFO] [stdout] | [INFO] [stdout] 1554 | / #[doc = " @ingroup markers"] [INFO] [stdout] 1555 | | #[doc = " @brief Create a marker instance"] [INFO] [stdout] 1556 | | #[doc = " @param[in] domain The domain for this marker"] [INFO] [stdout] 1557 | | #[doc = " @param[in] id The instance ID for this marker or __itt_null"] [INFO] [stdout] 1558 | | #[doc = " @param[in] name The name for this marker"] [INFO] [stdout] 1559 | | #[doc = " @param[in] scope The scope for this marker"] [INFO] [stdout] | |__________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] scope The scope for this marker [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1599:5 [INFO] [stdout] | [INFO] [stdout] 1599 | / #[doc = " @ingroup parameters"] [INFO] [stdout] 1600 | | #[doc = " @brief Add metadata to an instance of a named entity."] [INFO] [stdout] 1601 | | #[doc = " @param[in] domain The domain controlling the call"] [INFO] [stdout] 1602 | | #[doc = " @param[in] id The identifier of the instance to which the metadata is to be added, or __itt_null to add to the current task"] [INFO] [stdout] ... | [INFO] [stdout] 1605 | | #[doc = " @param[in] count The number of elements of the given type. If count == 0, no metadata will be added."] [INFO] [stdout] 1606 | | #[doc = " @param[in] data The metadata itself"] [INFO] [stdout] | |___________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] domain The domain controlling the call [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1599:5 [INFO] [stdout] | [INFO] [stdout] 1599 | / #[doc = " @ingroup parameters"] [INFO] [stdout] 1600 | | #[doc = " @brief Add metadata to an instance of a named entity."] [INFO] [stdout] 1601 | | #[doc = " @param[in] domain The domain controlling the call"] [INFO] [stdout] 1602 | | #[doc = " @param[in] id The identifier of the instance to which the metadata is to be added, or __itt_null to add to the current task"] [INFO] [stdout] ... | [INFO] [stdout] 1605 | | #[doc = " @param[in] count The number of elements of the given type. If count == 0, no metadata will be added."] [INFO] [stdout] 1606 | | #[doc = " @param[in] data The metadata itself"] [INFO] [stdout] | |___________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] id The identifier of the instance to which the metadata is to be added, or __itt_null to add to the current task [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1599:5 [INFO] [stdout] | [INFO] [stdout] 1599 | / #[doc = " @ingroup parameters"] [INFO] [stdout] 1600 | | #[doc = " @brief Add metadata to an instance of a named entity."] [INFO] [stdout] 1601 | | #[doc = " @param[in] domain The domain controlling the call"] [INFO] [stdout] 1602 | | #[doc = " @param[in] id The identifier of the instance to which the metadata is to be added, or __itt_null to add to the current task"] [INFO] [stdout] ... | [INFO] [stdout] 1605 | | #[doc = " @param[in] count The number of elements of the given type. If count == 0, no metadata will be added."] [INFO] [stdout] 1606 | | #[doc = " @param[in] data The metadata itself"] [INFO] [stdout] | |___________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] key The name of the metadata [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1599:5 [INFO] [stdout] | [INFO] [stdout] 1599 | / #[doc = " @ingroup parameters"] [INFO] [stdout] 1600 | | #[doc = " @brief Add metadata to an instance of a named entity."] [INFO] [stdout] 1601 | | #[doc = " @param[in] domain The domain controlling the call"] [INFO] [stdout] 1602 | | #[doc = " @param[in] id The identifier of the instance to which the metadata is to be added, or __itt_null to add to the current task"] [INFO] [stdout] ... | [INFO] [stdout] 1605 | | #[doc = " @param[in] count The number of elements of the given type. If count == 0, no metadata will be added."] [INFO] [stdout] 1606 | | #[doc = " @param[in] data The metadata itself"] [INFO] [stdout] | |___________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] type The type of the metadata [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1599:5 [INFO] [stdout] | [INFO] [stdout] 1599 | / #[doc = " @ingroup parameters"] [INFO] [stdout] 1600 | | #[doc = " @brief Add metadata to an instance of a named entity."] [INFO] [stdout] 1601 | | #[doc = " @param[in] domain The domain controlling the call"] [INFO] [stdout] 1602 | | #[doc = " @param[in] id The identifier of the instance to which the metadata is to be added, or __itt_null to add to the current task"] [INFO] [stdout] ... | [INFO] [stdout] 1605 | | #[doc = " @param[in] count The number of elements of the given type. If count == 0, no metadata will be added."] [INFO] [stdout] 1606 | | #[doc = " @param[in] data The metadata itself"] [INFO] [stdout] | |___________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] count The number of elements of the given type. If count == 0, no metadata will be added. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1599:5 [INFO] [stdout] | [INFO] [stdout] 1599 | / #[doc = " @ingroup parameters"] [INFO] [stdout] 1600 | | #[doc = " @brief Add metadata to an instance of a named entity."] [INFO] [stdout] 1601 | | #[doc = " @param[in] domain The domain controlling the call"] [INFO] [stdout] 1602 | | #[doc = " @param[in] id The identifier of the instance to which the metadata is to be added, or __itt_null to add to the current task"] [INFO] [stdout] ... | [INFO] [stdout] 1605 | | #[doc = " @param[in] count The number of elements of the given type. If count == 0, no metadata will be added."] [INFO] [stdout] 1606 | | #[doc = " @param[in] data The metadata itself"] [INFO] [stdout] | |___________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] data The metadata itself [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1651:5 [INFO] [stdout] | [INFO] [stdout] 1651 | / #[doc = " @ingroup parameters"] [INFO] [stdout] 1652 | | #[doc = " @brief Add metadata to an instance of a named entity."] [INFO] [stdout] 1653 | | #[doc = " @param[in] domain The domain controlling the call"] [INFO] [stdout] 1654 | | #[doc = " @param[in] scope The scope of the instance to which the metadata is to be added"] [INFO] [stdout] ... | [INFO] [stdout] 1660 | | #[doc = " @param[in] count The number of elements of the given type. If count == 0, no metadata will be added."] [INFO] [stdout] 1661 | | #[doc = " @param[in] data The metadata itself"] [INFO] [stdout] | |___________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] domain The domain controlling the call [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1651:5 [INFO] [stdout] | [INFO] [stdout] 1651 | / #[doc = " @ingroup parameters"] [INFO] [stdout] 1652 | | #[doc = " @brief Add metadata to an instance of a named entity."] [INFO] [stdout] 1653 | | #[doc = " @param[in] domain The domain controlling the call"] [INFO] [stdout] 1654 | | #[doc = " @param[in] scope The scope of the instance to which the metadata is to be added"] [INFO] [stdout] ... | [INFO] [stdout] 1660 | | #[doc = " @param[in] count The number of elements of the given type. If count == 0, no metadata will be added."] [INFO] [stdout] 1661 | | #[doc = " @param[in] data The metadata itself"] [INFO] [stdout] | |___________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] scope The scope of the instance to which the metadata is to be added [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1651:5 [INFO] [stdout] | [INFO] [stdout] 1651 | / #[doc = " @ingroup parameters"] [INFO] [stdout] 1652 | | #[doc = " @brief Add metadata to an instance of a named entity."] [INFO] [stdout] 1653 | | #[doc = " @param[in] domain The domain controlling the call"] [INFO] [stdout] 1654 | | #[doc = " @param[in] scope The scope of the instance to which the metadata is to be added"] [INFO] [stdout] ... | [INFO] [stdout] 1660 | | #[doc = " @param[in] count The number of elements of the given type. If count == 0, no metadata will be added."] [INFO] [stdout] 1661 | | #[doc = " @param[in] data The metadata itself"] [INFO] [stdout] | |___________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] id The identifier of the instance to which the metadata is to be added, or __itt_null to add to the current task [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1651:5 [INFO] [stdout] | [INFO] [stdout] 1651 | / #[doc = " @ingroup parameters"] [INFO] [stdout] 1652 | | #[doc = " @brief Add metadata to an instance of a named entity."] [INFO] [stdout] 1653 | | #[doc = " @param[in] domain The domain controlling the call"] [INFO] [stdout] 1654 | | #[doc = " @param[in] scope The scope of the instance to which the metadata is to be added"] [INFO] [stdout] ... | [INFO] [stdout] 1660 | | #[doc = " @param[in] count The number of elements of the given type. If count == 0, no metadata will be added."] [INFO] [stdout] 1661 | | #[doc = " @param[in] data The metadata itself"] [INFO] [stdout] | |___________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] key The name of the metadata [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1651:5 [INFO] [stdout] | [INFO] [stdout] 1651 | / #[doc = " @ingroup parameters"] [INFO] [stdout] 1652 | | #[doc = " @brief Add metadata to an instance of a named entity."] [INFO] [stdout] 1653 | | #[doc = " @param[in] domain The domain controlling the call"] [INFO] [stdout] 1654 | | #[doc = " @param[in] scope The scope of the instance to which the metadata is to be added"] [INFO] [stdout] ... | [INFO] [stdout] 1660 | | #[doc = " @param[in] count The number of elements of the given type. If count == 0, no metadata will be added."] [INFO] [stdout] 1661 | | #[doc = " @param[in] data The metadata itself"] [INFO] [stdout] | |___________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] type The type of the metadata [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1651:5 [INFO] [stdout] | [INFO] [stdout] 1651 | / #[doc = " @ingroup parameters"] [INFO] [stdout] 1652 | | #[doc = " @brief Add metadata to an instance of a named entity."] [INFO] [stdout] 1653 | | #[doc = " @param[in] domain The domain controlling the call"] [INFO] [stdout] 1654 | | #[doc = " @param[in] scope The scope of the instance to which the metadata is to be added"] [INFO] [stdout] ... | [INFO] [stdout] 1660 | | #[doc = " @param[in] count The number of elements of the given type. If count == 0, no metadata will be added."] [INFO] [stdout] 1661 | | #[doc = " @param[in] data The metadata itself"] [INFO] [stdout] | |___________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] count The number of elements of the given type. If count == 0, no metadata will be added. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1651:5 [INFO] [stdout] | [INFO] [stdout] 1651 | / #[doc = " @ingroup parameters"] [INFO] [stdout] 1652 | | #[doc = " @brief Add metadata to an instance of a named entity."] [INFO] [stdout] 1653 | | #[doc = " @param[in] domain The domain controlling the call"] [INFO] [stdout] 1654 | | #[doc = " @param[in] scope The scope of the instance to which the metadata is to be added"] [INFO] [stdout] ... | [INFO] [stdout] 1660 | | #[doc = " @param[in] count The number of elements of the given type. If count == 0, no metadata will be added."] [INFO] [stdout] 1661 | | #[doc = " @param[in] data The metadata itself"] [INFO] [stdout] | |___________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] data The metadata itself [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1730:5 [INFO] [stdout] | [INFO] [stdout] 1730 | / #[doc = " @ingroup relations"] [INFO] [stdout] 1731 | | #[doc = " @brief Add a relation to the current task instance."] [INFO] [stdout] 1732 | | #[doc = " The current task instance is the head of the relation."] [INFO] [stdout] 1733 | | #[doc = " @param[in] domain The domain controlling this call"] [INFO] [stdout] 1734 | | #[doc = " @param[in] relation The kind of relation"] [INFO] [stdout] 1735 | | #[doc = " @param[in] tail The ID for the tail of the relation"] [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] domain The domain controlling this call [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1730:5 [INFO] [stdout] | [INFO] [stdout] 1730 | / #[doc = " @ingroup relations"] [INFO] [stdout] 1731 | | #[doc = " @brief Add a relation to the current task instance."] [INFO] [stdout] 1732 | | #[doc = " The current task instance is the head of the relation."] [INFO] [stdout] 1733 | | #[doc = " @param[in] domain The domain controlling this call"] [INFO] [stdout] 1734 | | #[doc = " @param[in] relation The kind of relation"] [INFO] [stdout] 1735 | | #[doc = " @param[in] tail The ID for the tail of the relation"] [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] relation The kind of relation [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1730:5 [INFO] [stdout] | [INFO] [stdout] 1730 | / #[doc = " @ingroup relations"] [INFO] [stdout] 1731 | | #[doc = " @brief Add a relation to the current task instance."] [INFO] [stdout] 1732 | | #[doc = " The current task instance is the head of the relation."] [INFO] [stdout] 1733 | | #[doc = " @param[in] domain The domain controlling this call"] [INFO] [stdout] 1734 | | #[doc = " @param[in] relation The kind of relation"] [INFO] [stdout] 1735 | | #[doc = " @param[in] tail The ID for the tail of the relation"] [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] tail The ID for the tail of the relation [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1743:5 [INFO] [stdout] | [INFO] [stdout] 1743 | / #[doc = " @ingroup relations"] [INFO] [stdout] 1744 | | #[doc = " @brief Add a relation between two instance identifiers."] [INFO] [stdout] 1745 | | #[doc = " @param[in] domain The domain controlling this call"] [INFO] [stdout] 1746 | | #[doc = " @param[in] head The ID for the head of the relation"] [INFO] [stdout] 1747 | | #[doc = " @param[in] relation The kind of relation"] [INFO] [stdout] 1748 | | #[doc = " @param[in] tail The ID for the tail of the relation"] [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] domain The domain controlling this call [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1743:5 [INFO] [stdout] | [INFO] [stdout] 1743 | / #[doc = " @ingroup relations"] [INFO] [stdout] 1744 | | #[doc = " @brief Add a relation between two instance identifiers."] [INFO] [stdout] 1745 | | #[doc = " @param[in] domain The domain controlling this call"] [INFO] [stdout] 1746 | | #[doc = " @param[in] head The ID for the head of the relation"] [INFO] [stdout] 1747 | | #[doc = " @param[in] relation The kind of relation"] [INFO] [stdout] 1748 | | #[doc = " @param[in] tail The ID for the tail of the relation"] [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] head The ID for the head of the relation [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1743:5 [INFO] [stdout] | [INFO] [stdout] 1743 | / #[doc = " @ingroup relations"] [INFO] [stdout] 1744 | | #[doc = " @brief Add a relation between two instance identifiers."] [INFO] [stdout] 1745 | | #[doc = " @param[in] domain The domain controlling this call"] [INFO] [stdout] 1746 | | #[doc = " @param[in] head The ID for the head of the relation"] [INFO] [stdout] 1747 | | #[doc = " @param[in] relation The kind of relation"] [INFO] [stdout] 1748 | | #[doc = " @param[in] tail The ID for the tail of the relation"] [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] relation The kind of relation [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1743:5 [INFO] [stdout] | [INFO] [stdout] 1743 | / #[doc = " @ingroup relations"] [INFO] [stdout] 1744 | | #[doc = " @brief Add a relation between two instance identifiers."] [INFO] [stdout] 1745 | | #[doc = " @param[in] domain The domain controlling this call"] [INFO] [stdout] 1746 | | #[doc = " @param[in] head The ID for the head of the relation"] [INFO] [stdout] 1747 | | #[doc = " @param[in] relation The kind of relation"] [INFO] [stdout] 1748 | | #[doc = " @param[in] tail The ID for the tail of the relation"] [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] tail The ID for the tail of the relation [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1909:5 [INFO] [stdout] | [INFO] [stdout] 1909 | / #[doc = " @ingroup clockdomains"] [INFO] [stdout] 1910 | | #[doc = " @brief Create a clock domain."] [INFO] [stdout] 1911 | | #[doc = " Certain applications require the capability to trace their application using"] [INFO] [stdout] 1912 | | #[doc = " a clock domain different than the CPU, for instance the instrumentation of events"] [INFO] [stdout] ... | [INFO] [stdout] 1918 | | #[doc = " @param[in] fn A pointer to a callback function which retrieves alternative CPU timestamps"] [INFO] [stdout] 1919 | | #[doc = " @param[in] fn_data Argument for a callback function; may be NULL"] [INFO] [stdout] | |________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] fn A pointer to a callback function which retrieves alternative CPU timestamps [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1909:5 [INFO] [stdout] | [INFO] [stdout] 1909 | / #[doc = " @ingroup clockdomains"] [INFO] [stdout] 1910 | | #[doc = " @brief Create a clock domain."] [INFO] [stdout] 1911 | | #[doc = " Certain applications require the capability to trace their application using"] [INFO] [stdout] 1912 | | #[doc = " a clock domain different than the CPU, for instance the instrumentation of events"] [INFO] [stdout] ... | [INFO] [stdout] 1918 | | #[doc = " @param[in] fn A pointer to a callback function which retrieves alternative CPU timestamps"] [INFO] [stdout] 1919 | | #[doc = " @param[in] fn_data Argument for a callback function; may be NULL"] [INFO] [stdout] | |________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] fn_data Argument for a callback function; may be NULL [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1944:5 [INFO] [stdout] | [INFO] [stdout] 1944 | / #[doc = " @ingroup clockdomain"] [INFO] [stdout] 1945 | | #[doc = " @brief Create an instance of identifier. This establishes the beginning of the lifetime of"] [INFO] [stdout] 1946 | | #[doc = " an instance of the given ID in the trace. Once this lifetime starts, the ID can be used to"] [INFO] [stdout] 1947 | | #[doc = " tag named entity instances in calls such as __itt_task_begin, and to specify relationships among"] [INFO] [stdout] ... | [INFO] [stdout] 1951 | | #[doc = " @param[in] timestamp The user defined timestamp."] [INFO] [stdout] 1952 | | #[doc = " @param[in] id The ID to create."] [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] domain The domain controlling the execution of this call. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1944:5 [INFO] [stdout] | [INFO] [stdout] 1944 | / #[doc = " @ingroup clockdomain"] [INFO] [stdout] 1945 | | #[doc = " @brief Create an instance of identifier. This establishes the beginning of the lifetime of"] [INFO] [stdout] 1946 | | #[doc = " an instance of the given ID in the trace. Once this lifetime starts, the ID can be used to"] [INFO] [stdout] 1947 | | #[doc = " tag named entity instances in calls such as __itt_task_begin, and to specify relationships among"] [INFO] [stdout] ... | [INFO] [stdout] 1951 | | #[doc = " @param[in] timestamp The user defined timestamp."] [INFO] [stdout] 1952 | | #[doc = " @param[in] id The ID to create."] [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] clock_domain The clock domain controlling the execution of this call. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1944:5 [INFO] [stdout] | [INFO] [stdout] 1944 | / #[doc = " @ingroup clockdomain"] [INFO] [stdout] 1945 | | #[doc = " @brief Create an instance of identifier. This establishes the beginning of the lifetime of"] [INFO] [stdout] 1946 | | #[doc = " an instance of the given ID in the trace. Once this lifetime starts, the ID can be used to"] [INFO] [stdout] 1947 | | #[doc = " tag named entity instances in calls such as __itt_task_begin, and to specify relationships among"] [INFO] [stdout] ... | [INFO] [stdout] 1951 | | #[doc = " @param[in] timestamp The user defined timestamp."] [INFO] [stdout] 1952 | | #[doc = " @param[in] id The ID to create."] [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] timestamp The user defined timestamp. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1944:5 [INFO] [stdout] | [INFO] [stdout] 1944 | / #[doc = " @ingroup clockdomain"] [INFO] [stdout] 1945 | | #[doc = " @brief Create an instance of identifier. This establishes the beginning of the lifetime of"] [INFO] [stdout] 1946 | | #[doc = " an instance of the given ID in the trace. Once this lifetime starts, the ID can be used to"] [INFO] [stdout] 1947 | | #[doc = " tag named entity instances in calls such as __itt_task_begin, and to specify relationships among"] [INFO] [stdout] ... | [INFO] [stdout] 1951 | | #[doc = " @param[in] timestamp The user defined timestamp."] [INFO] [stdout] 1952 | | #[doc = " @param[in] id The ID to create."] [INFO] [stdout] | |_______________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] id The ID to create. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1961:5 [INFO] [stdout] | [INFO] [stdout] 1961 | / #[doc = " @ingroup clockdomain"] [INFO] [stdout] 1962 | | #[doc = " @brief Destroy an instance of identifier. This ends the lifetime of the current instance of the"] [INFO] [stdout] 1963 | | #[doc = " given ID value in the trace. Any relationships that are established after this lifetime ends are"] [INFO] [stdout] 1964 | | #[doc = " invalid. This call must be performed before the given ID value can be reused for a different"] [INFO] [stdout] ... | [INFO] [stdout] 1968 | | #[doc = " @param[in] timestamp The user defined timestamp."] [INFO] [stdout] 1969 | | #[doc = " @param[in] id The ID to destroy."] [INFO] [stdout] | |________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] domain The domain controlling the execution of this call. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1961:5 [INFO] [stdout] | [INFO] [stdout] 1961 | / #[doc = " @ingroup clockdomain"] [INFO] [stdout] 1962 | | #[doc = " @brief Destroy an instance of identifier. This ends the lifetime of the current instance of the"] [INFO] [stdout] 1963 | | #[doc = " given ID value in the trace. Any relationships that are established after this lifetime ends are"] [INFO] [stdout] 1964 | | #[doc = " invalid. This call must be performed before the given ID value can be reused for a different"] [INFO] [stdout] ... | [INFO] [stdout] 1968 | | #[doc = " @param[in] timestamp The user defined timestamp."] [INFO] [stdout] 1969 | | #[doc = " @param[in] id The ID to destroy."] [INFO] [stdout] | |________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] clock_domain The clock domain controlling the execution of this call. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1961:5 [INFO] [stdout] | [INFO] [stdout] 1961 | / #[doc = " @ingroup clockdomain"] [INFO] [stdout] 1962 | | #[doc = " @brief Destroy an instance of identifier. This ends the lifetime of the current instance of the"] [INFO] [stdout] 1963 | | #[doc = " given ID value in the trace. Any relationships that are established after this lifetime ends are"] [INFO] [stdout] 1964 | | #[doc = " invalid. This call must be performed before the given ID value can be reused for a different"] [INFO] [stdout] ... | [INFO] [stdout] 1968 | | #[doc = " @param[in] timestamp The user defined timestamp."] [INFO] [stdout] 1969 | | #[doc = " @param[in] id The ID to destroy."] [INFO] [stdout] | |________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] timestamp The user defined timestamp. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:1961:5 [INFO] [stdout] | [INFO] [stdout] 1961 | / #[doc = " @ingroup clockdomain"] [INFO] [stdout] 1962 | | #[doc = " @brief Destroy an instance of identifier. This ends the lifetime of the current instance of the"] [INFO] [stdout] 1963 | | #[doc = " given ID value in the trace. Any relationships that are established after this lifetime ends are"] [INFO] [stdout] 1964 | | #[doc = " invalid. This call must be performed before the given ID value can be reused for a different"] [INFO] [stdout] ... | [INFO] [stdout] 1968 | | #[doc = " @param[in] timestamp The user defined timestamp."] [INFO] [stdout] 1969 | | #[doc = " @param[in] id The ID to destroy."] [INFO] [stdout] | |________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] id The ID to destroy. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:2000:5 [INFO] [stdout] | [INFO] [stdout] 2000 | / #[doc = " @ingroup clockdomain"] [INFO] [stdout] 2001 | | #[doc = " @brief Begin a task instance."] [INFO] [stdout] 2002 | | #[doc = " @param[in] domain The domain for this task"] [INFO] [stdout] 2003 | | #[doc = " @param[in] clock_domain The clock domain controlling the execution of this call."] [INFO] [stdout] ... | [INFO] [stdout] 2006 | | #[doc = " @param[in] parentid The parent instance to which this task instance belongs, or __itt_null"] [INFO] [stdout] 2007 | | #[doc = " @param[in] name The name of this task"] [INFO] [stdout] | |_____________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] domain The domain for this task [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:2000:5 [INFO] [stdout] | [INFO] [stdout] 2000 | / #[doc = " @ingroup clockdomain"] [INFO] [stdout] 2001 | | #[doc = " @brief Begin a task instance."] [INFO] [stdout] 2002 | | #[doc = " @param[in] domain The domain for this task"] [INFO] [stdout] 2003 | | #[doc = " @param[in] clock_domain The clock domain controlling the execution of this call."] [INFO] [stdout] ... | [INFO] [stdout] 2006 | | #[doc = " @param[in] parentid The parent instance to which this task instance belongs, or __itt_null"] [INFO] [stdout] 2007 | | #[doc = " @param[in] name The name of this task"] [INFO] [stdout] | |_____________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] clock_domain The clock domain controlling the execution of this call. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:2000:5 [INFO] [stdout] | [INFO] [stdout] 2000 | / #[doc = " @ingroup clockdomain"] [INFO] [stdout] 2001 | | #[doc = " @brief Begin a task instance."] [INFO] [stdout] 2002 | | #[doc = " @param[in] domain The domain for this task"] [INFO] [stdout] 2003 | | #[doc = " @param[in] clock_domain The clock domain controlling the execution of this call."] [INFO] [stdout] ... | [INFO] [stdout] 2006 | | #[doc = " @param[in] parentid The parent instance to which this task instance belongs, or __itt_null"] [INFO] [stdout] 2007 | | #[doc = " @param[in] name The name of this task"] [INFO] [stdout] | |_____________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] timestamp The user defined timestamp. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:2000:5 [INFO] [stdout] | [INFO] [stdout] 2000 | / #[doc = " @ingroup clockdomain"] [INFO] [stdout] 2001 | | #[doc = " @brief Begin a task instance."] [INFO] [stdout] 2002 | | #[doc = " @param[in] domain The domain for this task"] [INFO] [stdout] 2003 | | #[doc = " @param[in] clock_domain The clock domain controlling the execution of this call."] [INFO] [stdout] ... | [INFO] [stdout] 2006 | | #[doc = " @param[in] parentid The parent instance to which this task instance belongs, or __itt_null"] [INFO] [stdout] 2007 | | #[doc = " @param[in] name The name of this task"] [INFO] [stdout] | |_____________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] taskid The instance ID for this task instance, or __itt_null [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:2000:5 [INFO] [stdout] | [INFO] [stdout] 2000 | / #[doc = " @ingroup clockdomain"] [INFO] [stdout] 2001 | | #[doc = " @brief Begin a task instance."] [INFO] [stdout] 2002 | | #[doc = " @param[in] domain The domain for this task"] [INFO] [stdout] 2003 | | #[doc = " @param[in] clock_domain The clock domain controlling the execution of this call."] [INFO] [stdout] ... | [INFO] [stdout] 2006 | | #[doc = " @param[in] parentid The parent instance to which this task instance belongs, or __itt_null"] [INFO] [stdout] 2007 | | #[doc = " @param[in] name The name of this task"] [INFO] [stdout] | |_____________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] parentid The parent instance to which this task instance belongs, or __itt_null [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:2000:5 [INFO] [stdout] | [INFO] [stdout] 2000 | / #[doc = " @ingroup clockdomain"] [INFO] [stdout] 2001 | | #[doc = " @brief Begin a task instance."] [INFO] [stdout] 2002 | | #[doc = " @param[in] domain The domain for this task"] [INFO] [stdout] 2003 | | #[doc = " @param[in] clock_domain The clock domain controlling the execution of this call."] [INFO] [stdout] ... | [INFO] [stdout] 2006 | | #[doc = " @param[in] parentid The parent instance to which this task instance belongs, or __itt_null"] [INFO] [stdout] 2007 | | #[doc = " @param[in] name The name of this task"] [INFO] [stdout] | |_____________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] name The name of this task [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:2018:5 [INFO] [stdout] | [INFO] [stdout] 2018 | / #[doc = " @ingroup clockdomain"] [INFO] [stdout] 2019 | | #[doc = " @brief Begin a task instance."] [INFO] [stdout] 2020 | | #[doc = " @param[in] domain The domain for this task"] [INFO] [stdout] 2021 | | #[doc = " @param[in] clock_domain The clock domain controlling the execution of this call."] [INFO] [stdout] ... | [INFO] [stdout] 2024 | | #[doc = " @param[in] parentid The parent of this task, or __itt_null"] [INFO] [stdout] 2025 | | #[doc = " @param[in] fn The pointer to the function you are tracing"] [INFO] [stdout] | |_________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] domain The domain for this task [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:2018:5 [INFO] [stdout] | [INFO] [stdout] 2018 | / #[doc = " @ingroup clockdomain"] [INFO] [stdout] 2019 | | #[doc = " @brief Begin a task instance."] [INFO] [stdout] 2020 | | #[doc = " @param[in] domain The domain for this task"] [INFO] [stdout] 2021 | | #[doc = " @param[in] clock_domain The clock domain controlling the execution of this call."] [INFO] [stdout] ... | [INFO] [stdout] 2024 | | #[doc = " @param[in] parentid The parent of this task, or __itt_null"] [INFO] [stdout] 2025 | | #[doc = " @param[in] fn The pointer to the function you are tracing"] [INFO] [stdout] | |_________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] clock_domain The clock domain controlling the execution of this call. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:2018:5 [INFO] [stdout] | [INFO] [stdout] 2018 | / #[doc = " @ingroup clockdomain"] [INFO] [stdout] 2019 | | #[doc = " @brief Begin a task instance."] [INFO] [stdout] 2020 | | #[doc = " @param[in] domain The domain for this task"] [INFO] [stdout] 2021 | | #[doc = " @param[in] clock_domain The clock domain controlling the execution of this call."] [INFO] [stdout] ... | [INFO] [stdout] 2024 | | #[doc = " @param[in] parentid The parent of this task, or __itt_null"] [INFO] [stdout] 2025 | | #[doc = " @param[in] fn The pointer to the function you are tracing"] [INFO] [stdout] | |_________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] timestamp The user defined timestamp. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:2018:5 [INFO] [stdout] | [INFO] [stdout] 2018 | / #[doc = " @ingroup clockdomain"] [INFO] [stdout] 2019 | | #[doc = " @brief Begin a task instance."] [INFO] [stdout] 2020 | | #[doc = " @param[in] domain The domain for this task"] [INFO] [stdout] 2021 | | #[doc = " @param[in] clock_domain The clock domain controlling the execution of this call."] [INFO] [stdout] ... | [INFO] [stdout] 2024 | | #[doc = " @param[in] parentid The parent of this task, or __itt_null"] [INFO] [stdout] 2025 | | #[doc = " @param[in] fn The pointer to the function you are tracing"] [INFO] [stdout] | |_________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] taskid The identifier for this task instance, or __itt_null [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:2018:5 [INFO] [stdout] | [INFO] [stdout] 2018 | / #[doc = " @ingroup clockdomain"] [INFO] [stdout] 2019 | | #[doc = " @brief Begin a task instance."] [INFO] [stdout] 2020 | | #[doc = " @param[in] domain The domain for this task"] [INFO] [stdout] 2021 | | #[doc = " @param[in] clock_domain The clock domain controlling the execution of this call."] [INFO] [stdout] ... | [INFO] [stdout] 2024 | | #[doc = " @param[in] parentid The parent of this task, or __itt_null"] [INFO] [stdout] 2025 | | #[doc = " @param[in] fn The pointer to the function you are tracing"] [INFO] [stdout] | |_________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] parentid The parent of this task, or __itt_null [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:2018:5 [INFO] [stdout] | [INFO] [stdout] 2018 | / #[doc = " @ingroup clockdomain"] [INFO] [stdout] 2019 | | #[doc = " @brief Begin a task instance."] [INFO] [stdout] 2020 | | #[doc = " @param[in] domain The domain for this task"] [INFO] [stdout] 2021 | | #[doc = " @param[in] clock_domain The clock domain controlling the execution of this call."] [INFO] [stdout] ... | [INFO] [stdout] 2024 | | #[doc = " @param[in] parentid The parent of this task, or __itt_null"] [INFO] [stdout] 2025 | | #[doc = " @param[in] fn The pointer to the function you are tracing"] [INFO] [stdout] | |_________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] fn The pointer to the function you are tracing [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:2036:5 [INFO] [stdout] | [INFO] [stdout] 2036 | / #[doc = " @ingroup clockdomain"] [INFO] [stdout] 2037 | | #[doc = " @brief End the current task instance."] [INFO] [stdout] 2038 | | #[doc = " @param[in] domain The domain for this task"] [INFO] [stdout] 2039 | | #[doc = " @param[in] clock_domain The clock domain controlling the execution of this call."] [INFO] [stdout] 2040 | | #[doc = " @param[in] timestamp The user defined timestamp."] [INFO] [stdout] | |________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] domain The domain for this task [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:2036:5 [INFO] [stdout] | [INFO] [stdout] 2036 | / #[doc = " @ingroup clockdomain"] [INFO] [stdout] 2037 | | #[doc = " @brief End the current task instance."] [INFO] [stdout] 2038 | | #[doc = " @param[in] domain The domain for this task"] [INFO] [stdout] 2039 | | #[doc = " @param[in] clock_domain The clock domain controlling the execution of this call."] [INFO] [stdout] 2040 | | #[doc = " @param[in] timestamp The user defined timestamp."] [INFO] [stdout] | |________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] clock_domain The clock domain controlling the execution of this call. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:2036:5 [INFO] [stdout] | [INFO] [stdout] 2036 | / #[doc = " @ingroup clockdomain"] [INFO] [stdout] 2037 | | #[doc = " @brief End the current task instance."] [INFO] [stdout] 2038 | | #[doc = " @param[in] domain The domain for this task"] [INFO] [stdout] 2039 | | #[doc = " @param[in] clock_domain The clock domain controlling the execution of this call."] [INFO] [stdout] 2040 | | #[doc = " @param[in] timestamp The user defined timestamp."] [INFO] [stdout] | |________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] timestamp The user defined timestamp. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:2154:5 [INFO] [stdout] | [INFO] [stdout] 2154 | / #[doc = " @ingroup counters"] [INFO] [stdout] 2155 | | #[doc = " @brief Increment a counter by one."] [INFO] [stdout] 2156 | | #[doc = " The first call with a given name creates a counter by that name and sets its"] [INFO] [stdout] 2157 | | #[doc = " value to zero. Successive calls increment the counter value."] [INFO] [stdout] 2158 | | #[doc = " @param[in] domain The domain controlling the call. Counter names are not domain specific."] [INFO] [stdout] 2159 | | #[doc = " The domain argument is used only to enable or disable the API calls."] [INFO] [stdout] 2160 | | #[doc = " @param[in] name The name of the counter"] [INFO] [stdout] | |_______________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] domain The domain controlling the call. Counter names are not domain specific. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:2154:5 [INFO] [stdout] | [INFO] [stdout] 2154 | / #[doc = " @ingroup counters"] [INFO] [stdout] 2155 | | #[doc = " @brief Increment a counter by one."] [INFO] [stdout] 2156 | | #[doc = " The first call with a given name creates a counter by that name and sets its"] [INFO] [stdout] 2157 | | #[doc = " value to zero. Successive calls increment the counter value."] [INFO] [stdout] 2158 | | #[doc = " @param[in] domain The domain controlling the call. Counter names are not domain specific."] [INFO] [stdout] 2159 | | #[doc = " The domain argument is used only to enable or disable the API calls."] [INFO] [stdout] 2160 | | #[doc = " @param[in] name The name of the counter"] [INFO] [stdout] | |_______________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] name The name of the counter [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:2164:5 [INFO] [stdout] | [INFO] [stdout] 2164 | / #[doc = " @ingroup counters"] [INFO] [stdout] 2165 | | #[doc = " @brief Increment a counter by the value specified in delta."] [INFO] [stdout] 2166 | | #[doc = " @param[in] domain The domain controlling the call. Counter names are not domain specific."] [INFO] [stdout] 2167 | | #[doc = " The domain argument is used only to enable or disable the API calls."] [INFO] [stdout] 2168 | | #[doc = " @param[in] name The name of the counter"] [INFO] [stdout] 2169 | | #[doc = " @param[in] delta The amount by which to increment the counter"] [INFO] [stdout] | |_____________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] domain The domain controlling the call. Counter names are not domain specific. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:2164:5 [INFO] [stdout] | [INFO] [stdout] 2164 | / #[doc = " @ingroup counters"] [INFO] [stdout] 2165 | | #[doc = " @brief Increment a counter by the value specified in delta."] [INFO] [stdout] 2166 | | #[doc = " @param[in] domain The domain controlling the call. Counter names are not domain specific."] [INFO] [stdout] 2167 | | #[doc = " The domain argument is used only to enable or disable the API calls."] [INFO] [stdout] 2168 | | #[doc = " @param[in] name The name of the counter"] [INFO] [stdout] 2169 | | #[doc = " @param[in] delta The amount by which to increment the counter"] [INFO] [stdout] | |_____________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] name The name of the counter [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:2164:5 [INFO] [stdout] | [INFO] [stdout] 2164 | / #[doc = " @ingroup counters"] [INFO] [stdout] 2165 | | #[doc = " @brief Increment a counter by the value specified in delta."] [INFO] [stdout] 2166 | | #[doc = " @param[in] domain The domain controlling the call. Counter names are not domain specific."] [INFO] [stdout] 2167 | | #[doc = " The domain argument is used only to enable or disable the API calls."] [INFO] [stdout] 2168 | | #[doc = " @param[in] name The name of the counter"] [INFO] [stdout] 2169 | | #[doc = " @param[in] delta The amount by which to increment the counter"] [INFO] [stdout] | |_____________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] delta The amount by which to increment the counter [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:2193:5 [INFO] [stdout] | [INFO] [stdout] 2193 | / #[doc = " @ingroup counters"] [INFO] [stdout] 2194 | | #[doc = " @brief Decrement a counter by one."] [INFO] [stdout] 2195 | | #[doc = " The first call with a given name creates a counter by that name and sets its"] [INFO] [stdout] 2196 | | #[doc = " value to zero. Successive calls decrement the counter value."] [INFO] [stdout] 2197 | | #[doc = " @param[in] domain The domain controlling the call. Counter names are not domain specific."] [INFO] [stdout] 2198 | | #[doc = " The domain argument is used only to enable or disable the API calls."] [INFO] [stdout] 2199 | | #[doc = " @param[in] name The name of the counter"] [INFO] [stdout] | |_______________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] domain The domain controlling the call. Counter names are not domain specific. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:2193:5 [INFO] [stdout] | [INFO] [stdout] 2193 | / #[doc = " @ingroup counters"] [INFO] [stdout] 2194 | | #[doc = " @brief Decrement a counter by one."] [INFO] [stdout] 2195 | | #[doc = " The first call with a given name creates a counter by that name and sets its"] [INFO] [stdout] 2196 | | #[doc = " value to zero. Successive calls decrement the counter value."] [INFO] [stdout] 2197 | | #[doc = " @param[in] domain The domain controlling the call. Counter names are not domain specific."] [INFO] [stdout] 2198 | | #[doc = " The domain argument is used only to enable or disable the API calls."] [INFO] [stdout] 2199 | | #[doc = " @param[in] name The name of the counter"] [INFO] [stdout] | |_______________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] name The name of the counter [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:2203:5 [INFO] [stdout] | [INFO] [stdout] 2203 | / #[doc = " @ingroup counters"] [INFO] [stdout] 2204 | | #[doc = " @brief Decrement a counter by the value specified in delta."] [INFO] [stdout] 2205 | | #[doc = " @param[in] domain The domain controlling the call. Counter names are not domain specific."] [INFO] [stdout] 2206 | | #[doc = " The domain argument is used only to enable or disable the API calls."] [INFO] [stdout] 2207 | | #[doc = " @param[in] name The name of the counter"] [INFO] [stdout] 2208 | | #[doc = " @param[in] delta The amount by which to decrement the counter"] [INFO] [stdout] | |_____________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] domain The domain controlling the call. Counter names are not domain specific. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:2203:5 [INFO] [stdout] | [INFO] [stdout] 2203 | / #[doc = " @ingroup counters"] [INFO] [stdout] 2204 | | #[doc = " @brief Decrement a counter by the value specified in delta."] [INFO] [stdout] 2205 | | #[doc = " @param[in] domain The domain controlling the call. Counter names are not domain specific."] [INFO] [stdout] 2206 | | #[doc = " The domain argument is used only to enable or disable the API calls."] [INFO] [stdout] 2207 | | #[doc = " @param[in] name The name of the counter"] [INFO] [stdout] 2208 | | #[doc = " @param[in] delta The amount by which to decrement the counter"] [INFO] [stdout] | |_____________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] name The name of the counter [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:2203:5 [INFO] [stdout] | [INFO] [stdout] 2203 | / #[doc = " @ingroup counters"] [INFO] [stdout] 2204 | | #[doc = " @brief Decrement a counter by the value specified in delta."] [INFO] [stdout] 2205 | | #[doc = " @param[in] domain The domain controlling the call. Counter names are not domain specific."] [INFO] [stdout] 2206 | | #[doc = " The domain argument is used only to enable or disable the API calls."] [INFO] [stdout] 2207 | | #[doc = " @param[in] name The name of the counter"] [INFO] [stdout] 2208 | | #[doc = " @param[in] delta The amount by which to decrement the counter"] [INFO] [stdout] | |_____________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] delta The amount by which to decrement the counter [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:2289:5 [INFO] [stdout] | [INFO] [stdout] 2289 | / #[doc = " @ingroup markers"] [INFO] [stdout] 2290 | | #[doc = " @brief Create a marker instance."] [INFO] [stdout] 2291 | | #[doc = " @param[in] domain The domain for this marker"] [INFO] [stdout] 2292 | | #[doc = " @param[in] clock_domain The clock domain controlling the execution of this call."] [INFO] [stdout] ... | [INFO] [stdout] 2295 | | #[doc = " @param[in] name The name for this marker"] [INFO] [stdout] 2296 | | #[doc = " @param[in] scope The scope for this marker"] [INFO] [stdout] | |__________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] domain The domain for this marker [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:2289:5 [INFO] [stdout] | [INFO] [stdout] 2289 | / #[doc = " @ingroup markers"] [INFO] [stdout] 2290 | | #[doc = " @brief Create a marker instance."] [INFO] [stdout] 2291 | | #[doc = " @param[in] domain The domain for this marker"] [INFO] [stdout] 2292 | | #[doc = " @param[in] clock_domain The clock domain controlling the execution of this call."] [INFO] [stdout] ... | [INFO] [stdout] 2295 | | #[doc = " @param[in] name The name for this marker"] [INFO] [stdout] 2296 | | #[doc = " @param[in] scope The scope for this marker"] [INFO] [stdout] | |__________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] clock_domain The clock domain controlling the execution of this call. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:2289:5 [INFO] [stdout] | [INFO] [stdout] 2289 | / #[doc = " @ingroup markers"] [INFO] [stdout] 2290 | | #[doc = " @brief Create a marker instance."] [INFO] [stdout] 2291 | | #[doc = " @param[in] domain The domain for this marker"] [INFO] [stdout] 2292 | | #[doc = " @param[in] clock_domain The clock domain controlling the execution of this call."] [INFO] [stdout] ... | [INFO] [stdout] 2295 | | #[doc = " @param[in] name The name for this marker"] [INFO] [stdout] 2296 | | #[doc = " @param[in] scope The scope for this marker"] [INFO] [stdout] | |__________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] timestamp The user defined timestamp. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:2289:5 [INFO] [stdout] | [INFO] [stdout] 2289 | / #[doc = " @ingroup markers"] [INFO] [stdout] 2290 | | #[doc = " @brief Create a marker instance."] [INFO] [stdout] 2291 | | #[doc = " @param[in] domain The domain for this marker"] [INFO] [stdout] 2292 | | #[doc = " @param[in] clock_domain The clock domain controlling the execution of this call."] [INFO] [stdout] ... | [INFO] [stdout] 2295 | | #[doc = " @param[in] name The name for this marker"] [INFO] [stdout] 2296 | | #[doc = " @param[in] scope The scope for this marker"] [INFO] [stdout] | |__________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] id The instance ID for this marker, or __itt_null [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:2289:5 [INFO] [stdout] | [INFO] [stdout] 2289 | / #[doc = " @ingroup markers"] [INFO] [stdout] 2290 | | #[doc = " @brief Create a marker instance."] [INFO] [stdout] 2291 | | #[doc = " @param[in] domain The domain for this marker"] [INFO] [stdout] 2292 | | #[doc = " @param[in] clock_domain The clock domain controlling the execution of this call."] [INFO] [stdout] ... | [INFO] [stdout] 2295 | | #[doc = " @param[in] name The name for this marker"] [INFO] [stdout] 2296 | | #[doc = " @param[in] scope The scope for this marker"] [INFO] [stdout] | |__________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] name The name for this marker [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:2289:5 [INFO] [stdout] | [INFO] [stdout] 2289 | / #[doc = " @ingroup markers"] [INFO] [stdout] 2290 | | #[doc = " @brief Create a marker instance."] [INFO] [stdout] 2291 | | #[doc = " @param[in] domain The domain for this marker"] [INFO] [stdout] 2292 | | #[doc = " @param[in] clock_domain The clock domain controlling the execution of this call."] [INFO] [stdout] ... | [INFO] [stdout] 2295 | | #[doc = " @param[in] name The name for this marker"] [INFO] [stdout] 2296 | | #[doc = " @param[in] scope The scope for this marker"] [INFO] [stdout] | |__________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] scope The scope for this marker [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:2320:5 [INFO] [stdout] | [INFO] [stdout] 2320 | / #[doc = " @ingroup clockdomain"] [INFO] [stdout] 2321 | | #[doc = " @brief Add a relation to the current task instance."] [INFO] [stdout] 2322 | | #[doc = " The current task instance is the head of the relation."] [INFO] [stdout] 2323 | | #[doc = " @param[in] domain The domain controlling this call"] [INFO] [stdout] ... | [INFO] [stdout] 2326 | | #[doc = " @param[in] relation The kind of relation"] [INFO] [stdout] 2327 | | #[doc = " @param[in] tail The ID for the tail of the relation"] [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] domain The domain controlling this call [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:2320:5 [INFO] [stdout] | [INFO] [stdout] 2320 | / #[doc = " @ingroup clockdomain"] [INFO] [stdout] 2321 | | #[doc = " @brief Add a relation to the current task instance."] [INFO] [stdout] 2322 | | #[doc = " The current task instance is the head of the relation."] [INFO] [stdout] 2323 | | #[doc = " @param[in] domain The domain controlling this call"] [INFO] [stdout] ... | [INFO] [stdout] 2326 | | #[doc = " @param[in] relation The kind of relation"] [INFO] [stdout] 2327 | | #[doc = " @param[in] tail The ID for the tail of the relation"] [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] clock_domain The clock domain controlling the execution of this call. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:2320:5 [INFO] [stdout] | [INFO] [stdout] 2320 | / #[doc = " @ingroup clockdomain"] [INFO] [stdout] 2321 | | #[doc = " @brief Add a relation to the current task instance."] [INFO] [stdout] 2322 | | #[doc = " The current task instance is the head of the relation."] [INFO] [stdout] 2323 | | #[doc = " @param[in] domain The domain controlling this call"] [INFO] [stdout] ... | [INFO] [stdout] 2326 | | #[doc = " @param[in] relation The kind of relation"] [INFO] [stdout] 2327 | | #[doc = " @param[in] tail The ID for the tail of the relation"] [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] timestamp The user defined timestamp. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:2320:5 [INFO] [stdout] | [INFO] [stdout] 2320 | / #[doc = " @ingroup clockdomain"] [INFO] [stdout] 2321 | | #[doc = " @brief Add a relation to the current task instance."] [INFO] [stdout] 2322 | | #[doc = " The current task instance is the head of the relation."] [INFO] [stdout] 2323 | | #[doc = " @param[in] domain The domain controlling this call"] [INFO] [stdout] ... | [INFO] [stdout] 2326 | | #[doc = " @param[in] relation The kind of relation"] [INFO] [stdout] 2327 | | #[doc = " @param[in] tail The ID for the tail of the relation"] [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] relation The kind of relation [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:2320:5 [INFO] [stdout] | [INFO] [stdout] 2320 | / #[doc = " @ingroup clockdomain"] [INFO] [stdout] 2321 | | #[doc = " @brief Add a relation to the current task instance."] [INFO] [stdout] 2322 | | #[doc = " The current task instance is the head of the relation."] [INFO] [stdout] 2323 | | #[doc = " @param[in] domain The domain controlling this call"] [INFO] [stdout] ... | [INFO] [stdout] 2326 | | #[doc = " @param[in] relation The kind of relation"] [INFO] [stdout] 2327 | | #[doc = " @param[in] tail The ID for the tail of the relation"] [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] tail The ID for the tail of the relation [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:2337:5 [INFO] [stdout] | [INFO] [stdout] 2337 | / #[doc = " @ingroup clockdomain"] [INFO] [stdout] 2338 | | #[doc = " @brief Add a relation between two instance identifiers."] [INFO] [stdout] 2339 | | #[doc = " @param[in] domain The domain controlling this call"] [INFO] [stdout] 2340 | | #[doc = " @param[in] clock_domain The clock domain controlling the execution of this call."] [INFO] [stdout] ... | [INFO] [stdout] 2343 | | #[doc = " @param[in] relation The kind of relation"] [INFO] [stdout] 2344 | | #[doc = " @param[in] tail The ID for the tail of the relation"] [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] domain The domain controlling this call [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:2337:5 [INFO] [stdout] | [INFO] [stdout] 2337 | / #[doc = " @ingroup clockdomain"] [INFO] [stdout] 2338 | | #[doc = " @brief Add a relation between two instance identifiers."] [INFO] [stdout] 2339 | | #[doc = " @param[in] domain The domain controlling this call"] [INFO] [stdout] 2340 | | #[doc = " @param[in] clock_domain The clock domain controlling the execution of this call."] [INFO] [stdout] ... | [INFO] [stdout] 2343 | | #[doc = " @param[in] relation The kind of relation"] [INFO] [stdout] 2344 | | #[doc = " @param[in] tail The ID for the tail of the relation"] [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] clock_domain The clock domain controlling the execution of this call. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:2337:5 [INFO] [stdout] | [INFO] [stdout] 2337 | / #[doc = " @ingroup clockdomain"] [INFO] [stdout] 2338 | | #[doc = " @brief Add a relation between two instance identifiers."] [INFO] [stdout] 2339 | | #[doc = " @param[in] domain The domain controlling this call"] [INFO] [stdout] 2340 | | #[doc = " @param[in] clock_domain The clock domain controlling the execution of this call."] [INFO] [stdout] ... | [INFO] [stdout] 2343 | | #[doc = " @param[in] relation The kind of relation"] [INFO] [stdout] 2344 | | #[doc = " @param[in] tail The ID for the tail of the relation"] [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] timestamp The user defined timestamp. [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:2337:5 [INFO] [stdout] | [INFO] [stdout] 2337 | / #[doc = " @ingroup clockdomain"] [INFO] [stdout] 2338 | | #[doc = " @brief Add a relation between two instance identifiers."] [INFO] [stdout] 2339 | | #[doc = " @param[in] domain The domain controlling this call"] [INFO] [stdout] 2340 | | #[doc = " @param[in] clock_domain The clock domain controlling the execution of this call."] [INFO] [stdout] ... | [INFO] [stdout] 2343 | | #[doc = " @param[in] relation The kind of relation"] [INFO] [stdout] 2344 | | #[doc = " @param[in] tail The ID for the tail of the relation"] [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] head The ID for the head of the relation [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:2337:5 [INFO] [stdout] | [INFO] [stdout] 2337 | / #[doc = " @ingroup clockdomain"] [INFO] [stdout] 2338 | | #[doc = " @brief Add a relation between two instance identifiers."] [INFO] [stdout] 2339 | | #[doc = " @param[in] domain The domain controlling this call"] [INFO] [stdout] 2340 | | #[doc = " @param[in] clock_domain The clock domain controlling the execution of this call."] [INFO] [stdout] ... | [INFO] [stdout] 2343 | | #[doc = " @param[in] relation The kind of relation"] [INFO] [stdout] 2344 | | #[doc = " @param[in] tail The ID for the tail of the relation"] [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] relation The kind of relation [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:2337:5 [INFO] [stdout] | [INFO] [stdout] 2337 | / #[doc = " @ingroup clockdomain"] [INFO] [stdout] 2338 | | #[doc = " @brief Add a relation between two instance identifiers."] [INFO] [stdout] 2339 | | #[doc = " @param[in] domain The domain controlling this call"] [INFO] [stdout] 2340 | | #[doc = " @param[in] clock_domain The clock domain controlling the execution of this call."] [INFO] [stdout] ... | [INFO] [stdout] 2343 | | #[doc = " @param[in] relation The kind of relation"] [INFO] [stdout] 2344 | | #[doc = " @param[in] tail The ID for the tail of the relation"] [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] tail The ID for the tail of the relation [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:2716:5 [INFO] [stdout] | [INFO] [stdout] 2716 | / #[doc = " @brief Report module unload"] [INFO] [stdout] 2717 | | #[doc = " This API is used to report necessary information in case of bypassing default system loader."] [INFO] [stdout] 2718 | | #[doc = " Notification should be done just before the module is unloaded from process memory."] [INFO] [stdout] 2719 | | #[doc = " @param[in] addr - base address of loaded module"] [INFO] [stdout] | |_______________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] addr - base address of loaded module [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:2961:5 [INFO] [stdout] | [INFO] [stdout] 2961 | / #[doc = " @brief Load module content and its loaded(relocated) sections."] [INFO] [stdout] 2962 | | #[doc = " This API is useful to save a module, or specify its location on the system and report information about loaded sections."] [INFO] [stdout] 2963 | | #[doc = " The target module is saved on the system if module buffer content and size are available."] [INFO] [stdout] 2964 | | #[doc = " If module buffer content and size are unavailable, the module name contains the path to the existing binary module."] [INFO] [stdout] 2965 | | #[doc = " @param[in] module_obj - provides module and section information, along with unique module identifiers (name,module ID)"] [INFO] [stdout] 2966 | | #[doc = " which bind the binary module to particular sections."] [INFO] [stdout] | |____________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] module_obj - provides module and section information, along with unique module identifiers (name,module ID) [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/ittnotify_bindings.rs:2976:5 [INFO] [stdout] | [INFO] [stdout] 2976 | / #[doc = " @brief Unload a module and its loaded(relocated) sections."] [INFO] [stdout] 2977 | | #[doc = " This API notifies that the module and its sections were unloaded."] [INFO] [stdout] 2978 | | #[doc = " @param[in] module_obj - provides module and sections information, along with unique module identifiers (name,module ID)"] [INFO] [stdout] 2979 | | #[doc = " which bind the binary module to particular sections."] [INFO] [stdout] | |____________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] module_obj - provides module and sections information, along with unique module identifiers (name,module ID) [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/jitprofiling_bindings.rs:987:5 [INFO] [stdout] | [INFO] [stdout] 987 | / #[doc = " @brief Reports infomation about JIT-compiled code to the agent."] [INFO] [stdout] 988 | | #[doc = ""] [INFO] [stdout] 989 | | #[doc = " The reported information is used to attribute samples obtained from any"] [INFO] [stdout] 990 | | #[doc = " Intel(R) VTune(TM) Amplifier collector. This API needs to be called"] [INFO] [stdout] ... | [INFO] [stdout] 996 | | #[doc = ""] [INFO] [stdout] 997 | | #[doc = " @returns 1 on success, otherwise 0."] [INFO] [stdout] | |___________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] event_type - type of the data sent to the agent [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/jitprofiling_bindings.rs:987:5 [INFO] [stdout] | [INFO] [stdout] 987 | / #[doc = " @brief Reports infomation about JIT-compiled code to the agent."] [INFO] [stdout] 988 | | #[doc = ""] [INFO] [stdout] 989 | | #[doc = " The reported information is used to attribute samples obtained from any"] [INFO] [stdout] 990 | | #[doc = " Intel(R) VTune(TM) Amplifier collector. This API needs to be called"] [INFO] [stdout] ... | [INFO] [stdout] 996 | | #[doc = ""] [INFO] [stdout] 997 | | #[doc = " @returns 1 on success, otherwise 0."] [INFO] [stdout] | |___________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[in] EventSpecificData - pointer to event-specific data [INFO] [stdout] ^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 121 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.87s [INFO] running `Command { std: "docker" "inspect" "34253f7a4e5df7fc70ba9ec4826d358bd3b9a532cf26ac476cf0a1d010f01112", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "34253f7a4e5df7fc70ba9ec4826d358bd3b9a532cf26ac476cf0a1d010f01112", kill_on_drop: false }` [INFO] [stdout] 34253f7a4e5df7fc70ba9ec4826d358bd3b9a532cf26ac476cf0a1d010f01112