Skip to content

Commit 81a7f47

Browse files
authored
lang items need feature gates
1 parent 4da662d commit 81a7f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testsuite/doc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ fn doc_target() {
568568
.file(
569569
"src/lib.rs",
570570
r#"
571-
#![feature(no_core)]
571+
#![feature(no_core, lang_items)]
572572
#![no_core]
573573
574574
#[lang = "sized"]

0 commit comments

Comments
 (0)