about summary refs log tree commit diff
path: root/src/rustc
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2012-07-31 13:18:46 -0700
committerBrian Anderson <banderson@mozilla.com>2012-07-31 13:19:00 -0700
commitf35abae89281cd54073c7caefd1e7d55123e8b6d (patch)
tree7f8ef44a25d206d492256e21f7e1f4e8a3e13a69 /src/rustc
parent0bf1943126a7174a9a02b5ea24cfc59eab3ec9f7 (diff)
downloadrust-f35abae89281cd54073c7caefd1e7d55123e8b6d.tar.gz
rust-f35abae89281cd54073c7caefd1e7d55123e8b6d.zip
std: getopts::match -> matches
Diffstat (limited to 'src/rustc')
-rw-r--r--src/rustc/driver/driver.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rustc/driver/driver.rs b/src/rustc/driver/driver.rs
index bd634a2b46e..cdfa473c32f 100644
--- a/src/rustc/driver/driver.rs
+++ b/src/rustc/driver/driver.rs
@@ -408,7 +408,7 @@ fn host_triple() -> ~str {
         };
 }
 
-fn build_session_options(match: getopts::match,
+fn build_session_options(match: getopts::matches,
                          demitter: diagnostic::emitter) -> @session::options {
     let crate_type = if opt_present(match, ~"lib") {
         session::lib_crate