File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
trunk/src/librustc/driver Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: cdd5893347bdec20f7da479d1ce469ed69e3922f
2
+ refs/heads/master: f096516d2b5e0ac1a634742a11520dff4b59014b
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: ec0258a381b88b5574e3f8ce72ae553ac3a574b7
5
5
refs/heads/try: 7c6c492fb2af9a85f21ff952942df3523b22fd17
Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ pub fn phase_2_configure_and_expand(sess: &Session,
193
193
194
194
krate = time ( time_passes, "expansion" , krate, |krate| {
195
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
196
+ // dependencies. It's up to us to tell the system where to find all the
197
197
// dependent dlls. Note that this uses cfg!(windows) as opposed to
198
198
// targ_cfg because syntax extensions are always loaded for the host
199
199
// compiler, not for the target.
You can’t perform that action at this time.
0 commit comments