Clarify when dependencies are linked #64731
Labels
A-docs
Area: documentation for any part of the project, including the compiler, standard library, and tools
A-linkage
Area: linking into static, shared libraries and binaries
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
The reference documents that exern crate has some documentation on linkage of dependencies, but appears to relate to Edition 2015 (or at least not mention linking without
extern crate
).We are considering use of
extern "Rust"
and#[no_mangle]
for custom backends in getrandom (standalone demo), however before proceeding would like to know:extern crate
The text was updated successfully, but these errors were encountered: