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
"either a boolean (`yes`, `no`, `on`, `off`, etc), or a non-negative number";
451
451
pub(crate)const parse_llvm_module_flag:&str = "<key>:<type>:<value>:<behavior>. Type must currently be `u32`. Behavior should be one of (`error`, `warning`, `require`, `override`, `append`, `appendunique`, `max`, `min`)";
452
452
pub(crate)const parse_function_return:&str = "`keep` or `thunk-extern`";
453
-
pub(crate)const parse_wasm_c_abi:&str = "`legacy` or `spec`";
454
453
pub(crate)const parse_mir_include_spans:&str =
455
454
"either a boolean (`yes`, `no`, `on`, `off`, etc), or `nll` (default: `nll`)";
0 commit comments