Skip to content

Commit 01b10db

Browse files
aochagaviaalexcrichton
authored andcommitted
---
yaml --- r: 114045 b: refs/heads/master c: f096516 h: refs/heads/master i: 114043: 7096350 v: v3
1 parent 158b57b commit 01b10db

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,5 +1,5 @@
11
---
2-
refs/heads/master: cdd5893347bdec20f7da479d1ce469ed69e3922f
2+
refs/heads/master: f096516d2b5e0ac1a634742a11520dff4b59014b
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: ec0258a381b88b5574e3f8ce72ae553ac3a574b7
55
refs/heads/try: 7c6c492fb2af9a85f21ff952942df3523b22fd17

trunk/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)