aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/snippets/rust-private-disambiguation.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/markdown/snippets/rust-private-disambiguation.md b/docs/markdown/snippets/rust-private-disambiguation.md
new file mode 100644
index 0000000..6988a7a
--- /dev/null
+++ b/docs/markdown/snippets/rust-private-disambiguation.md
@@ -0,0 +1,6 @@
+## Rust compiler-private library disambiguation
+
+When building a Rust target with Rust library dependencies, an
+`--extern` argument is now specified to avoid ambiguity between the
+dependency library, and any crates of the same name in `rustc`'s
+private sysroot.