Skip to content

Commit d0f66aa

Browse files
author
AMG
committed
doc: added playstation vita to summary
1 parent c60f32a commit d0f66aa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/doc/rustc/src/SUMMARY.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
- [Tests](tests/index.md)
1515
- [Platform Support](platform-support.md)
1616
- [aarch64-apple-ios-sim](platform-support/aarch64-apple-ios-sim.md)
17+
- [armv7-sony-vita-eabihf](platform-support/armv7-sony-vita-eabihf.md)
1718
- [\*-kmc-solid_\*](platform-support/kmc-solid.md)
1819
- [x86_64-unknown-none](platform-support/x86_64-unknown-none.md)
1920
- [Target Tier Policy](target-tier-policy.md)

src/doc/rustc/src/platform-support/armv7-sony-vita-eabihf.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Currently there is no support to run the rustc test suite for this target.
3737

3838
To test your developed rust programs for PlayStation Vita, first you have to prepare a proper executable for the device using the resulting ELF file you get from compilation step. The needed steps can be automated using tools like `cargo-make`. Use the example below as a template for your project:
3939

40-
```
40+
```toml
4141
[env]
4242
TITLE = "Rust Hello World"
4343
TITLEID = "RUST00001"

0 commit comments

Comments
 (0)