Skip to content

Commit 6741857

Browse files
marcanjannau
authored andcommitted
rust: Add missing impl_trait_in_assoc_type feature
Signed-off-by: Hector Martin <marcan@marcan.st>
1 parent 7b73364 commit 6741857

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
@@ -248,7 +248,7 @@ $(obj)/%.lst: $(obj)/%.c FORCE
248248
# Compile Rust sources (.rs)
249249
# ---------------------------------------------------------------------------
250250

251-
rust_allowed_features := allocator_api,arbitrary_self_types,lint_reasons,type_alias_impl_trait
251+
rust_allowed_features := allocator_api,arbitrary_self_types,impl_trait_in_assoc_type,lint_reasons,type_alias_impl_trait
252252

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

0 commit comments

Comments
 (0)