expose -Zpolonius flag

This commit is contained in:
Douglas Campos 2018-05-25 22:17:04 +00:00 committed by Santiago Pastorino
parent 422fe7c8e8
commit 4f88283869
No known key found for this signature in database
GPG Key ID: 88C941CDA1D46432

View File

@ -1296,6 +1296,8 @@ options! {DebuggingOptions, DebuggingSetter, basic_debugging_options,
"dump facts from NLL analysis into side files"),
disable_nll_user_type_assert: bool = (false, parse_bool, [UNTRACKED],
"disable user provided type assertion in NLL"),
polonius: bool = (false, parse_bool, [UNTRACKED],
"enable polonius-based borrow-checker"),
codegen_time_graph: bool = (false, parse_bool, [UNTRACKED],
"generate a graphical HTML report of time spent in codegen and LLVM"),
thinlto: Option<bool> = (None, parse_opt_bool, [TRACKED],