Skip to content

Commit a30c798

Browse files
marcanhoshinolina
authored andcommitted
rust: Add missing impl_trait_in_assoc_type feature
Signed-off-by: Hector Martin <marcan@marcan.st>
1 parent d92258e commit a30c798

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
@@ -263,7 +263,7 @@ $(obj)/%.lst: $(src)/%.c FORCE
263263
# Compile Rust sources (.rs)
264264
# ---------------------------------------------------------------------------
265265

266-
rust_allowed_features := allocator_api,new_uninit,offset_of,type_alias_impl_trait
266+
rust_allowed_features := allocator_api,new_uninit,offset_of,type_alias_impl_trait,impl_trait_in_assoc_type
267267

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

0 commit comments

Comments
 (0)