Skip to content

Commit 572acbc

Browse files
aochagaviaalexcrichton
authored andcommitted
---
yaml --- r: 113398 b: refs/heads/snap-stage3 c: f096516 h: refs/heads/master v: v3
1 parent 67c89dc commit 572acbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: abdacecdf86b4b5a4f432560445a24e1c5f4751b
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: cdd5893347bdec20f7da479d1ce469ed69e3922f
4+
refs/heads/snap-stage3: f096516d2b5e0ac1a634742a11520dff4b59014b
55
refs/heads/try: 7c6c492fb2af9a85f21ff952942df3523b22fd17
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/librustc/driver/driver.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ pub fn phase_2_configure_and_expand(sess: &Session,
193193

194194
krate = time(time_passes, "expansion", krate, |krate| {
195195
// 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
197197
// dependent dlls. Note that this uses cfg!(windows) as opposed to
198198
// targ_cfg because syntax extensions are always loaded for the host
199199
// compiler, not for the target.

0 commit comments

Comments
 (0)