std: getopts::match -> matches

This commit is contained in:
Brian Anderson
2012-07-31 13:18:46 -07:00
parent 0bf1943126
commit f35abae892
3 changed files with 35 additions and 35 deletions

View File

@@ -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