Skip to content

Commit 3aa1085

Browse files
committed
add a -Zchalk command-line option
1 parent 4640615 commit 3aa1085

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/librustc/session/config.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1289,6 +1289,8 @@ options! {DebuggingOptions, DebuggingSetter, basic_debugging_options,
12891289
"tell the linker to strip debuginfo when building without debuginfo enabled."),
12901290
share_generics: Option<bool> = (None, parse_opt_bool, [TRACKED],
12911291
"make the current crate share its generic instantiations"),
1292+
chalk: bool = (false, parse_bool, [TRACKED],
1293+
"enable the experimental Chalk-based trait solving engine"),
12921294
}
12931295

12941296
pub fn default_lib_output() -> CrateType {

0 commit comments

Comments
 (0)