File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
unstable-book/src/language-features Expand file tree Collapse file tree 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.
66
77To see the list of built-in targets, you can run ` rustc --print target-list ` ,
88or 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 ) .
1010Each module there defines a builder for a particular target.
Original file line number Diff line number Diff line change 44architecture. The list of * targets* are the possible architectures that you can build for.
55
66To 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 ) .
88
99To compile to a particular target, use the ` --target ` flag:
1010
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ The tracking issue for this feature is: [#48055]
88
99This implements [ RFC1909] . When turned on, you can have unsized arguments and locals:
1010
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
1212
1313``` rust
1414#![feature(unsized_locals)]
You can’t perform that action at this time.
0 commit comments