@@ -47,6 +47,7 @@ as issue or PR (with minimal example) to this repository.
4747| [ axum] | [ request_not_last.rs] | debug_handler |
4848| [ axum] | [ too_many_extractors.rs] | debug_handler |
4949| [ axum] | [ wrong_return_type.rs] | debug_handler |
50+ | [ entrait] | [ missing_impl_deep.rs] | trait not implemented |
5051
5152
5253[ uom ] : https://crates.io/crates/uom
@@ -56,6 +57,7 @@ as issue or PR (with minimal example) to this repository.
5657[ chumsky ] : https://crates.io/crates/chumsky
5758[ bevy ] : https://crates.io/crates/bevy
5859[ axum ] : https://crates.io/crates/axum
60+ [ entrait ] : https://crates.io/crates/entrait
5961
6062[ type_mismatch.rs ] : #uom_type_mismatch
6163[ mismatch.rs ] : #typed_builder_mismatch
@@ -80,6 +82,7 @@ as issue or PR (with minimal example) to this repository.
8082[ request_not_last.rs ] : #axum_not_last
8183[ too_many_extractors.rs ] : #axum_too_many_extractors.rs]
8284[ wrong_return_type.rs ] : #axum_wrong_return_type
85+ [ missing_impl_deep.rs ] : #entrait_missing_impl_deep
8386
8487### uom
8588
@@ -110,6 +113,20 @@ Typed builder generates hidden types/deprecating messages to improve its error m
110113[ mismatch.rs-1 ] : https://github.com/weiznich/rust-foundation-community-grant/blob/883de46cbea5873bcc4af60e47f872efaa77a2b7/test_cases/tests/typed_builder/mismatch.rs
111114[ mismatch.stderr-1 ] : https://github.com/weiznich/rust-foundation-community-grant/blob/883de46cbea5873bcc4af60e47f872efaa77a2b7/test_cases/tests/typed_builder/mismatch.stderr
112115
116+ ### entrait
117+
118+ #### missing_impl_deep.rs <a name =" entrait_missing_impl_deep " ></a >
119+
120+ Versions:
121+
122+ | version | link (code) | link (error message) | change since last version |
123+ | ---------| --------------------------------| ----------------------------------------| ---------------------------|
124+ | 1 | [ missing_impl_deep.rs] [ missing_impl_deep.rs-1 ] | [ missing_impl_deep.stderr] [ missing_impl_deep.stderr-1 ] | |
125+
126+ [ missing_impl_deep.rs-1 ] :https://github.com/weiznich/rust-foundation-community-grant/blob/b90e741dc3a4d1615f087b6011ceb3eb65c64ee7/test_cases/tests/entrait/missing_impl_deep.rs
127+ [ missing_impl_deep.stderr-1 ] : https://github.com/weiznich/rust-foundation-community-grant/blob/b90e741dc3a4d1615f087b6011ceb3eb65c64ee7/test_cases/tests/entrait/missing_impl_deep.stderr
128+
129+
113130### easy_ml
114131
115132#### recursion.rs <a name =" easy_ml_recursion " ></a >
0 commit comments