diff options
Diffstat (limited to 'src/rustc/driver/rustc.rs')
| -rw-r--r-- | src/rustc/driver/rustc.rs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/rustc/driver/rustc.rs b/src/rustc/driver/rustc.rs index bea8f6c28e9..5a9c6774db5 100644 --- a/src/rustc/driver/rustc.rs +++ b/src/rustc/driver/rustc.rs @@ -1,10 +1,10 @@ #[no_core]; #[warn(no_vecs_not_implicitly_copyable)]; -use core(vers = "0.2"); -use std(vers = "0.2"); -use rustc(vers = "0.2"); -use syntax(vers = "0.2"); +use core(vers = "0.3"); +use std(vers = "0.3"); +use rustc(vers = "0.3"); +use syntax(vers = "0.3"); import core::*; |
