We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 449f9af commit 16e1a9cCopy full SHA for 16e1a9c
src/build/compile.rs
@@ -416,7 +416,7 @@ pub fn compiler_args(
416
};
417
418
let uncurried_args = root_config.get_uncurried_args(version);
419
- let gentype_arg = root_config.get_gentype_arg();
+ let gentype_arg = config.get_gentype_arg();
420
421
let warning_args: Vec<String> = match config.warnings.to_owned() {
422
None => vec![],
0 commit comments