1
Fork 0

add a -Zchalk command-line option

This commit is contained in:
Niko Matsakis 2018-03-22 05:19:25 -04:00
parent 4640615ce7
commit 3aa1085cfc

View file

@ -1289,6 +1289,8 @@ options! {DebuggingOptions, DebuggingSetter, basic_debugging_options,
"tell the linker to strip debuginfo when building without debuginfo enabled."),
share_generics: Option<bool> = (None, parse_opt_bool, [TRACKED],
"make the current crate share its generic instantiations"),
chalk: bool = (false, parse_bool, [TRACKED],
"enable the experimental Chalk-based trait solving engine"),
}
pub fn default_lib_output() -> CrateType {