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
Copy file name to clipboardExpand all lines: compiler/rustc_session/src/options.rs
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -808,6 +808,7 @@ mod desc {
808
808
"either a boolean (`yes`, `no`, `on`, `off`, etc), or a non-negative number";
809
809
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`)";
810
810
pub(crate)const parse_function_return:&str = "`keep` or `thunk-extern`";
811
+
pub(crate)const parse_harden_sls:&str = "`none`, `all`, `return` or `indirect-jmp`";
811
812
pub(crate)const parse_wasm_c_abi:&str = "`spec`";
812
813
pub(crate)const parse_mir_include_spans:&str =
813
814
"either a boolean (`yes`, `no`, `on`, `off`, etc), or `nll` (default: `nll`)";
0 commit comments