rust: Fix typo in binary build comment.
Pointed out by @Havvy.
This commit is contained in:
parent
71f1f9b8ff
commit
afad9983e3
@ -70,7 +70,7 @@ rec {
|
|||||||
# Do NOT, I repeat, DO NOT use `wrapProgram` on $out/bin/rustc
|
# Do NOT, I repeat, DO NOT use `wrapProgram` on $out/bin/rustc
|
||||||
# (or similar) here. It causes strange effects where rustc loads
|
# (or similar) here. It causes strange effects where rustc loads
|
||||||
# the wrong libraries in a bootstrap-build causing failures that
|
# the wrong libraries in a bootstrap-build causing failures that
|
||||||
# are very hard to track dow. For details, see
|
# are very hard to track down. For details, see
|
||||||
# https://github.com/rust-lang/rust/issues/34722#issuecomment-232164943
|
# https://github.com/rust-lang/rust/issues/34722#issuecomment-232164943
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user