File tree 3 files changed +3
-3
lines changed
unstable-book/src/language-features
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ the team is supporting directly.
6
6
7
7
To see the list of built-in targets, you can run ` rustc --print target-list ` ,
8
8
or look at [ the API
9
- docs] ( https://doc.rust-lang.org/nightly/nightly-rustc/rustc_back/target/ #modules ) .
9
+ docs] ( https://doc.rust-lang.org/nightly/nightly-rustc/rustc_target/spec/index.html #modules ) .
10
10
Each module there defines a builder for a particular target.
Original file line number Diff line number Diff line change 4
4
architecture. The list of * targets* are the possible architectures that you can build for.
5
5
6
6
To see all the options that you can set with a target, see the docs
7
- [ here] ( https://doc.rust-lang.org/nightly/nightly-rustc/rustc_back/target /struct.Target.html ) .
7
+ [ here] ( https://doc.rust-lang.org/nightly/nightly-rustc/rustc_target/spec /struct.Target.html ) .
8
8
9
9
To compile to a particular target, use the ` --target ` flag:
10
10
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ The tracking issue for this feature is: [#48055]
8
8
9
9
This implements [ RFC1909] . When turned on, you can have unsized arguments and locals:
10
10
11
- [ RFC1909 ] : https://github.com/rust-lang/rfcs/blob/master/text/1909-coercions .md
11
+ [ RFC1909 ] : https://github.com/rust-lang/rfcs/blob/master/text/1909-unsized-rvalues .md
12
12
13
13
``` rust
14
14
#![feature(unsized_locals)]
You can’t perform that action at this time.
0 commit comments