diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-04-05 17:30:26 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-04-05 20:29:42 -0700 |
| commit | d13c0c77a2f41d5798f947638e19076a445cd260 (patch) | |
| tree | 20a523b802dd74e1af0bbf4b3b877a20e4ea3c0a /src/librustsyntax/rustsyntax.rc | |
| parent | c83d61de936f2910001fe72de01ac58479d90524 (diff) | |
| download | rust-d13c0c77a2f41d5798f947638e19076a445cd260.tar.gz rust-d13c0c77a2f41d5798f947638e19076a445cd260.zip | |
Explicitly use version 0.2 of crates
Diffstat (limited to 'src/librustsyntax/rustsyntax.rc')
| -rw-r--r-- | src/librustsyntax/rustsyntax.rc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/librustsyntax/rustsyntax.rc b/src/librustsyntax/rustsyntax.rc index 51b5ef1c32c..101c08bd087 100644 --- a/src/librustsyntax/rustsyntax.rc +++ b/src/librustsyntax/rustsyntax.rc @@ -4,7 +4,12 @@ #[crate_type = "lib"]; -use std; +#[no_core]; + +use core(vers = "0.2"); +use std(vers = "0.2"); + +import core::*; mod attr; mod diagnostic; |
