Rollup merge of #126414 - ChrisDenton:target-known, r=Nilstrieb · rust-lang/rust@8bfde60

Original file line numberDiff line numberDiff line change

@@ -119,7 +119,7 @@ The `std` column in the table below has the following meanings:

119119
120120

* ✓ indicates the full standard library is available.

121121

* \* indicates the target only supports [`no_std`] development.

122-

* ? indicates the standard library support is unknown or a work-in-progress.

122+

* ? indicates the standard library support is a work-in-progress.

123123
124124

[`no_std`]: https://rust-embedded.github.io/book/intro/no-std.html

125125