We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 385fa6b + 9ce1d19 commit b5c5382Copy full SHA for b5c5382
src/bootstrap/builder.rs
@@ -973,7 +973,7 @@ impl<'a> Builder<'a> {
973
// we're gated on RUSTC_RPATH here.
974
//
975
// Ok, so the astute might be wondering "why isn't `-C rpath` used
976
- // here?" and that is indeed a good question to task. This codegen
+ // here?" and that is indeed a good question to ask. This codegen
977
// option is the compiler's current interface to generating an rpath.
978
// Unfortunately it doesn't quite suffice for us. The flag currently
979
// takes no value as an argument, so the compiler calculates what it
0 commit comments