Update docs to new syntax.
This commit is contained in:
parent
66e049e3af
commit
262cc4a2bc
1 changed files with 1 additions and 1 deletions
|
@ -790,7 +790,7 @@ extern mod extra; // equivalent to: extern mod extra = "extra";
|
||||||
|
|
||||||
extern mod rustextra = "extra"; // linking to 'extra' under another name
|
extern mod rustextra = "extra"; // linking to 'extra' under another name
|
||||||
|
|
||||||
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
|
||||||
~~~~
|
~~~~
|
||||||
|
|
||||||
##### Use declarations
|
##### Use declarations
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue