We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66e049e commit 262cc4aCopy full SHA for 262cc4a
doc/rust.md
@@ -790,7 +790,7 @@ extern mod extra; // equivalent to: extern mod extra = "extra";
790
791
extern mod rustextra = "extra"; // linking to 'extra' under another name
792
793
-extern mod foo = "some/where/foo#1.0"; // a full package ID for rustpkg
+extern mod foo = "some/where/rust-foo#foo:1.0"; // a full package ID for rustpkg
794
~~~~
795
796
##### Use declarations
0 commit comments