encountered while trying to mark dependency green: typeck(402a0d6024cae446-4889019bb23ae30c)
encountered while trying to mark dependency green: typeck_item_bodies(0-0)
For more information about this error, try `rustc --explain E0432`.
warning: `grob` (example "username") generated 8 warnings
error: could not compile `grob` due to previous error; 8 warnings emitted
Are those first two messages the result of an internal compiler error?
Without other information, I believe it is in fact an internal issue with the compiler. Please file an issue, ideally with the code sufficient to reproduce it.
Rename WindowsWriteBuffer7 to WindowsWriteBuffer in traits.rs, lib.rs, and buffer.rs
Build
Rename WindowsWriteBuffer to WindowsWriteBuffer7 in traits.rs, lib.rs, and buffer.rs
Build
I suspect the bug is triggered by a missing dependency check; that the artifacts for an example are not being rebuilt after the library is rebuilt. The internal errors disappear after a cargo clean.