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
fna(x: ~str) -> ~str{
#fmt("First function with %s", x)}fna(x: ~str,y: ~str) -> ~str{
#fmt("Second function with %s and %s", x, y)}fnmain(){
#info("Result: ");}
Compiles with a recent rust master (899400c) (but using a(x: ~str) does not compile)