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 cdd5893 commit f096516Copy full SHA for f096516
src/librustc/driver/driver.rs
@@ -193,7 +193,7 @@ pub fn phase_2_configure_and_expand(sess: &Session,
193
194
krate = time(time_passes, "expansion", krate, |krate| {
195
// Windows dlls do not have rpaths, so they don't know how to find their
196
- // dependencies. It's up to use to tell the system where to find all the
+ // dependencies. It's up to us to tell the system where to find all the
197
// dependent dlls. Note that this uses cfg!(windows) as opposed to
198
// targ_cfg because syntax extensions are always loaded for the host
199
// compiler, not for the target.
0 commit comments