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
@@ -876,6 +876,7 @@ mod desc {
876
876
"either a boolean (`yes`, `no`, `on`, `off`, etc), or a non-negative number";
877
877
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`)";
878
878
pub(crate)const parse_function_return:&str = "`keep` or `thunk-extern`";
879
+
pub(crate)const parse_harden_sls:&str = "`none`, `all`, `return` or `indirect-jmp`";
879
880
pub(crate)const parse_wasm_c_abi:&str = "`spec`";
880
881
pub(crate)const parse_mir_include_spans:&str =
881
882
"either a boolean (`yes`, `no`, `on`, `off`, etc), or `nll` (default: `nll`)";
0 commit comments