Correct "debug_assertion" to "debug_assertions" to match the cfg
option that the rust debug assert macros use.
This commit is contained in:
parent
733ef3163c
commit
f4ed2da966
1 changed files with 1 additions and 1 deletions
|
@ -600,7 +600,7 @@ fn get_rustc_cfg_options(target: Option<&str>) -> CfgOptions {
|
|||
Err(e) => log::error!("failed to get rustc cfgs: {:#}", e),
|
||||
}
|
||||
|
||||
cfg_options.insert_atom("debug_assertion".into());
|
||||
cfg_options.insert_atom("debug_assertions".into());
|
||||
|
||||
cfg_options
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue