Closed henrikhorluck closed 1 year ago
Example: If processing a module named r#match the visitor would look for a file named r#match.rs, instead of the actual match.rs. We now remove the r# prefix to find the correct file.
r#match
r#match.rs
match.rs
r#
Thanks for the patch!
Example: If processing a module named
r#match
the visitor would look for a file namedr#match.rs
, instead of the actualmatch.rs
. We now remove ther#
prefix to find the correct file.