Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.
# rustc version
rustc 1.90.0-nightly (0fa4ec6cd 2025-06-25)# docs.rs version
docsrs 0.6.0 (ff5ebf09 2025-06-25)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/dsalgo-0.3.10/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/dsalgo-0.3.10/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250625-1.90.0-nightly-0fa4ec6cd\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", 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] c980d4d603039fc01d03df7e4af600b56bade7cc6ede3aa4faebec14c2249070
[INFO] running `Command { std: "docker" "start" "-a" "c980d4d603039fc01d03df7e4af600b56bade7cc6ede3aa4faebec14c2249070", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting dsalgo v0.3.10 (/opt/rustwide/workdir)
[INFO] [stderr] warning: the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes
[INFO] [stderr] --> src/lib.rs:2:12
[INFO] [stderr] |
[INFO] [stderr] 2 | #![feature(generic_const_exprs)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: see issue #76560 <https://github.com/rust-lang/rust/issues/76560> for more information
[INFO] [stderr] = note: `#[warn(incomplete_features)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: the feature `inherent_associated_types` is incomplete and may not be safe to use and/or cause compiler crashes
[INFO] [stderr] --> src/lib.rs:3:12
[INFO] [stderr] |
[INFO] [stderr] 3 | #![feature(inherent_associated_types)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: see issue #8995 <https://github.com/rust-lang/rust/issues/8995> for more information
[INFO] [stderr]
[INFO] [stderr] warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC <https://rust-lang.github.io/rfcs/2145-type-privacy.html> for more information
[INFO] [stderr] --> src/union_find_traits.rs:8:9
[INFO] [stderr] |
[INFO] [stderr] 8 | #[allow(private_in_public)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Item` not found for `accumulate_iterator::Iter<T, F, I>` in the current scope
[INFO] [stderr] --> src/accumulate_iterator.rs:15:40
[INFO] [stderr] |
[INFO] [stderr] 1 | pub struct Iter<T, F, I> {
[INFO] [stderr] | ------------------------ associated type `Item` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 15 | fn next(&mut self) -> Option<Self::Item> {
[INFO] [stderr] | ^^^^ associated item not found in `accumulate_iterator::Iter<T, F, I>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `adjacency_list_graph_old::AdjacencyList<E>` in the current scope
[INFO] [stderr] --> src/adjacency_list_graph_old.rs:33:17
[INFO] [stderr] |
[INFO] [stderr] 5 | pub struct AdjacencyList<E> {
[INFO] [stderr] | --------------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 33 | ) -> &Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `adjacency_list_graph_old::AdjacencyList<E>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `adjacency_list_graph_old::AdjacencyList<T>` in the current scope
[INFO] [stderr] --> src/adjacency_list_graph_old.rs:42:21
[INFO] [stderr] |
[INFO] [stderr] 5 | pub struct AdjacencyList<E> {
[INFO] [stderr] | --------------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 42 | ) -> &mut Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `adjacency_list_graph_old::AdjacencyList<T>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `adjacency_matrix_graph::AdjacencyMatrix<T>` in the current scope
[INFO] [stderr] --> src/adjacency_matrix_graph.rs:45:17
[INFO] [stderr] |
[INFO] [stderr] 3 | pub struct AdjacencyMatrix<T> {
[INFO] [stderr] | ----------------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 45 | ) -> &Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `adjacency_matrix_graph::AdjacencyMatrix<T>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `adjacency_matrix_graph::AdjacencyMatrix<T>` in the current scope
[INFO] [stderr] --> src/adjacency_matrix_graph.rs:54:21
[INFO] [stderr] |
[INFO] [stderr] 3 | pub struct AdjacencyMatrix<T> {
[INFO] [stderr] | ----------------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 54 | ) -> &mut Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `adjacency_matrix_graph::AdjacencyMatrix<T>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `array_compression_unique_binary_search::ArrayCompression<T>` in the current scope
[INFO] [stderr] --> src/array_compression_unique_binary_search.rs:37:17
[INFO] [stderr] |
[INFO] [stderr] 1 | pub struct ArrayCompression<T>(pub Vec<T>);
[INFO] [stderr] | ------------------------------ associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 37 | ) -> &Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `array_compression_unique_binary_search::ArrayCompression<T>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `IntoIter` not found for `avl_tree_ngtkn::AvlTree<T>` in the current scope
[INFO] [stderr] --> src/avl_tree_ngtkn.rs:299:33
[INFO] [stderr] |
[INFO] [stderr] 16 | pub struct AvlTree<T> {
[INFO] [stderr] | --------------------- associated type `IntoIter` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 299 | fn into_iter(self) -> Self::IntoIter {
[INFO] [stderr] | ^^^^^^^^ associated item not found in `avl_tree_ngtkn::AvlTree<T>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `avl_tree_ngtkn::AvlTree<T>` in the current scope
[INFO] [stderr] --> src/avl_tree_ngtkn.rs:332:17
[INFO] [stderr] |
[INFO] [stderr] 16 | pub struct AvlTree<T> {
[INFO] [stderr] | --------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 332 | ) -> &Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `avl_tree_ngtkn::AvlTree<T>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Item` not found for `avl_tree_ngtkn::Iter<'a, T>` in the current scope
[INFO] [stderr] --> src/avl_tree_ngtkn.rs:375:40
[INFO] [stderr] |
[INFO] [stderr] 367 | pub struct Iter<'a, T> {
[INFO] [stderr] | ---------------------- associated type `Item` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 375 | fn next(&mut self) -> Option<Self::Item> {
[INFO] [stderr] | ^^^^ associated item not found in `avl_tree_ngtkn::Iter<'a, T>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Item` not found for `avl_tree_ngtkn::Iter<'a, T>` in the current scope
[INFO] [stderr] --> src/avl_tree_ngtkn.rs:393:45
[INFO] [stderr] |
[INFO] [stderr] 367 | pub struct Iter<'a, T> {
[INFO] [stderr] | ---------------------- associated type `Item` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 393 | fn next_back(&mut self) -> Option<Self::Item> {
[INFO] [stderr] | ^^^^ associated item not found in `avl_tree_ngtkn::Iter<'a, T>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Item` not found for `avl_tree_ngtkn::IntoIter<T>` in the current scope
[INFO] [stderr] --> src/avl_tree_ngtkn.rs:417:40
[INFO] [stderr] |
[INFO] [stderr] 410 | pub struct IntoIter<T> {
[INFO] [stderr] | ---------------------- associated type `Item` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 417 | fn next(&mut self) -> Option<Self::Item> {
[INFO] [stderr] | ^^^^ associated item not found in `avl_tree_ngtkn::IntoIter<T>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `IntoIter` not found for `avl_tree_node_with_box_recurse_merge_split_based::Node<T>` in the current scope
[INFO] [stderr] --> src/avl_tree_node_with_box_recurse_merge_split_based.rs:267:33
[INFO] [stderr] |
[INFO] [stderr] 3 | pub struct Node<T> {
[INFO] [stderr] | ------------------ associated type `IntoIter` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 267 | fn into_iter(self) -> Self::IntoIter {
[INFO] [stderr] | ^^^^^^^^ associated item not found in `avl_tree_node_with_box_recurse_merge_split_based::Node<T>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `IntoIter` not found for `avl_tree_node_with_value_size_box_recurse::Node<T>` in the current scope
[INFO] [stderr] --> src/avl_tree_node_with_value_size_box_recurse.rs:244:33
[INFO] [stderr] |
[INFO] [stderr] 3 | pub struct Node<T> {
[INFO] [stderr] | ------------------ associated type `IntoIter` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 244 | fn into_iter(self) -> Self::IntoIter {
[INFO] [stderr] | ^^^^^^^^ associated item not found in `avl_tree_node_with_value_size_box_recurse::Node<T>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `avl_tree_ordered_multiset::AVLMultiset<T>` in the current scope
[INFO] [stderr] --> src/avl_tree_ordered_multiset.rs:79:17
[INFO] [stderr] |
[INFO] [stderr] 5 | pub struct AVLMultiset<T>(Option<Box<Node<T>>>);
[INFO] [stderr] | ------------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 79 | ) -> &Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `avl_tree_ordered_multiset::AVLMultiset<T>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `avl_tree_ordered_multiset_merge_split_based::AVLMultiset<T>` in the current scope
[INFO] [stderr] --> src/avl_tree_ordered_multiset_merge_split_based.rs:90:17
[INFO] [stderr] |
[INFO] [stderr] 5 | pub struct AVLMultiset<T>(Option<Box<Node<T>>>);
[INFO] [stderr] | ------------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 90 | ) -> &Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `avl_tree_ordered_multiset_merge_split_based::AVLMultiset<T>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `T` not found for `std::collections::BinaryHeap<std::cmp::Reverse<T>>` in the current scope
[INFO] [stderr] --> src/binary_heap_std_impl_priority_queue.rs:24:32
[INFO] [stderr] |
[INFO] [stderr] 24 | fn pop(&mut self) -> Self::T {
[INFO] [stderr] | ^ associated item not found in `std::collections::BinaryHeap<std::cmp::Reverse<T>>`
[INFO] [stderr] --> /rustc/0fa4ec6cde46fa17ab07acb5531cfe0dc1349ffa/library/alloc/src/collections/binary_heap/mod.rs:274:1
[INFO] [stderr] ::: /rustc/0fa4ec6cde46fa17ab07acb5531cfe0dc1349ffa/library/alloc/src/collections/binary_heap/mod.rs:277:1
[INFO] [stderr] |
[INFO] [stderr] = note: associated type `T` not found for this struct
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `T` not found for `binary_min_heap_0_indexed::BinaryMinHeap<T>` in the current scope
[INFO] [stderr] --> src/binary_min_heap_impl_priority_queue.rs:24:32
[INFO] [stderr] |
[INFO] [stderr] 24 | fn pop(&mut self) -> Self::T {
[INFO] [stderr] | ^ associated item not found in `binary_min_heap_0_indexed::BinaryMinHeap<T>`
[INFO] [stderr] |
[INFO] [stderr] ::: src/binary_min_heap_0_indexed.rs:1:1
[INFO] [stderr] |
[INFO] [stderr] 1 | pub struct BinaryMinHeap<T>(Vec<T>);
[INFO] [stderr] | --------------------------- associated type `T` not found for this struct
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `const_generics_modular_int_i64::Modint<MOD>` in the current scope
[INFO] [stderr] --> src/const_generics_modular_int_i64.rs:35:16
[INFO] [stderr] |
[INFO] [stderr] 3 | pub struct Modint<const MOD: i64>(pub i64);
[INFO] [stderr] | --------------------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 35 | ) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `const_generics_modular_int_i64::Modint<MOD>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `const_generics_modular_int_i64::Modint<MOD>` in the current scope
[INFO] [stderr] --> src/const_generics_modular_int_i64.rs:49:31
[INFO] [stderr] |
[INFO] [stderr] 3 | pub struct Modint<const MOD: i64>(pub i64);
[INFO] [stderr] | --------------------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 49 | fn neg(mut self) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `const_generics_modular_int_i64::Modint<MOD>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `const_generics_modular_int_i64::Modint<MOD>` in the current scope
[INFO] [stderr] --> src/const_generics_modular_int_i64.rs:64:16
[INFO] [stderr] |
[INFO] [stderr] 3 | pub struct Modint<const MOD: i64>(pub i64);
[INFO] [stderr] | --------------------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 64 | ) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `const_generics_modular_int_i64::Modint<MOD>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `const_generics_modular_int_i64::Modint<MOD>` in the current scope
[INFO] [stderr] --> src/const_generics_modular_int_i64.rs:83:35
[INFO] [stderr] |
[INFO] [stderr] 3 | pub struct Modint<const MOD: i64>(pub i64);
[INFO] [stderr] | --------------------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 83 | fn mul_inv(mut self) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `const_generics_modular_int_i64::Modint<MOD>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `const_generics_modular_int_i64::Modint<MOD>` in the current scope
[INFO] [stderr] --> src/const_generics_modular_int_i64.rs:96:16
[INFO] [stderr] |
[INFO] [stderr] 3 | pub struct Modint<const MOD: i64>(pub i64);
[INFO] [stderr] | --------------------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 96 | ) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `const_generics_modular_int_i64::Modint<MOD>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `const_generics_modular_int_i64::Modint<MOD>` in the current scope
[INFO] [stderr] --> src/const_generics_modular_int_i64.rs:107:16
[INFO] [stderr] |
[INFO] [stderr] 3 | pub struct Modint<const MOD: i64>(pub i64);
[INFO] [stderr] | --------------------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 107 | ) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `const_generics_modular_int_i64::Modint<MOD>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `const_generics_modular_int_i64::Modint<MOD>` in the current scope
[INFO] [stderr] --> src/const_generics_modular_int_i64.rs:118:16
[INFO] [stderr] |
[INFO] [stderr] 3 | pub struct Modint<const MOD: i64>(pub i64);
[INFO] [stderr] | --------------------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 118 | ) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `const_generics_modular_int_i64::Modint<MOD>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `const_generics_modular_int_i64::Modint<MOD>` in the current scope
[INFO] [stderr] --> src/const_generics_modular_int_i64.rs:129:16
[INFO] [stderr] |
[INFO] [stderr] 3 | pub struct Modint<const MOD: i64>(pub i64);
[INFO] [stderr] | --------------------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 129 | ) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `const_generics_modular_int_i64::Modint<MOD>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `const_generics_modular_int_i64::Modint<MOD>` in the current scope
[INFO] [stderr] --> src/const_generics_modular_int_i64.rs:140:16
[INFO] [stderr] |
[INFO] [stderr] 3 | pub struct Modint<const MOD: i64>(pub i64);
[INFO] [stderr] | --------------------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 140 | ) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `const_generics_modular_int_i64::Modint<MOD>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `const_generics_modular_int_i64::Modint<MOD>` in the current scope
[INFO] [stderr] --> src/const_generics_modular_int_i64.rs:151:16
[INFO] [stderr] |
[INFO] [stderr] 3 | pub struct Modint<const MOD: i64>(pub i64);
[INFO] [stderr] | --------------------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 151 | ) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `const_generics_modular_int_i64::Modint<MOD>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `const_generics_n_dim_dynamic_shaped_tensor::NdimDynamicTensor<T, D>` in the current scope
[INFO] [stderr] --> src/const_generics_n_dim_dynamic_shaped_tensor.rs:88:17
[INFO] [stderr] |
[INFO] [stderr] 3 | pub struct NdimDynamicTensor<T, const D: usize> {
[INFO] [stderr] | ----------------------------------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 88 | ) -> &Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `const_generics_n_dim_dynamic_shaped_tensor::NdimDynamicTensor<T, D>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `const_generics_n_dim_dynamic_shaped_tensor::NdimDynamicTensor<T, D>` in the current scope
[INFO] [stderr] --> src/const_generics_n_dim_dynamic_shaped_tensor.rs:99:21
[INFO] [stderr] |
[INFO] [stderr] 3 | pub struct NdimDynamicTensor<T, const D: usize> {
[INFO] [stderr] | ----------------------------------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 99 | ) -> &mut Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `const_generics_n_dim_dynamic_shaped_tensor::NdimDynamicTensor<T, D>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `const_generics_shaped_matrix::Matrix<T, H, W>` in the current scope
[INFO] [stderr] --> src/const_generics_shaped_matrix.rs:36:17
[INFO] [stderr] |
[INFO] [stderr] 5 | pub struct Matrix<T, const H: usize, const W: usize>([[T; W]; H]);
[INFO] [stderr] | ---------------------------------------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 36 | ) -> &Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `const_generics_shaped_matrix::Matrix<T, H, W>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `const_generics_shaped_matrix::Matrix<T, H, W>` in the current scope
[INFO] [stderr] --> src/const_generics_shaped_matrix.rs:45:21
[INFO] [stderr] |
[INFO] [stderr] 5 | pub struct Matrix<T, const H: usize, const W: usize>([[T; W]; H]);
[INFO] [stderr] | ---------------------------------------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 45 | ) -> &mut Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `const_generics_shaped_matrix::Matrix<T, H, W>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `const_generics_shaped_matrix::Matrix<T, H, W>` in the current scope
[INFO] [stderr] --> src/const_generics_shaped_matrix_impl_semiring_with_std_ops.rs:14:16
[INFO] [stderr] |
[INFO] [stderr] 14 | ) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `const_generics_shaped_matrix::Matrix<T, H, W>`
[INFO] [stderr] |
[INFO] [stderr] ::: src/const_generics_shaped_matrix.rs:5:1
[INFO] [stderr] |
[INFO] [stderr] 5 | pub struct Matrix<T, const H: usize, const W: usize>([[T; W]; H]);
[INFO] [stderr] | ---------------------------------------------------- associated type `Output` not found for this struct
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `const_generics_shaped_matrix::Matrix<T, H, K>` in the current scope
[INFO] [stderr] --> src/const_generics_shaped_matrix_impl_semiring_with_std_ops.rs:47:16
[INFO] [stderr] |
[INFO] [stderr] 47 | ) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `const_generics_shaped_matrix::Matrix<T, H, K>`
[INFO] [stderr] |
[INFO] [stderr] ::: src/const_generics_shaped_matrix.rs:5:1
[INFO] [stderr] |
[INFO] [stderr] 5 | pub struct Matrix<T, const H: usize, const W: usize>([[T; W]; H]);
[INFO] [stderr] | ---------------------------------------------------- associated type `Output` not found for this struct
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `const_generics_shaped_matrix_with_flattened_data::Matrix<T, H, W>` in the current scope
[INFO] [stderr] --> src/const_generics_shaped_matrix_with_flattened_data.rs:49:17
[INFO] [stderr] |
[INFO] [stderr] 3 | pub struct Matrix<T, const H: usize, const W: usize>([T; H * W])
[INFO] [stderr] | ---------------------------------------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 49 | ) -> &Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `const_generics_shaped_matrix_with_flattened_data::Matrix<T, H, W>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `const_generics_shaped_matrix_with_flattened_data::Matrix<T, H, W>` in the current scope
[INFO] [stderr] --> src/const_generics_shaped_matrix_with_flattened_data.rs:62:21
[INFO] [stderr] |
[INFO] [stderr] 3 | pub struct Matrix<T, const H: usize, const W: usize>([T; H * W])
[INFO] [stderr] | ---------------------------------------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 62 | ) -> &mut Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `const_generics_shaped_matrix_with_flattened_data::Matrix<T, H, W>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `const_generics_sized_square_matrix::Matrix<T, N>` in the current scope
[INFO] [stderr] --> src/const_generics_sized_square_matrix.rs:34:17
[INFO] [stderr] |
[INFO] [stderr] 5 | pub struct Matrix<T, const N: usize>([[T; N]; N]);
[INFO] [stderr] | ------------------------------------ associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 34 | ) -> &Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `const_generics_sized_square_matrix::Matrix<T, N>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `const_generics_sized_square_matrix::Matrix<T, N>` in the current scope
[INFO] [stderr] --> src/const_generics_sized_square_matrix.rs:43:21
[INFO] [stderr] |
[INFO] [stderr] 5 | pub struct Matrix<T, const N: usize>([[T; N]; N]);
[INFO] [stderr] | ------------------------------------ associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 43 | ) -> &mut Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `const_generics_sized_square_matrix::Matrix<T, N>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `const_generics_sized_square_matrix::Matrix<T, N>` in the current scope
[INFO] [stderr] --> src/const_generics_sized_square_matrix_impl_semiring_with_std_ops.rs:14:16
[INFO] [stderr] |
[INFO] [stderr] 14 | ) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `const_generics_sized_square_matrix::Matrix<T, N>`
[INFO] [stderr] |
[INFO] [stderr] ::: src/const_generics_sized_square_matrix.rs:5:1
[INFO] [stderr] |
[INFO] [stderr] 5 | pub struct Matrix<T, const N: usize>([[T; N]; N]);
[INFO] [stderr] | ------------------------------------ associated type `Output` not found for this struct
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `const_generics_sized_square_matrix::Matrix<T, N>` in the current scope
[INFO] [stderr] --> src/const_generics_sized_square_matrix_impl_semiring_with_std_ops.rs:46:16
[INFO] [stderr] |
[INFO] [stderr] 46 | ) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `const_generics_sized_square_matrix::Matrix<T, N>`
[INFO] [stderr] |
[INFO] [stderr] ::: src/const_generics_sized_square_matrix.rs:5:1
[INFO] [stderr] |
[INFO] [stderr] 5 | pub struct Matrix<T, const N: usize>([[T; N]; N]);
[INFO] [stderr] | ------------------------------------ associated type `Output` not found for this struct
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `const_generics_sized_square_matrix_on_usize_bitwise_xor_and::Matrix<N>` in the current scope
[INFO] [stderr] --> src/const_generics_sized_square_matrix_on_usize_bitwise_xor_and.rs:19:17
[INFO] [stderr] |
[INFO] [stderr] 5 | pub struct Matrix<const N: usize>([[usize; N]; N]);
[INFO] [stderr] | --------------------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 19 | ) -> &Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `const_generics_sized_square_matrix_on_usize_bitwise_xor_and::Matrix<N>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `const_generics_sized_square_matrix_on_usize_bitwise_xor_and::Matrix<N>` in the current scope
[INFO] [stderr] --> src/const_generics_sized_square_matrix_on_usize_bitwise_xor_and.rs:28:21
[INFO] [stderr] |
[INFO] [stderr] 5 | pub struct Matrix<const N: usize>([[usize; N]; N]);
[INFO] [stderr] | --------------------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 28 | ) -> &mut Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `const_generics_sized_square_matrix_on_usize_bitwise_xor_and::Matrix<N>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `const_generics_sized_square_matrix_on_usize_bitwise_xor_and::Matrix<N>` in the current scope
[INFO] [stderr] --> src/const_generics_sized_square_matrix_on_usize_bitwise_xor_and.rs:39:16
[INFO] [stderr] |
[INFO] [stderr] 5 | pub struct Matrix<const N: usize>([[usize; N]; N]);
[INFO] [stderr] | --------------------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 39 | ) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `const_generics_sized_square_matrix_on_usize_bitwise_xor_and::Matrix<N>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `const_generics_sized_square_matrix_on_usize_bitwise_xor_and::Matrix<N>` in the current scope
[INFO] [stderr] --> src/const_generics_sized_square_matrix_on_usize_bitwise_xor_and.rs:65:16
[INFO] [stderr] |
[INFO] [stderr] 5 | pub struct Matrix<const N: usize>([[usize; N]; N]);
[INFO] [stderr] | --------------------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 65 | ) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `const_generics_sized_square_matrix_on_usize_bitwise_xor_and::Matrix<N>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `T` not found for `default_static_modular_arithmetic::DefaultStatic<u32, M>` in the current scope
[INFO] [stderr] --> src/default_static_modular_arithmetic.rs:19:35
[INFO] [stderr] |
[INFO] [stderr] 12 | pub struct DefaultStatic<T, M: Get<T = T>>(std::marker::PhantomData<(T, M)>);
[INFO] [stderr] | ------------------------------------------ associated type `T` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 19 | fn modulus() -> Self::T {
[INFO] [stderr] | ^ associated item not found in `default_static_modular_arithmetic::DefaultStatic<u32, M>`
[INFO] [stderr] ...
[INFO] [stderr] 72 | impl_default_static!(u32, u64);
[INFO] [stderr] | ------------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr] = note: this error originates in the macro `impl_default_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `T` not found for `default_static_modular_arithmetic::DefaultStatic<u32, M>` in the current scope
[INFO] [stderr] --> src/default_static_modular_arithmetic.rs:24:28
[INFO] [stderr] |
[INFO] [stderr] 12 | pub struct DefaultStatic<T, M: Get<T = T>>(std::marker::PhantomData<(T, M)>);
[INFO] [stderr] | ------------------------------------------ associated type `T` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 24 | lhs: Self::T,
[INFO] [stderr] | ^ associated item not found in `default_static_modular_arithmetic::DefaultStatic<u32, M>`
[INFO] [stderr] ...
[INFO] [stderr] 72 | impl_default_static!(u32, u64);
[INFO] [stderr] | ------------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr] = note: this error originates in the macro `impl_default_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `T` not found for `default_static_modular_arithmetic::DefaultStatic<u32, M>` in the current scope
[INFO] [stderr] --> src/default_static_modular_arithmetic.rs:25:28
[INFO] [stderr] |
[INFO] [stderr] 12 | pub struct DefaultStatic<T, M: Get<T = T>>(std::marker::PhantomData<(T, M)>);
[INFO] [stderr] | ------------------------------------------ associated type `T` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 25 | rhs: Self::T,
[INFO] [stderr] | ^ associated item not found in `default_static_modular_arithmetic::DefaultStatic<u32, M>`
[INFO] [stderr] ...
[INFO] [stderr] 72 | impl_default_static!(u32, u64);
[INFO] [stderr] | ------------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr] = note: this error originates in the macro `impl_default_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `T` not found for `default_static_modular_arithmetic::DefaultStatic<u32, M>` in the current scope
[INFO] [stderr] --> src/default_static_modular_arithmetic.rs:26:24
[INFO] [stderr] |
[INFO] [stderr] 12 | pub struct DefaultStatic<T, M: Get<T = T>>(std::marker::PhantomData<(T, M)>);
[INFO] [stderr] | ------------------------------------------ associated type `T` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 26 | ) -> Self::T {
[INFO] [stderr] | ^ associated item not found in `default_static_modular_arithmetic::DefaultStatic<u32, M>`
[INFO] [stderr] ...
[INFO] [stderr] 72 | impl_default_static!(u32, u64);
[INFO] [stderr] | ------------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr] = note: this error originates in the macro `impl_default_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `T` not found for `default_static_modular_arithmetic::DefaultStatic<u32, M>` in the current scope
[INFO] [stderr] --> src/default_static_modular_arithmetic.rs:40:29
[INFO] [stderr] |
[INFO] [stderr] 12 | pub struct DefaultStatic<T, M: Get<T = T>>(std::marker::PhantomData<(T, M)>);
[INFO] [stderr] | ------------------------------------------ associated type `T` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 40 | fn neg(x: Self::T) -> Self::T {
[INFO] [stderr] | ^ associated item not found in `default_static_modular_arithmetic::DefaultStatic<u32, M>`
[INFO] [stderr] ...
[INFO] [stderr] 72 | impl_default_static!(u32, u64);
[INFO] [stderr] | ------------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr] = note: this error originates in the macro `impl_default_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `T` not found for `default_static_modular_arithmetic::DefaultStatic<u32, M>` in the current scope
[INFO] [stderr] --> src/default_static_modular_arithmetic.rs:40:41
[INFO] [stderr] |
[INFO] [stderr] 12 | pub struct DefaultStatic<T, M: Get<T = T>>(std::marker::PhantomData<(T, M)>);
[INFO] [stderr] | ------------------------------------------ associated type `T` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 40 | fn neg(x: Self::T) -> Self::T {
[INFO] [stderr] | ^ associated item not found in `default_static_modular_arithmetic::DefaultStatic<u32, M>`
[INFO] [stderr] ...
[INFO] [stderr] 72 | impl_default_static!(u32, u64);
[INFO] [stderr] | ------------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr] = note: this error originates in the macro `impl_default_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `T` not found for `default_static_modular_arithmetic::DefaultStatic<u32, M>` in the current scope
[INFO] [stderr] --> src/default_static_modular_arithmetic.rs:51:28
[INFO] [stderr] |
[INFO] [stderr] 12 | pub struct DefaultStatic<T, M: Get<T = T>>(std::marker::PhantomData<(T, M)>);
[INFO] [stderr] | ------------------------------------------ associated type `T` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 51 | lhs: Self::T,
[INFO] [stderr] | ^ associated item not found in `default_static_modular_arithmetic::DefaultStatic<u32, M>`
[INFO] [stderr] ...
[INFO] [stderr] 72 | impl_default_static!(u32, u64);
[INFO] [stderr] | ------------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr] = note: this error originates in the macro `impl_default_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `T` not found for `default_static_modular_arithmetic::DefaultStatic<u32, M>` in the current scope
[INFO] [stderr] --> src/default_static_modular_arithmetic.rs:52:28
[INFO] [stderr] |
[INFO] [stderr] 12 | pub struct DefaultStatic<T, M: Get<T = T>>(std::marker::PhantomData<(T, M)>);
[INFO] [stderr] | ------------------------------------------ associated type `T` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 52 | rhs: Self::T,
[INFO] [stderr] | ^ associated item not found in `default_static_modular_arithmetic::DefaultStatic<u32, M>`
[INFO] [stderr] ...
[INFO] [stderr] 72 | impl_default_static!(u32, u64);
[INFO] [stderr] | ------------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr] = note: this error originates in the macro `impl_default_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `T` not found for `default_static_modular_arithmetic::DefaultStatic<u32, M>` in the current scope
[INFO] [stderr] --> src/default_static_modular_arithmetic.rs:53:24
[INFO] [stderr] |
[INFO] [stderr] 12 | pub struct DefaultStatic<T, M: Get<T = T>>(std::marker::PhantomData<(T, M)>);
[INFO] [stderr] | ------------------------------------------ associated type `T` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 53 | ) -> Self::T {
[INFO] [stderr] | ^ associated item not found in `default_static_modular_arithmetic::DefaultStatic<u32, M>`
[INFO] [stderr] ...
[INFO] [stderr] 72 | impl_default_static!(u32, u64);
[INFO] [stderr] | ------------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr] = note: this error originates in the macro `impl_default_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `T` not found for `default_static_modular_arithmetic::DefaultStatic<u32, M>` in the current scope
[INFO] [stderr] --> src/default_static_modular_arithmetic.rs:63:39
[INFO] [stderr] |
[INFO] [stderr] 12 | pub struct DefaultStatic<T, M: Get<T = T>>(std::marker::PhantomData<(T, M)>);
[INFO] [stderr] | ------------------------------------------ associated type `T` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 63 | fn inv(x: $uint) -> Self::T {
[INFO] [stderr] | ^ associated item not found in `default_static_modular_arithmetic::DefaultStatic<u32, M>`
[INFO] [stderr] ...
[INFO] [stderr] 72 | impl_default_static!(u32, u64);
[INFO] [stderr] | ------------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr] = note: this error originates in the macro `impl_default_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `T` not found for `default_static_modular_arithmetic::DefaultStatic<u64, M>` in the current scope
[INFO] [stderr] --> src/default_static_modular_arithmetic.rs:19:35
[INFO] [stderr] |
[INFO] [stderr] 12 | pub struct DefaultStatic<T, M: Get<T = T>>(std::marker::PhantomData<(T, M)>);
[INFO] [stderr] | ------------------------------------------ associated type `T` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 19 | fn modulus() -> Self::T {
[INFO] [stderr] | ^ associated item not found in `default_static_modular_arithmetic::DefaultStatic<u64, M>`
[INFO] [stderr] ...
[INFO] [stderr] 74 | impl_default_static!(u64, u128);
[INFO] [stderr] | ------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr] = note: this error originates in the macro `impl_default_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `T` not found for `default_static_modular_arithmetic::DefaultStatic<u64, M>` in the current scope
[INFO] [stderr] --> src/default_static_modular_arithmetic.rs:24:28
[INFO] [stderr] |
[INFO] [stderr] 12 | pub struct DefaultStatic<T, M: Get<T = T>>(std::marker::PhantomData<(T, M)>);
[INFO] [stderr] | ------------------------------------------ associated type `T` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 24 | lhs: Self::T,
[INFO] [stderr] | ^ associated item not found in `default_static_modular_arithmetic::DefaultStatic<u64, M>`
[INFO] [stderr] ...
[INFO] [stderr] 74 | impl_default_static!(u64, u128);
[INFO] [stderr] | ------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr] = note: this error originates in the macro `impl_default_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `T` not found for `default_static_modular_arithmetic::DefaultStatic<u64, M>` in the current scope
[INFO] [stderr] --> src/default_static_modular_arithmetic.rs:25:28
[INFO] [stderr] |
[INFO] [stderr] 12 | pub struct DefaultStatic<T, M: Get<T = T>>(std::marker::PhantomData<(T, M)>);
[INFO] [stderr] | ------------------------------------------ associated type `T` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 25 | rhs: Self::T,
[INFO] [stderr] | ^ associated item not found in `default_static_modular_arithmetic::DefaultStatic<u64, M>`
[INFO] [stderr] ...
[INFO] [stderr] 74 | impl_default_static!(u64, u128);
[INFO] [stderr] | ------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr] = note: this error originates in the macro `impl_default_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `T` not found for `default_static_modular_arithmetic::DefaultStatic<u64, M>` in the current scope
[INFO] [stderr] --> src/default_static_modular_arithmetic.rs:26:24
[INFO] [stderr] |
[INFO] [stderr] 12 | pub struct DefaultStatic<T, M: Get<T = T>>(std::marker::PhantomData<(T, M)>);
[INFO] [stderr] | ------------------------------------------ associated type `T` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 26 | ) -> Self::T {
[INFO] [stderr] | ^ associated item not found in `default_static_modular_arithmetic::DefaultStatic<u64, M>`
[INFO] [stderr] ...
[INFO] [stderr] 74 | impl_default_static!(u64, u128);
[INFO] [stderr] | ------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr] = note: this error originates in the macro `impl_default_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `T` not found for `default_static_modular_arithmetic::DefaultStatic<u64, M>` in the current scope
[INFO] [stderr] --> src/default_static_modular_arithmetic.rs:40:29
[INFO] [stderr] |
[INFO] [stderr] 12 | pub struct DefaultStatic<T, M: Get<T = T>>(std::marker::PhantomData<(T, M)>);
[INFO] [stderr] | ------------------------------------------ associated type `T` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 40 | fn neg(x: Self::T) -> Self::T {
[INFO] [stderr] | ^ associated item not found in `default_static_modular_arithmetic::DefaultStatic<u64, M>`
[INFO] [stderr] ...
[INFO] [stderr] 74 | impl_default_static!(u64, u128);
[INFO] [stderr] | ------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr] = note: this error originates in the macro `impl_default_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `T` not found for `default_static_modular_arithmetic::DefaultStatic<u64, M>` in the current scope
[INFO] [stderr] --> src/default_static_modular_arithmetic.rs:40:41
[INFO] [stderr] |
[INFO] [stderr] 12 | pub struct DefaultStatic<T, M: Get<T = T>>(std::marker::PhantomData<(T, M)>);
[INFO] [stderr] | ------------------------------------------ associated type `T` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 40 | fn neg(x: Self::T) -> Self::T {
[INFO] [stderr] | ^ associated item not found in `default_static_modular_arithmetic::DefaultStatic<u64, M>`
[INFO] [stderr] ...
[INFO] [stderr] 74 | impl_default_static!(u64, u128);
[INFO] [stderr] | ------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr] = note: this error originates in the macro `impl_default_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `T` not found for `default_static_modular_arithmetic::DefaultStatic<u64, M>` in the current scope
[INFO] [stderr] --> src/default_static_modular_arithmetic.rs:51:28
[INFO] [stderr] |
[INFO] [stderr] 12 | pub struct DefaultStatic<T, M: Get<T = T>>(std::marker::PhantomData<(T, M)>);
[INFO] [stderr] | ------------------------------------------ associated type `T` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 51 | lhs: Self::T,
[INFO] [stderr] | ^ associated item not found in `default_static_modular_arithmetic::DefaultStatic<u64, M>`
[INFO] [stderr] ...
[INFO] [stderr] 74 | impl_default_static!(u64, u128);
[INFO] [stderr] | ------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr] = note: this error originates in the macro `impl_default_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `T` not found for `default_static_modular_arithmetic::DefaultStatic<u64, M>` in the current scope
[INFO] [stderr] --> src/default_static_modular_arithmetic.rs:52:28
[INFO] [stderr] |
[INFO] [stderr] 12 | pub struct DefaultStatic<T, M: Get<T = T>>(std::marker::PhantomData<(T, M)>);
[INFO] [stderr] | ------------------------------------------ associated type `T` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 52 | rhs: Self::T,
[INFO] [stderr] | ^ associated item not found in `default_static_modular_arithmetic::DefaultStatic<u64, M>`
[INFO] [stderr] ...
[INFO] [stderr] 74 | impl_default_static!(u64, u128);
[INFO] [stderr] | ------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr] = note: this error originates in the macro `impl_default_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `T` not found for `default_static_modular_arithmetic::DefaultStatic<u64, M>` in the current scope
[INFO] [stderr] --> src/default_static_modular_arithmetic.rs:53:24
[INFO] [stderr] |
[INFO] [stderr] 12 | pub struct DefaultStatic<T, M: Get<T = T>>(std::marker::PhantomData<(T, M)>);
[INFO] [stderr] | ------------------------------------------ associated type `T` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 53 | ) -> Self::T {
[INFO] [stderr] | ^ associated item not found in `default_static_modular_arithmetic::DefaultStatic<u64, M>`
[INFO] [stderr] ...
[INFO] [stderr] 74 | impl_default_static!(u64, u128);
[INFO] [stderr] | ------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr] = note: this error originates in the macro `impl_default_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `T` not found for `default_static_modular_arithmetic::DefaultStatic<u64, M>` in the current scope
[INFO] [stderr] --> src/default_static_modular_arithmetic.rs:63:39
[INFO] [stderr] |
[INFO] [stderr] 12 | pub struct DefaultStatic<T, M: Get<T = T>>(std::marker::PhantomData<(T, M)>);
[INFO] [stderr] | ------------------------------------------ associated type `T` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 63 | fn inv(x: $uint) -> Self::T {
[INFO] [stderr] | ^ associated item not found in `default_static_modular_arithmetic::DefaultStatic<u64, M>`
[INFO] [stderr] ...
[INFO] [stderr] 74 | impl_default_static!(u64, u128);
[INFO] [stderr] | ------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr] = note: this error originates in the macro `impl_default_static` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `T` not found for `define_static_modulus_macro_with_atomic_cell::ModU32<Id>` in the current scope
[INFO] [stderr] --> src/define_static_modulus_macro_with_atomic_cell.rs:33:31
[INFO] [stderr] |
[INFO] [stderr] 13 | pub struct $name<Id>(std::marker::PhantomData<Id>);
[INFO] [stderr] | --------------------------------------------------- associated type `T` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 33 | fn get() -> Self::T {
[INFO] [stderr] | ^ associated item not found in `define_static_modulus_macro_with_atomic_cell::ModU32<Id>`
[INFO] [stderr] ...
[INFO] [stderr] 63 | define_static_mod!(ModU32, u32, AtomicU32);
[INFO] [stderr] | ------------------------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr] = note: this error originates in the macro `define_static_mod` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `T` not found for `define_static_modulus_macro_with_atomic_cell::ModU32<Id>` in the current scope
[INFO] [stderr] --> src/define_static_modulus_macro_with_atomic_cell.rs:41:33
[INFO] [stderr] |
[INFO] [stderr] 13 | pub struct $name<Id>(std::marker::PhantomData<Id>);
[INFO] [stderr] | --------------------------------------------------- associated type `T` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 41 | fn set(value: Self::T) {
[INFO] [stderr] | ^ associated item not found in `define_static_modulus_macro_with_atomic_cell::ModU32<Id>`
[INFO] [stderr] ...
[INFO] [stderr] 63 | define_static_mod!(ModU32, u32, AtomicU32);
[INFO] [stderr] | ------------------------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr] = note: this error originates in the macro `define_static_mod` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `T` not found for `define_static_modulus_macro_with_atomic_cell::ModU64<Id>` in the current scope
[INFO] [stderr] --> src/define_static_modulus_macro_with_atomic_cell.rs:33:31
[INFO] [stderr] |
[INFO] [stderr] 13 | pub struct $name<Id>(std::marker::PhantomData<Id>);
[INFO] [stderr] | --------------------------------------------------- associated type `T` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 33 | fn get() -> Self::T {
[INFO] [stderr] | ^ associated item not found in `define_static_modulus_macro_with_atomic_cell::ModU64<Id>`
[INFO] [stderr] ...
[INFO] [stderr] 65 | define_static_mod!(ModU64, u64, AtomicU64);
[INFO] [stderr] | ------------------------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr] = note: this error originates in the macro `define_static_mod` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `T` not found for `define_static_modulus_macro_with_atomic_cell::ModU64<Id>` in the current scope
[INFO] [stderr] --> src/define_static_modulus_macro_with_atomic_cell.rs:41:33
[INFO] [stderr] |
[INFO] [stderr] 13 | pub struct $name<Id>(std::marker::PhantomData<Id>);
[INFO] [stderr] | --------------------------------------------------- associated type `T` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 41 | fn set(value: Self::T) {
[INFO] [stderr] | ^ associated item not found in `define_static_modulus_macro_with_atomic_cell::ModU64<Id>`
[INFO] [stderr] ...
[INFO] [stderr] 65 | define_static_mod!(ModU64, u64, AtomicU64);
[INFO] [stderr] | ------------------------------------------ in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr] = note: this error originates in the macro `define_static_mod` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `T` not found for `dynamic_modulus::DynMod<T>` in the current scope
[INFO] [stderr] --> src/dynamic_modulus.rs:17:28
[INFO] [stderr] |
[INFO] [stderr] 6 | pub struct DynMod<T>(T);
[INFO] [stderr] | -------------------- associated type `T` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 17 | fn get(&self) -> Self::T {
[INFO] [stderr] | ^ associated item not found in `dynamic_modulus::DynMod<T>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `T` not found for `dynamic_modulus::DynMod<T>` in the current scope
[INFO] [stderr] --> src/dynamic_modulus.rs:27:22
[INFO] [stderr] |
[INFO] [stderr] 6 | pub struct DynMod<T>(T);
[INFO] [stderr] | -------------------- associated type `T` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 27 | value: Self::T,
[INFO] [stderr] | ^ associated item not found in `dynamic_modulus::DynMod<T>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `dynamic_shaped_matrix::Matrix<T>` in the current scope
[INFO] [stderr] --> src/dynamic_shaped_matrix.rs:11:17
[INFO] [stderr] |
[INFO] [stderr] 3 | pub struct Matrix<T>(pub Vec<Vec<T>>);
[INFO] [stderr] | -------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 11 | ) -> &Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `dynamic_shaped_matrix::Matrix<T>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `dynamic_shaped_matrix::Matrix<T>` in the current scope
[INFO] [stderr] --> src/dynamic_shaped_matrix.rs:20:21
[INFO] [stderr] |
[INFO] [stderr] 3 | pub struct Matrix<T>(pub Vec<Vec<T>>);
[INFO] [stderr] | -------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 20 | ) -> &mut Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `dynamic_shaped_matrix::Matrix<T>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `dynamic_shaped_matrix_with_flattened_data::Matrix<T>` in the current scope
[INFO] [stderr] --> src/dynamic_shaped_matrix_with_flattened_data.rs:11:17
[INFO] [stderr] |
[INFO] [stderr] 3 | pub struct Matrix<T>(Vec<T>, (usize, usize));
[INFO] [stderr] | -------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 11 | ) -> &Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `dynamic_shaped_matrix_with_flattened_data::Matrix<T>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `dynamic_shaped_matrix_with_flattened_data::Matrix<T>` in the current scope
[INFO] [stderr] --> src/dynamic_shaped_matrix_with_flattened_data.rs:22:21
[INFO] [stderr] |
[INFO] [stderr] 3 | pub struct Matrix<T>(Vec<T>, (usize, usize));
[INFO] [stderr] | -------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 22 | ) -> &mut Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `dynamic_shaped_matrix_with_flattened_data::Matrix<T>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `dynamic_sqrt_bucket::SqrtBucket<T>` in the current scope
[INFO] [stderr] --> src/dynamic_sqrt_bucket.rs:199:17
[INFO] [stderr] |
[INFO] [stderr] 9 | pub struct SqrtBucket<T> {
[INFO] [stderr] | ------------------------ associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 199 | ) -> &Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `dynamic_sqrt_bucket::SqrtBucket<T>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `dynamic_sqrt_bucket::SqrtBucket<T>` in the current scope
[INFO] [stderr] --> src/dynamic_sqrt_bucket.rs:210:21
[INFO] [stderr] |
[INFO] [stderr] 9 | pub struct SqrtBucket<T> {
[INFO] [stderr] | ------------------------ associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 210 | ) -> &mut Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `dynamic_sqrt_bucket::SqrtBucket<T>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `dynamic_sqrt_bucket_multiset::Multiset<T>` in the current scope
[INFO] [stderr] --> src/dynamic_sqrt_bucket_multiset.rs:64:17
[INFO] [stderr] |
[INFO] [stderr] 3 | pub struct Multiset<T>(SqrtBucket<T>);
[INFO] [stderr] | ---------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 64 | ) -> &Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `dynamic_sqrt_bucket_multiset::Multiset<T>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `dynamic_tensor::DynamicTensor<T>` in the current scope
[INFO] [stderr] --> src/dynamic_tensor.rs:84:17
[INFO] [stderr] |
[INFO] [stderr] 3 | pub struct DynamicTensor<T> {
[INFO] [stderr] | --------------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 84 | ) -> &Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `dynamic_tensor::DynamicTensor<T>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `dynamic_tensor::DynamicTensor<T>` in the current scope
[INFO] [stderr] --> src/dynamic_tensor.rs:93:21
[INFO] [stderr] |
[INFO] [stderr] 3 | pub struct DynamicTensor<T> {
[INFO] [stderr] | --------------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 93 | ) -> &mut Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `dynamic_tensor::DynamicTensor<T>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `matrix_with_static_property::Matrix<T, P>` in the current scope
[INFO] [stderr] --> src/matrix_with_static_property.rs:32:17
[INFO] [stderr] |
[INFO] [stderr] 10 | pub struct Matrix<T, P>(pub Vec<Vec<T>>, PhantomData<P>);
[INFO] [stderr] | ----------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 32 | ) -> &Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `matrix_with_static_property::Matrix<T, P>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `matrix_with_static_property::Matrix<T, P>` in the current scope
[INFO] [stderr] --> src/matrix_with_static_property.rs:41:21
[INFO] [stderr] |
[INFO] [stderr] 10 | pub struct Matrix<T, P>(pub Vec<Vec<T>>, PhantomData<P>);
[INFO] [stderr] | ----------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 41 | ) -> &mut Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `matrix_with_static_property::Matrix<T, P>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `matrix_with_static_semiring_and_property::Matrix<R, P>` in the current scope
[INFO] [stderr] --> src/matrix_with_static_semiring_and_property.rs:56:17
[INFO] [stderr] |
[INFO] [stderr] 28 | pub struct Matrix<R: Semiring, P>(pub Vec<Vec<R::T>>, PhantomData<P>);
[INFO] [stderr] | --------------------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 56 | ) -> &Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `matrix_with_static_semiring_and_property::Matrix<R, P>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `matrix_with_static_semiring_and_property::Matrix<R, P>` in the current scope
[INFO] [stderr] --> src/matrix_with_static_semiring_and_property.rs:65:21
[INFO] [stderr] |
[INFO] [stderr] 28 | pub struct Matrix<R: Semiring, P>(pub Vec<Vec<R::T>>, PhantomData<P>);
[INFO] [stderr] | --------------------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 65 | ) -> &mut Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `matrix_with_static_semiring_and_property::Matrix<R, P>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `matrix_with_static_semiring_and_property::Matrix<R, P>` in the current scope
[INFO] [stderr] --> src/matrix_with_static_semiring_and_property.rs:110:16
[INFO] [stderr] |
[INFO] [stderr] 28 | pub struct Matrix<R: Semiring, P>(pub Vec<Vec<R::T>>, PhantomData<P>);
[INFO] [stderr] | --------------------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 110 | ) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `matrix_with_static_semiring_and_property::Matrix<R, P>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `matrix_with_static_semiring_and_property::Matrix<R, P>` in the current scope
[INFO] [stderr] --> src/matrix_with_static_semiring_and_property.rs:169:16
[INFO] [stderr] |
[INFO] [stderr] 28 | pub struct Matrix<R: Semiring, P>(pub Vec<Vec<R::T>>, PhantomData<P>);
[INFO] [stderr] | --------------------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 169 | ) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `matrix_with_static_semiring_and_property::Matrix<R, P>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `matrix_with_static_property::Matrix<T, P>` in the current scope
[INFO] [stderr] --> src/matrix_with_static_square_property_impl_semiring_with_std.rs:19:16
[INFO] [stderr] |
[INFO] [stderr] 19 | ) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `matrix_with_static_property::Matrix<T, P>`
[INFO] [stderr] |
[INFO] [stderr] ::: src/matrix_with_static_property.rs:10:1
[INFO] [stderr] |
[INFO] [stderr] 10 | pub struct Matrix<T, P>(pub Vec<Vec<T>>, PhantomData<P>);
[INFO] [stderr] | ----------------------- associated type `Output` not found for this struct
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `matrix_with_static_property::Matrix<T, P>` in the current scope
[INFO] [stderr] --> src/matrix_with_static_square_property_impl_semiring_with_std.rs:77:16
[INFO] [stderr] |
[INFO] [stderr] 77 | ) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `matrix_with_static_property::Matrix<T, P>`
[INFO] [stderr] |
[INFO] [stderr] ::: src/matrix_with_static_property.rs:10:1
[INFO] [stderr] |
[INFO] [stderr] 10 | pub struct Matrix<T, P>(pub Vec<Vec<T>>, PhantomData<P>);
[INFO] [stderr] | ----------------------- associated type `Output` not found for this struct
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `modular_int_with_arithmetic::Modint<T, M>` in the current scope
[INFO] [stderr] --> src/modular_int_with_arithmetic.rs:75:16
[INFO] [stderr] |
[INFO] [stderr] 9 | pub struct Modint<T, M>
[INFO] [stderr] | ----------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 75 | ) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `modular_int_with_arithmetic::Modint<T, M>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `modular_int_with_arithmetic::Modint<T, M>` in the current scope
[INFO] [stderr] --> src/modular_int_with_arithmetic.rs:105:16
[INFO] [stderr] |
[INFO] [stderr] 9 | pub struct Modint<T, M>
[INFO] [stderr] | ----------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 105 | ) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `modular_int_with_arithmetic::Modint<T, M>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `modular_int_with_arithmetic::Modint<T, M>` in the current scope
[INFO] [stderr] --> src/modular_int_with_arithmetic.rs:132:31
[INFO] [stderr] |
[INFO] [stderr] 9 | pub struct Modint<T, M>
[INFO] [stderr] | ----------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 132 | fn neg(mut self) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `modular_int_with_arithmetic::Modint<T, M>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `modular_int_with_arithmetic::Modint<T, M>` in the current scope
[INFO] [stderr] --> src/modular_int_with_arithmetic.rs:149:16
[INFO] [stderr] |
[INFO] [stderr] 9 | pub struct Modint<T, M>
[INFO] [stderr] | ----------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 149 | ) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `modular_int_with_arithmetic::Modint<T, M>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `modular_int_with_arithmetic::Modint<T, M>` in the current scope
[INFO] [stderr] --> src/modular_int_with_arithmetic.rs:179:16
[INFO] [stderr] |
[INFO] [stderr] 9 | pub struct Modint<T, M>
[INFO] [stderr] | ----------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 179 | ) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `modular_int_with_arithmetic::Modint<T, M>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `modular_int_with_arithmetic::Modint<u64, M>` in the current scope
[INFO] [stderr] --> src/modular_int_with_arithmetic.rs:393:31
[INFO] [stderr] |
[INFO] [stderr] 9 | pub struct Modint<T, M>
[INFO] [stderr] | ----------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 393 | fn mul_inv(self) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `modular_int_with_arithmetic::Modint<u64, M>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `modular_int_with_arithmetic::Modint<u32, M>` in the current scope
[INFO] [stderr] --> src/modular_int_with_arithmetic.rs:404:31
[INFO] [stderr] |
[INFO] [stderr] 9 | pub struct Modint<T, M>
[INFO] [stderr] | ----------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 404 | fn mul_inv(self) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `modular_int_with_arithmetic::Modint<u32, M>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `modular_int_with_const_modulus_i64::Modint<M>` in the current scope
[INFO] [stderr] --> src/modular_int_with_const_modulus_i64.rs:55:16
[INFO] [stderr] |
[INFO] [stderr] 14 | pub struct Modint<M>(pub i64, PhantomData<M>);
[INFO] [stderr] | -------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 55 | ) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `modular_int_with_const_modulus_i64::Modint<M>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `modular_int_with_const_modulus_i64::Modint<M>` in the current scope
[INFO] [stderr] --> src/modular_int_with_const_modulus_i64.rs:69:31
[INFO] [stderr] |
[INFO] [stderr] 14 | pub struct Modint<M>(pub i64, PhantomData<M>);
[INFO] [stderr] | -------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 69 | fn neg(mut self) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `modular_int_with_const_modulus_i64::Modint<M>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `modular_int_with_const_modulus_i64::Modint<M>` in the current scope
[INFO] [stderr] --> src/modular_int_with_const_modulus_i64.rs:84:16
[INFO] [stderr] |
[INFO] [stderr] 14 | pub struct Modint<M>(pub i64, PhantomData<M>);
[INFO] [stderr] | -------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 84 | ) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `modular_int_with_const_modulus_i64::Modint<M>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `modular_int_with_const_modulus_i64::Modint<M>` in the current scope
[INFO] [stderr] --> src/modular_int_with_const_modulus_i64.rs:98:35
[INFO] [stderr] |
[INFO] [stderr] 14 | pub struct Modint<M>(pub i64, PhantomData<M>);
[INFO] [stderr] | -------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 98 | fn mul_inv(mut self) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `modular_int_with_const_modulus_i64::Modint<M>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `modular_int_with_const_modulus_i64::Modint<M>` in the current scope
[INFO] [stderr] --> src/modular_int_with_const_modulus_i64.rs:111:16
[INFO] [stderr] |
[INFO] [stderr] 14 | pub struct Modint<M>(pub i64, PhantomData<M>);
[INFO] [stderr] | -------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 111 | ) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `modular_int_with_const_modulus_i64::Modint<M>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `modular_int_with_const_modulus_i64::Modint<M>` in the current scope
[INFO] [stderr] --> src/modular_int_with_const_modulus_i64.rs:122:16
[INFO] [stderr] |
[INFO] [stderr] 14 | pub struct Modint<M>(pub i64, PhantomData<M>);
[INFO] [stderr] | -------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 122 | ) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `modular_int_with_const_modulus_i64::Modint<M>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `modular_int_with_const_modulus_i64::Modint<M>` in the current scope
[INFO] [stderr] --> src/modular_int_with_const_modulus_i64.rs:133:16
[INFO] [stderr] |
[INFO] [stderr] 14 | pub struct Modint<M>(pub i64, PhantomData<M>);
[INFO] [stderr] | -------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 133 | ) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `modular_int_with_const_modulus_i64::Modint<M>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `modular_int_with_const_modulus_i64::Modint<M>` in the current scope
[INFO] [stderr] --> src/modular_int_with_const_modulus_i64.rs:144:16
[INFO] [stderr] |
[INFO] [stderr] 14 | pub struct Modint<M>(pub i64, PhantomData<M>);
[INFO] [stderr] | -------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 144 | ) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `modular_int_with_const_modulus_i64::Modint<M>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `modular_int_with_const_modulus_i64::Modint<M>` in the current scope
[INFO] [stderr] --> src/modular_int_with_const_modulus_i64.rs:155:16
[INFO] [stderr] |
[INFO] [stderr] 14 | pub struct Modint<M>(pub i64, PhantomData<M>);
[INFO] [stderr] | -------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 155 | ) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `modular_int_with_const_modulus_i64::Modint<M>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `modular_int_with_const_modulus_i64::Modint<M>` in the current scope
[INFO] [stderr] --> src/modular_int_with_const_modulus_i64.rs:166:16
[INFO] [stderr] |
[INFO] [stderr] 14 | pub struct Modint<M>(pub i64, PhantomData<M>);
[INFO] [stderr] | -------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 166 | ) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `modular_int_with_const_modulus_i64::Modint<M>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `modular_int_with_static_modulus::Modint<M>` in the current scope
[INFO] [stderr] --> src/modular_int_with_static_modulus.rs:91:16
[INFO] [stderr] |
[INFO] [stderr] 49 | pub struct Modint<M: Get>(pub M::T);
[INFO] [stderr] | ------------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 91 | ) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `modular_int_with_static_modulus::Modint<M>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `modular_int_with_static_modulus::Modint<M>` in the current scope
[INFO] [stderr] --> src/modular_int_with_static_modulus.rs:108:31
[INFO] [stderr] |
[INFO] [stderr] 49 | pub struct Modint<M: Get>(pub M::T);
[INFO] [stderr] | ------------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 108 | fn neg(mut self) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `modular_int_with_static_modulus::Modint<M>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `modular_int_with_static_modulus::Modint<M>` in the current scope
[INFO] [stderr] --> src/modular_int_with_static_modulus.rs:126:16
[INFO] [stderr] |
[INFO] [stderr] 49 | pub struct Modint<M: Get>(pub M::T);
[INFO] [stderr] | ------------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 126 | ) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `modular_int_with_static_modulus::Modint<M>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `modular_int_with_static_modulus::Modint<M>` in the current scope
[INFO] [stderr] --> src/modular_int_with_static_modulus.rs:148:35
[INFO] [stderr] |
[INFO] [stderr] 49 | pub struct Modint<M: Get>(pub M::T);
[INFO] [stderr] | ------------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 148 | fn mul_inv(mut self) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `modular_int_with_static_modulus::Modint<M>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `modular_int_with_static_modulus::Modint<M>` in the current scope
[INFO] [stderr] --> src/modular_int_with_static_modulus.rs:164:16
[INFO] [stderr] |
[INFO] [stderr] 49 | pub struct Modint<M: Get>(pub M::T);
[INFO] [stderr] | ------------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 164 | ) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `modular_int_with_static_modulus::Modint<M>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `modular_int_with_static_modulus::Modint<M>` in the current scope
[INFO] [stderr] --> src/modular_int_with_static_modulus.rs:178:16
[INFO] [stderr] |
[INFO] [stderr] 49 | pub struct Modint<M: Get>(pub M::T);
[INFO] [stderr] | ------------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 178 | ) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `modular_int_with_static_modulus::Modint<M>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `modular_int_with_static_modulus_i64::Modint<M>` in the current scope
[INFO] [stderr] --> src/modular_int_with_static_modulus_i64.rs:59:16
[INFO] [stderr] |
[INFO] [stderr] 14 | pub struct Modint<M>(pub i64, PhantomData<M>);
[INFO] [stderr] | -------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 59 | ) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `modular_int_with_static_modulus_i64::Modint<M>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `modular_int_with_static_modulus_i64::Modint<M>` in the current scope
[INFO] [stderr] --> src/modular_int_with_static_modulus_i64.rs:73:31
[INFO] [stderr] |
[INFO] [stderr] 14 | pub struct Modint<M>(pub i64, PhantomData<M>);
[INFO] [stderr] | -------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 73 | fn neg(mut self) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `modular_int_with_static_modulus_i64::Modint<M>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `modular_int_with_static_modulus_i64::Modint<M>` in the current scope
[INFO] [stderr] --> src/modular_int_with_static_modulus_i64.rs:88:16
[INFO] [stderr] |
[INFO] [stderr] 14 | pub struct Modint<M>(pub i64, PhantomData<M>);
[INFO] [stderr] | -------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 88 | ) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `modular_int_with_static_modulus_i64::Modint<M>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `modular_int_with_static_modulus_i64::Modint<M>` in the current scope
[INFO] [stderr] --> src/modular_int_with_static_modulus_i64.rs:102:35
[INFO] [stderr] |
[INFO] [stderr] 14 | pub struct Modint<M>(pub i64, PhantomData<M>);
[INFO] [stderr] | -------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 102 | fn mul_inv(mut self) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `modular_int_with_static_modulus_i64::Modint<M>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `modular_int_with_static_modulus_i64::Modint<M>` in the current scope
[INFO] [stderr] --> src/modular_int_with_static_modulus_i64.rs:115:16
[INFO] [stderr] |
[INFO] [stderr] 14 | pub struct Modint<M>(pub i64, PhantomData<M>);
[INFO] [stderr] | -------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 115 | ) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `modular_int_with_static_modulus_i64::Modint<M>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `modular_int_with_static_modulus_i64::Modint<M>` in the current scope
[INFO] [stderr] --> src/modular_int_with_static_modulus_i64.rs:126:16
[INFO] [stderr] |
[INFO] [stderr] 14 | pub struct Modint<M>(pub i64, PhantomData<M>);
[INFO] [stderr] | -------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 126 | ) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `modular_int_with_static_modulus_i64::Modint<M>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `modular_int_with_static_modulus_i64::Modint<M>` in the current scope
[INFO] [stderr] --> src/modular_int_with_static_modulus_i64.rs:137:16
[INFO] [stderr] |
[INFO] [stderr] 14 | pub struct Modint<M>(pub i64, PhantomData<M>);
[INFO] [stderr] | -------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 137 | ) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `modular_int_with_static_modulus_i64::Modint<M>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `modular_int_with_static_modulus_i64::Modint<M>` in the current scope
[INFO] [stderr] --> src/modular_int_with_static_modulus_i64.rs:148:16
[INFO] [stderr] |
[INFO] [stderr] 14 | pub struct Modint<M>(pub i64, PhantomData<M>);
[INFO] [stderr] | -------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 148 | ) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `modular_int_with_static_modulus_i64::Modint<M>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `modular_int_with_static_modulus_i64::Modint<M>` in the current scope
[INFO] [stderr] --> src/modular_int_with_static_modulus_i64.rs:159:16
[INFO] [stderr] |
[INFO] [stderr] 14 | pub struct Modint<M>(pub i64, PhantomData<M>);
[INFO] [stderr] | -------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 159 | ) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `modular_int_with_static_modulus_i64::Modint<M>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `modular_int_with_static_modulus_i64::Modint<M>` in the current scope
[INFO] [stderr] --> src/modular_int_with_static_modulus_i64.rs:170:16
[INFO] [stderr] |
[INFO] [stderr] 14 | pub struct Modint<M>(pub i64, PhantomData<M>);
[INFO] [stderr] | -------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 170 | ) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `modular_int_with_static_modulus_i64::Modint<M>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `T` not found for `std::collections::BinaryHeap<std::cmp::Reverse<T>>` in the current scope
[INFO] [stderr] --> src/pq_binary_heap_std_impl.rs:14:18
[INFO] [stderr] |
[INFO] [stderr] 14 | x: Self::T,
[INFO] [stderr] | ^ associated item not found in `std::collections::BinaryHeap<std::cmp::Reverse<T>>`
[INFO] [stderr] --> /rustc/0fa4ec6cde46fa17ab07acb5531cfe0dc1349ffa/library/alloc/src/collections/binary_heap/mod.rs:274:1
[INFO] [stderr] ::: /rustc/0fa4ec6cde46fa17ab07acb5531cfe0dc1349ffa/library/alloc/src/collections/binary_heap/mod.rs:277:1
[INFO] [stderr] |
[INFO] [stderr] = note: associated type `T` not found for this struct
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `T` not found for `std::collections::BinaryHeap<std::cmp::Reverse<T>>` in the current scope
[INFO] [stderr] --> src/pq_binary_heap_std_impl.rs:25:39
[INFO] [stderr] |
[INFO] [stderr] 25 | fn pop(&mut self) -> Option<Self::T> {
[INFO] [stderr] | ^ associated item not found in `std::collections::BinaryHeap<std::cmp::Reverse<T>>`
[INFO] [stderr] --> /rustc/0fa4ec6cde46fa17ab07acb5531cfe0dc1349ffa/library/alloc/src/collections/binary_heap/mod.rs:274:1
[INFO] [stderr] ::: /rustc/0fa4ec6cde46fa17ab07acb5531cfe0dc1349ffa/library/alloc/src/collections/binary_heap/mod.rs:277:1
[INFO] [stderr] |
[INFO] [stderr] = note: associated type `T` not found for this struct
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `segment_tree_additive_with_std::Segtree<T>` in the current scope
[INFO] [stderr] --> src/segment_tree_additive_with_std.rs:21:17
[INFO] [stderr] |
[INFO] [stderr] 3 | pub struct Segtree<T> {
[INFO] [stderr] | --------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 21 | ) -> &Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `segment_tree_additive_with_std::Segtree<T>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `Output` not found for `segment_tree_dual_range_update_additive_from_i32_with_std::Value<T>` in the current scope
[INFO] [stderr] --> src/segment_tree_dual_range_update_additive_from_i32_with_std.rs:13:16
[INFO] [stderr] |
[INFO] [stderr] 5 | pub struct Value<T>(Option<T>);
[INFO] [stderr] | ------------------- associated type `Output` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 13 | ) -> Self::Output {
[INFO] [stderr] | ^^^^^^ associated item not found in `segment_tree_dual_range_update_additive_from_i32_with_std::Value<T>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `T` not found for `segment_tree_dual_range_update_with_instance::Update<T>` in the current scope
[INFO] [stderr] --> src/segment_tree_dual_range_update_with_instance.rs:16:26
[INFO] [stderr] |
[INFO] [stderr] 5 | pub struct Update<T>(PhantomData<T>);
[INFO] [stderr] | -------------------- associated type `T` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 16 | fn e(&self) -> Self::T {
[INFO] [stderr] | ^ associated item not found in `segment_tree_dual_range_update_with_instance::Update<T>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `T` not found for `segment_tree_dual_range_update_with_instance::Update<T>` in the current scope
[INFO] [stderr] --> src/segment_tree_dual_range_update_with_instance.rs:22:18
[INFO] [stderr] |
[INFO] [stderr] 5 | pub struct Update<T>(PhantomData<T>);
[INFO] [stderr] | -------------------- associated type `T` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 22 | l: Self::T,
[INFO] [stderr] | ^ associated item not found in `segment_tree_dual_range_update_with_instance::Update<T>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `T` not found for `segment_tree_dual_range_update_with_instance::Update<T>` in the current scope
[INFO] [stderr] --> src/segment_tree_dual_range_update_with_instance.rs:23:18
[INFO] [stderr] |
[INFO] [stderr] 5 | pub struct Update<T>(PhantomData<T>);
[INFO] [stderr] | -------------------- associated type `T` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 23 | r: Self::T,
[INFO] [stderr] | ^ associated item not found in `segment_tree_dual_range_update_with_instance::Update<T>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `T` not found for `segment_tree_dual_range_update_with_instance::Update<T>` in the current scope
[INFO] [stderr] --> src/segment_tree_dual_range_update_with_instance.rs:24:16
[INFO] [stderr] |
[INFO] [stderr] 5 | pub struct Update<T>(PhantomData<T>);
[INFO] [stderr] | -------------------- associated type `T` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 24 | ) -> Self::T {
[INFO] [stderr] | ^ associated item not found in `segment_tree_dual_range_update_with_instance::Update<T>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `T` not found for `segment_tree_dual_range_update_with_static::Update<T>` in the current scope
[INFO] [stderr] --> src/segment_tree_dual_range_update_with_static.rs:10:21
[INFO] [stderr] |
[INFO] [stderr] 5 | pub struct Update<T>(PhantomData<T>);
[INFO] [stderr] | -------------------- associated type `T` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 10 | fn e() -> Self::T {
[INFO] [stderr] | ^ associated item not found in `segment_tree_dual_range_update_with_static::Update<T>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `T` not found for `segment_tree_dual_range_update_with_static::Update<T>` in the current scope
[INFO] [stderr] --> src/segment_tree_dual_range_update_with_static.rs:15:18
[INFO] [stderr] |
[INFO] [stderr] 5 | pub struct Update<T>(PhantomData<T>);
[INFO] [stderr] | -------------------- associated type `T` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 15 | l: Self::T,
[INFO] [stderr] | ^ associated item not found in `segment_tree_dual_range_update_with_static::Update<T>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `T` not found for `segment_tree_dual_range_update_with_static::Update<T>` in the current scope
[INFO] [stderr] --> src/segment_tree_dual_range_update_with_static.rs:16:18
[INFO] [stderr] |
[INFO] [stderr] 5 | pub struct Update<T>(PhantomData<T>);
[INFO] [stderr] | -------------------- associated type `T` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 16 | r: Self::T,
[INFO] [stderr] | ^ associated item not found in `segment_tree_dual_range_update_with_static::Update<T>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `T` not found for `segment_tree_dual_range_update_with_static::Update<T>` in the current scope
[INFO] [stderr] --> src/segment_tree_dual_range_update_with_static.rs:17:16
[INFO] [stderr] |
[INFO] [stderr] 5 | pub struct Update<T>(PhantomData<T>);
[INFO] [stderr] | -------------------- associated type `T` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 17 | ) -> Self::T {
[INFO] [stderr] | ^ associated item not found in `segment_tree_dual_range_update_with_static::Update<T>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `S` not found for `segment_tree_lazy_range_add_range_minimum::RangeAddRangeMinimum<T>` in the current scope
[INFO] [stderr] --> src/segment_tree_lazy_range_add_range_minimum.rs:26:18
[INFO] [stderr] |
[INFO] [stderr] 5 | pub struct RangeAddRangeMinimum<T>(T, T);
[INFO] [stderr] | ---------------------------------- associated type `S` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 26 | a: Self::S,
[INFO] [stderr] | ^ associated item not found in `segment_tree_lazy_range_add_range_minimum::RangeAddRangeMinimum<T>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `S` not found for `segment_tree_lazy_range_add_range_minimum::RangeAddRangeMinimum<T>` in the current scope
[INFO] [stderr] --> src/segment_tree_lazy_range_add_range_minimum.rs:27:18
[INFO] [stderr] |
[INFO] [stderr] 5 | pub struct RangeAddRangeMinimum<T>(T, T);
[INFO] [stderr] | ---------------------------------- associated type `S` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 27 | b: Self::S,
[INFO] [stderr] | ^ associated item not found in `segment_tree_lazy_range_add_range_minimum::RangeAddRangeMinimum<T>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `S` not found for `segment_tree_lazy_range_add_range_minimum::RangeAddRangeMinimum<T>` in the current scope
[INFO] [stderr] --> src/segment_tree_lazy_range_add_range_minimum.rs:28:16
[INFO] [stderr] |
[INFO] [stderr] 5 | pub struct RangeAddRangeMinimum<T>(T, T);
[INFO] [stderr] | ---------------------------------- associated type `S` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 28 | ) -> Self::S {
[INFO] [stderr] | ^ associated item not found in `segment_tree_lazy_range_add_range_minimum::RangeAddRangeMinimum<T>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `S` not found for `segment_tree_lazy_range_add_range_minimum::RangeAddRangeMinimum<T>` in the current scope
[INFO] [stderr] --> src/segment_tree_lazy_range_add_range_minimum.rs:32:26
[INFO] [stderr] |
[INFO] [stderr] 5 | pub struct RangeAddRangeMinimum<T>(T, T);
[INFO] [stderr] | ---------------------------------- associated type `S` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 32 | fn e(&self) -> Self::S {
[INFO] [stderr] | ^ associated item not found in `segment_tree_lazy_range_add_range_minimum::RangeAddRangeMinimum<T>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `F` not found for `segment_tree_lazy_range_add_range_minimum::RangeAddRangeMinimum<T>` in the current scope
[INFO] [stderr] --> src/segment_tree_lazy_range_add_range_minimum.rs:38:18
[INFO] [stderr] |
[INFO] [stderr] 5 | pub struct RangeAddRangeMinimum<T>(T, T);
[INFO] [stderr] | ---------------------------------- associated type `F` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 38 | f: Self::F,
[INFO] [stderr] | ^ associated item not found in `segment_tree_lazy_range_add_range_minimum::RangeAddRangeMinimum<T>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `F` not found for `segment_tree_lazy_range_add_range_minimum::RangeAddRangeMinimum<T>` in the current scope
[INFO] [stderr] --> src/segment_tree_lazy_range_add_range_minimum.rs:39:18
[INFO] [stderr] |
[INFO] [stderr] 5 | pub struct RangeAddRangeMinimum<T>(T, T);
[INFO] [stderr] | ---------------------------------- associated type `F` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 39 | g: Self::F,
[INFO] [stderr] | ^ associated item not found in `segment_tree_lazy_range_add_range_minimum::RangeAddRangeMinimum<T>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `F` not found for `segment_tree_lazy_range_add_range_minimum::RangeAddRangeMinimum<T>` in the current scope
[INFO] [stderr] --> src/segment_tree_lazy_range_add_range_minimum.rs:40:16
[INFO] [stderr] |
[INFO] [stderr] 5 | pub struct RangeAddRangeMinimum<T>(T, T);
[INFO] [stderr] | ---------------------------------- associated type `F` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 40 | ) -> Self::F {
[INFO] [stderr] | ^ associated item not found in `segment_tree_lazy_range_add_range_minimum::RangeAddRangeMinimum<T>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `F` not found for `segment_tree_lazy_range_add_range_minimum::RangeAddRangeMinimum<T>` in the current scope
[INFO] [stderr] --> src/segment_tree_lazy_range_add_range_minimum.rs:44:27
[INFO] [stderr] |
[INFO] [stderr] 5 | pub struct RangeAddRangeMinimum<T>(T, T);
[INFO] [stderr] | ---------------------------------- associated type `F` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 44 | fn id(&self) -> Self::F {
[INFO] [stderr] | ^ associated item not found in `segment_tree_lazy_range_add_range_minimum::RangeAddRangeMinimum<T>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `F` not found for `segment_tree_lazy_range_add_range_minimum::RangeAddRangeMinimum<T>` in the current scope
[INFO] [stderr] --> src/segment_tree_lazy_range_add_range_minimum.rs:50:18
[INFO] [stderr] |
[INFO] [stderr] 5 | pub struct RangeAddRangeMinimum<T>(T, T);
[INFO] [stderr] | ---------------------------------- associated type `F` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 50 | f: Self::F,
[INFO] [stderr] | ^ associated item not found in `segment_tree_lazy_range_add_range_minimum::RangeAddRangeMinimum<T>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `S` not found for `segment_tree_lazy_range_add_range_minimum::RangeAddRangeMinimum<T>` in the current scope
[INFO] [stderr] --> src/segment_tree_lazy_range_add_range_minimum.rs:51:18
[INFO] [stderr] |
[INFO] [stderr] 5 | pub struct RangeAddRangeMinimum<T>(T, T);
[INFO] [stderr] | ---------------------------------- associated type `S` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 51 | x: Self::S,
[INFO] [stderr] | ^ associated item not found in `segment_tree_lazy_range_add_range_minimum::RangeAddRangeMinimum<T>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `S` not found for `segment_tree_lazy_range_add_range_minimum::RangeAddRangeMinimum<T>` in the current scope
[INFO] [stderr] --> src/segment_tree_lazy_range_add_range_minimum.rs:52:16
[INFO] [stderr] |
[INFO] [stderr] 5 | pub struct RangeAddRangeMinimum<T>(T, T);
[INFO] [stderr] | ---------------------------------- associated type `S` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 52 | ) -> Self::S {
[INFO] [stderr] | ^ associated item not found in `segment_tree_lazy_range_add_range_minimum::RangeAddRangeMinimum<T>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `F` not found for `segment_tree_lazy_range_affine_range_sum::RangeAffineRangeSum<T>` in the current scope
[INFO] [stderr] --> src/segment_tree_lazy_range_affine_range_sum.rs:28:18
[INFO] [stderr] |
[INFO] [stderr] 8 | pub struct RangeAffineRangeSum<T>(PhantomData<T>);
[INFO] [stderr] | --------------------------------- associated type `F` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 28 | f: Self::F,
[INFO] [stderr] | ^ associated item not found in `segment_tree_lazy_range_affine_range_sum::RangeAffineRangeSum<T>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `F` not found for `segment_tree_lazy_range_affine_range_sum::RangeAffineRangeSum<T>` in the current scope
[INFO] [stderr] --> src/segment_tree_lazy_range_affine_range_sum.rs:29:18
[INFO] [stderr] |
[INFO] [stderr] 8 | pub struct RangeAffineRangeSum<T>(PhantomData<T>);
[INFO] [stderr] | --------------------------------- associated type `F` not found for this struct
[INFO] [stderr] ...
[INFO] [stderr] 29 | g: Self::F,
[INFO] [stderr] | ^ associated item not found in `segment_tree_lazy_range_affine_range_sum::RangeAffineRangeSum<T>`
[INFO] [stderr] |
[INFO] [stderr] = note: the associated type was found for
[INFO] [stderr]
[INFO] [stderr]
[INFO] [stderr] error[E0220]: associated type `F` not found for `segment_tree_lazy_range_affine_range_sum::RangeAffineRangeSum<T>` in the current scope
[INFO] [stderr] --> src/segment_tree_lazy_range_affine_range_sum.rs:30:16
[INFO] [stderr] |
[INFO] [stderr] 8 | pub struct RangeAffineRangeSum<T>(PhantomData<T>);
[WARN] too much data in the log, truncating it