inline-rust icon indicating copy to clipboard operation
inline-rust copied to clipboard

Better error messages

Open harpocrates opened this issue 7 years ago • 0 comments

I expect it will very quickly become frustrating to have a Could not find information... error message. We should accumulate some information about failed context matches in a Writer and display that if we end up not finding anything.

Ex:

Could not find information about `Ptr Colour`.

   * Failed to match the `Ptr` context, it requires the argument to not have an
     intermediate Rust type

harpocrates avatar Mar 18 '18 21:03 harpocrates