File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -341,11 +341,11 @@ standard library workspace.
341341
342342The ` mem ` feature of ` compiler_builtins ` (and the subsequent
343343` compiler-builtins-mem ` feature of ` core ` , ` alloc ` , ` std ` which forward to
344- ` compiler_builtins/mem ` ) is required by ` no_std ` crates because ` libc ` does not
345- provide these symbols without ` std ` .
344+ ` compiler_builtins/mem ` ) is required by ` no_std ` crates as a ` std ` dependency
345+ will not be providing these symbols through its dependency on ` libc ` .
346346
347347It is necessary that the ` compiler-builtins-mem ` feature of ` alloc ` and/or
348- ` core ` be enabled when ` std ` is not in the crate graph
348+ ` core ` be enabled when ` libc ` is not in the crate graph
349349([ ?] [ rationale-no-weak-linkage ] ).
350350
351351* See the following sections for rationale/alternatives:*
You can’t perform that action at this time.
0 commit comments