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
rustdoc main.rs --crate-name foo succeeds and outputs documentation for a crate called foo, but rustdoc main.bane.rs --crate-name foo errors with "invalid character . in crate name: main.bane".