Hi.

I see that 1001_test_trait_type.patch does this:

-    fn debug(&self, _location: SpanLoc, message: &str) {
+    fn debug(&self, _location: codemap::SpanLoc, message: &str) {


Could it be that this needs to be done a few more times?
When I do this:

rgrep "_location: SpanLoc"

on the source code (after applying all patches), I still see this:

crates/compiler/src/logger.rs:    fn debug(&self, _location: SpanLoc, _message: 
&str) {}
crates/compiler/src/logger.rs:    fn warn(&self, _location: SpanLoc, _message: 
&str) {}

Are those ok that way or maybe they should also be changed to codemap::SpanLoc?
(Just a wild idea, I know nothing about rust).

Thanks.

Reply via email to