Closed
Description
Here is two examples in one, a trait and a type:
/Users/fitzgen/src/oxischeme/src/eval.rs:267:6: 267:11 error: attempt to implement a nonexistent trait `Trace`
/Users/fitzgen/src/oxischeme/src/eval.rs:267 impl Trace for Meaning {
^~~~~
/Users/fitzgen/src/oxischeme/src/eval.rs:268:24: 268:35 error: use of undeclared type name `IterGcThing`
/Users/fitzgen/src/oxischeme/src/eval.rs:268 fn trace(&self) -> IterGcThing {
^~~~~~~~~~~
It would be nice UX to say something like "did you forget to import module::Type?" or something.