Closed
Description
render/man.rs:62:28: 62:43 error: expected function but found `&'static str`
render/man.rs:62 let s = shortty(&item);
^~~~~~~~~~~~~~~
It should say something like
error: cannot call non-callable `shortty`; expected function but found `T`
...
note: `shortty` declared here
The big thing is the pointer to the thing it thinks you're trying to call!