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
Unexpected behaviour of the TOML_CFG=require_cfg_present env:
The cargo doc --open fails when TOML_CFG=require_cfg_present is set, even when there is an existing valid cfg.toml file. The cargo build, nonetheless, works as expected (i.e. fails only when the cfg.toml file is missing).
Error:
error: custom attribute panicked
--> src\main.rs:10:1
|
10 | #[toml_cfg::toml_config]
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: message: TOML_CFG=require_cfg_present set, but valid config not found!
error: Compilation failed, aborting rustdoc
error: could not document `tst-rust-esp32`
The text was updated successfully, but these errors were encountered:
Unexpected behaviour of the
TOML_CFG=require_cfg_present
env:The
cargo doc --open
fails whenTOML_CFG=require_cfg_present
is set, even when there is an existing validcfg.toml
file. Thecargo build
, nonetheless, works as expected (i.e. fails only when thecfg.toml
file is missing).Error:
The text was updated successfully, but these errors were encountered: