Skip to content

Commit 4f811dd

Browse files
committed
1a: mention stubbed standard library
1 parent 276bbcb commit 4f811dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

text/0000-build-std/4-stage-1a.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,10 @@ Furthermore, when `restricted_std` applies, users must add
690690
(conditionally, only for affected targets), and have no mechanism for opting-in
691691
on behalf of their dependencies (including first-party crates like `libtest`).
692692

693+
It is still valuable for the standard library to be able to compile on as many
694+
targets as possible using the `unsupported` module in its platform abstraction
695+
layer, but this mechanism does not use `restricted_std`.
696+
693697
[*`restricted_std`*][restricted_std]
694698

695699
### Why disallow custom targets?

0 commit comments

Comments
 (0)