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