Skip to content

Commit 18bafad

Browse files
committed
rollup merge of #22197: alexcrichton/do-not-link-plugins
2 parents d2f990f + d4cece2 commit 18bafad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/metadata/creader.rs

+1-1
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)