Jordan Baxter

Results 31 comments of Jordan Baxter

Yea reading the DBC at runtime is a strict requirement for this one.

Is there any movement on this? I would love a solution for my use case

> I see, I can keep using `async fn` in the trait (this is important to me) and then use `mock!` with the different return type instead of `automock`. In...

What about a way for individual macro creators to dictate how their macros are formatted? Something like a trait, but specific to `cargo fmt` that has an optional implementation if...

Don't forget Rust ignores underscores in literal definitions. So `3u16 == 3_u16` just in case that helps for readability.

Bumping this, looks like it was added to MP4 but that issue has been closed and it may have orphaned this one?

Looks like just merge conflicts at this point?

Would the change in #7252 preclude a non breaking change in this API? Can we merge this without 7252 then merge in 7252 as an optimization later?

Anything else blocking this merge?