Skip to content

Commit d869de0

Browse files
committed
Add doctests section
1 parent a59e35e commit d869de0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

content/Rust-1.89.0.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,14 @@ pub fn cool_simd_code(/* .. */) -> /* ... */ {
132132

133133
```
134134

135+
### Cross-compiled doctests
136+
137+
Doctests will now be tested when running `cargo test --doc --target other_target`, this may result in some amount of breakage due to would-be-failing doctests now being tested.
138+
135139
### Platform Support
136140

137141
- [Add new Tier-3 targets `loongarch32-unknown-none` and `loongarch32-unknown-none-softfloat`](https://github.com/rust-lang/rust/pull/142053)
142+
- [WASM's C abi is now spec compliant](https://github.com/rust-lang/rust/pull/133952)
138143

139144
Refer to Rust’s [platform support page][platform_support_page] for more information on Rust’s tiered platform support.
140145

0 commit comments

Comments
 (0)