sgrif / diesel.rs-website

MIT License
32 stars 97 forks source link

Issue running Get Started example with PostGres #136

Closed fabracht closed 3 years ago

fabracht commented 3 years ago

How up to date is the documentation in this page http://diesel.rs/guides/getting-started.html? I can't seem to make it work. Once I try to compile I get these: image The first one "cannot find derive macro 'Queryable' in this scope is quite confusing because it comes from the file that was generated by diesel setup.

weiznich commented 3 years ago

The guides are up to date + there is a CI that checks that the linked examples compile. You likely miss a import in your crate root. That written this is not the place to ask such questions. Please use diesels discussion forum or the gitter channel for such questions.