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
{{ message }}
This repository has been archived by the owner on May 20, 2020. It is now read-only.
This flag accepts the same values as rustc --cfg, and uses it to configure
compilation. The example above uses feature, but any of the cfg values
are acceptable.
Should we keep this flag or not?
The text was updated successfully, but these errors were encountered:
This issue is part of #125
--cfg
: passing configuration flagsUsing this flag looks like this:
$ rustdoc src/lib.rs --cfg feature="foo"
This flag accepts the same values as
rustc --cfg
, and uses it to configurecompilation. The example above uses
feature
, but any of thecfg
valuesare acceptable.
Should we keep this flag or not?
The text was updated successfully, but these errors were encountered: