Skip to content

Commit 089f99c

Browse files
committed
Another backport fix
1 parent 3a75d0e commit 089f99c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/auxiliary/lang-item-public.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#![feature(no_std)]
1212
#![no_std]
1313
#![feature(lang_items)]
14+
#![feature(associated_type_defaults)]
1415

1516
#[lang="sized"]
1617
pub trait Sized { }

0 commit comments

Comments
 (0)