File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ provides three kinds of material:
15
15
16
16
This document does not serve as a tutorial introduction to the
17
17
language. Background familiarity with the language is assumed. A separate
18
- tutorial document is available at < http://www .rust-lang.org/doc/tutorial >
18
+ tutorial document is available at < http://doc .rust-lang.org/doc/tutorial.html >
19
19
to help acquire such background familiarity.
20
20
21
21
This document also does not serve as a reference to the core or standard
@@ -454,8 +454,8 @@ x::y::z;
454
454
~~~~
455
455
456
456
Path components are usually [ identifiers] ( #identifiers ) , but the trailing
457
- component of a path may be an angle-bracket-enclosed list of [ type
458
- arguments] ( type-arguments ) . In [ expression] ( #expressions ) context, the type
457
+ component of a path may be an angle-bracket-enclosed list of type
458
+ arguments. In [ expression] ( #expressions ) context, the type
459
459
argument list is given after a final (` :: ` ) namespace qualifier in order to
460
460
disambiguate it from a relational expression involving the less-than symbol
461
461
(` < ` ). In [ type expression] ( #type-expressions ) context, the final namespace
You can’t perform that action at this time.
0 commit comments