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
rustc currently overwrites source files without warning or failure if they do not have a file extension. For example rustc myfile succeeds without output, but is allowed to replace myfile with the binary output, deleting its contents.