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".
The text was updated successfully, but these errors were encountered:
GuillaumeGomez
added
the
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
label
May 31, 2018
steveklabnik
added
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
and removed
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
labels
May 31, 2018
rustdoc main.rs --crate-name foo
succeeds and outputs documentation for a crate calledfoo
, butrustdoc main.bane.rs --crate-name foo
errors with "invalid character.
in crate name:main.bane
".The text was updated successfully, but these errors were encountered: