Functionsยง
- belongs_
to_ with_ embed_ pk - Regression test for tokio-rs/toasty#897: a
BelongsTowhose foreign key references a primary key that is anEmbednewtype caused the derive macro to emit code that calledField::key_constraintwith a{Embed}Fieldswrapper instead of the underlyingPath, leading to a compile error.