You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just copied the code from the readme, and it looks like the example is outdated. This is the error I get.
src/server.rs:38:15: 38:49 error: type `&mut iron::request::Request` does not implement any method in scope named `get`
src/server.rs:38 match req.get::<BodyParser<PleaseCompile>>() {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Also, the link to the docs is dead...
The text was updated successfully, but these errors were encountered:
I just copied the code from the readme, and it looks like the example is outdated. This is the error I get.
Also, the link to the docs is dead...
The text was updated successfully, but these errors were encountered: