|
|
|
|
|
by gugagore
651 days ago
|
|
Other comments have addresses many always of your comment. The constantly changing part is also an important feature for recompilation being more efficient than recompiling from scratch each time. You can read about it here: https://rustc-dev-guide.rust-lang.org/queries/query-evaluati... There is recording of a talk on YouTube from Niko Matsakis that goes into the motivation. In conclusion, you don't really want to optimize for the batch use case, even outside of IDE support. |
|