diff options
| author | Graydon Hoare <graydon@mozilla.com> | 2012-07-09 14:37:48 -0700 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2012-07-09 14:37:48 -0700 |
| commit | c26d02557e77ef02bf897563a38867ff0da3fc2a (patch) | |
| tree | 4f37e678d3b138386b7b9549081f266a12259d42 /src/rustc/back | |
| parent | 9afc8be04b7fb2927fa33d41f8618ca7fb9285bb (diff) | |
| download | rust-c26d02557e77ef02bf897563a38867ff0da3fc2a.tar.gz rust-c26d02557e77ef02bf897563a38867ff0da3fc2a.zip | |
Switch 'cont' to 'again' everywhere. Close #2229.
Diffstat (limited to 'src/rustc/back')
| -rw-r--r-- | src/rustc/back/link.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rustc/back/link.rs b/src/rustc/back/link.rs index 2ef5fb17dd8..0d399bd6303 100644 --- a/src/rustc/back/link.rs +++ b/src/rustc/back/link.rs @@ -597,7 +597,7 @@ fn link_binary(sess: session, for cstore::get_used_crate_files(cstore).each |cratepath| { if str::ends_with(cratepath, ".rlib") { vec::push(cc_args, cratepath); - cont; + again; } let cratepath = cratepath; let dir = path::dirname(cratepath); |
