File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
branches/snap-stage3/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
2
refs/heads/master: abdacecdf86b4b5a4f432560445a24e1c5f4751b
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: cdd5893347bdec20f7da479d1ce469ed69e3922f
4
+ refs/heads/snap-stage3: f096516d2b5e0ac1a634742a11520dff4b59014b
5
5
refs/heads/try: 7c6c492fb2af9a85f21ff952942df3523b22fd17
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
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