sgrif / diesel.rs-website

MIT License
32 stars 97 forks source link

Identifiable trait requires schema in scope #134

Closed jblachly closed 3 years ago

jblachly commented 3 years ago

Update to guide "All about updates" to clarify that if the schema generated by the table! macro is not inscope, compilation will fail with E0433, as noted in https://github.com/diesel-rs/diesel/issues/1438

weiznich commented 3 years ago

Thanks :+1: