Skip to content

Commit 10c4e1d

Browse files
committed
rollup merge of #22197: alexcrichton/do-not-link-plugins
2 parents c7bf8e8 + 7bffee3 commit 10c4e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/metadata/creader.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ impl<'a> CrateReader<'a> {
462462
name: s.to_string(),
463463
ident: s.to_string(),
464464
id: ast::DUMMY_NODE_ID,
465-
should_link: true,
465+
should_link: false,
466466
}, sp)
467467
}
468468
};

0 commit comments

Comments
 (0)