rustc: Switch the --no-core switch to a #[no_core] attribute

This commit is contained in:
Brian Anderson
2012-01-26 16:23:34 -08:00
parent 2220d0f20f
commit 28fbb19664
8 changed files with 23 additions and 12 deletions

View File

@@ -66,7 +66,6 @@ fn build_session() -> session::session {
let sopts: @session::options = @{
crate_type: session::lib_crate,
static: false,
libcore: false,
optimize: 0u,
debuginfo: false,
extra_debuginfo: false,