@@ -72,6 +72,12 @@ ensure that each tier 2 target can be used as build target after each change. Au
72
72
not always run so it's not guaranteed to produce a working build, but tier 2
73
73
targets often work to quite a good degree and patches are always welcome!
74
74
75
+ Tier 2 target-specific code is not closely scrutinized by Rust team(s) when
76
+ modifications are made. Bugs are possible in all code, but the level of quality
77
+ control for these targets is likely to be lower. See [ library team
78
+ policy] ( https://std-dev-guide.rust-lang.org/policy/target-code.html ) for
79
+ details on the review practices for standard library code.
80
+
75
81
Tier 2 targets with host tools additionally support running tools like ` rustc `
76
82
and ` cargo ` natively on the target, and automated builds ensure that the host
77
83
tools build as well. This allows the target to be used as a development
@@ -121,6 +127,12 @@ The `std` column in the table below has the following meanings:
121
127
122
128
[ `no_std` ] : https://rust-embedded.github.io/book/intro/no-std.html
123
129
130
+ Tier 2 target-specific code is not closely scrutinized by Rust team(s) when
131
+ modifications are made. Bugs are possible in all code, but the level of quality
132
+ control for these targets is likely to be lower. See [ library team
133
+ policy] ( https://std-dev-guide.rust-lang.org/policy/target-code.html ) for
134
+ details on the review practices for standard library code.
135
+
124
136
** NOTE:** The ` rust-docs ` component is not usually built for tier 2 targets,
125
137
so Rustup may install the documentation for a similar tier 1 target instead.
126
138
@@ -211,6 +223,12 @@ The `std` column in the table below has the following meanings:
211
223
212
224
[ `no_std` ] : https://rust-embedded.github.io/book/intro/no-std.html
213
225
226
+ Tier 3 target-specific code is not closely scrutinized by Rust team(s) when
227
+ modifications are made. Bugs are possible in all code, but the level of quality
228
+ control for these targets is likely to be lower. See [ library team
229
+ policy] ( https://std-dev-guide.rust-lang.org/policy/target-code.html ) for
230
+ details on the review practices for standard library code.
231
+
214
232
The ` host ` column indicates whether the codebase includes support for building
215
233
host tools.
216
234
0 commit comments