Skip to content

Commit 9bf1793

Browse files
marcanjannau
authored andcommitted
rust: Add missing impl_trait_in_assoc_type feature
Signed-off-by: Hector Martin <[email protected]>
1 parent f9bfb57 commit 9bf1793

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/Makefile.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ $(obj)/%.lst: $(obj)/%.c FORCE
215215
# Compile Rust sources (.rs)
216216
# ---------------------------------------------------------------------------
217217

218-
rust_allowed_features := asm_const,asm_goto,arbitrary_self_types,lint_reasons,type_alias_impl_trait
218+
rust_allowed_features := asm_const,asm_goto,arbitrary_self_types,impl_trait_in_assoc_type,lint_reasons,type_alias_impl_trait
219219

220220
# `--out-dir` is required to avoid temporaries being created by `rustc` in the
221221
# current working directory, which may be not accessible in the out-of-tree

0 commit comments

Comments
 (0)