Closed epage closed 5 years ago
Instead of waiting for the compile to finish, we report messages as people iterate on them.
As part of this, CargoRun logs the compiler messages. To improve the output, we added serialization formats inspired by https://github.com/oli-obk/cargo_metadata/pull/53
CargoRun
BREAKING CHANGE: MessagesIter is now very different. BREAKING CHANGE: Error stuff are now nested in modules.
MessagesIter
Instead of waiting for the compile to finish, we report messages as people iterate on them.
As part of this,
CargoRun
logs the compiler messages. To improve the output, we added serialization formats inspired by https://github.com/oli-obk/cargo_metadata/pull/53BREAKING CHANGE:
MessagesIter
is now very different. BREAKING CHANGE: Error stuff are now nested in modules.