We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9311417 commit 2184474Copy full SHA for 2184474
src/docker/shared.rs
@@ -574,7 +574,7 @@ pub(crate) fn docker_envvars(
574
575
let (major, minor, patch) = match options.rustc_version.as_ref() {
576
Some(version) => (version.major, version.minor, version.patch),
577
- // no toolchain version available, always provide older
+ // no toolchain version available, always provide the oldest
578
// compiler available. this isn't a major issue because
579
// linking will libgcc will not include symbols found in
580
// the builtins.
0 commit comments