diff options
| author | bors <bors@rust-lang.org> | 2013-12-15 22:21:30 -0800 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-12-15 22:21:30 -0800 |
| commit | dc7a2e12223c297695d12ce6e428c44075ed080e (patch) | |
| tree | 76d55e85ab909864c33e847e55e9d456c80c2f6a /src/libsyntax | |
| parent | 9eb89a6c6e60b0ed844258b6c00a68973828b0ba (diff) | |
| parent | d9ea475feb309e72bec1a2ac95ae9882a17eb068 (diff) | |
| download | rust-dc7a2e12223c297695d12ce6e428c44075ed080e.tar.gz rust-dc7a2e12223c297695d12ce6e428c44075ed080e.zip | |
auto merge of #10919 : alexcrichton/rust/snapshots, r=brson
Understand 'pkgid' in stage0. As a bonus, the snapshot now contains now metadata (now that those changes have landed), and the snapshot download is half as large as it used to be!
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/lib.rs | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs index 4382e6d67b8..9599f27af04 100644 --- a/src/libsyntax/lib.rs +++ b/src/libsyntax/lib.rs @@ -13,13 +13,7 @@ * macros. */ -#[pkgid="syntax#0.9-pre"]; -// NOTE: remove after the next snapshot -#[link(name = "syntax", - package_id = "syntax", - vers = "0.9-pre", - uuid = "9311401b-d6ea-4cd9-a1d9-61f89499c645")]; - +#[pkgid = "syntax#0.9-pre"]; #[license = "MIT/ASL2"]; #[crate_type = "dylib"]; #[crate_type = "rlib"]; |
