summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/rust-private-disambiguation.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets/rust-private-disambiguation.md')
-rw-r--r--docs/markdown/snippets/rust-private-disambiguation.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/markdown/snippets/rust-private-disambiguation.md b/docs/markdown/snippets/rust-private-disambiguation.md
deleted file mode 100644
index 6988a7a69..000000000
--- a/docs/markdown/snippets/rust-private-disambiguation.md
+++ /dev/null
@@ -1,6 +0,0 @@
-## 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.