You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
type_check_rust.rs:9:9: 9:35 error: this function takes 2 parameters but 3 parameters were supplied
type_check_rust.rs:9 myStr = replace(myStr, "t", "ty");
^~~~~~~~~~~~~~~~~~~~~~~~~~
error: aborting due to previous error
but if I import the str module after util then prints result as expected: