]> git.lizzy.rs Git - rust.git/commit
auto merge of #13565 : alexcrichton/rust/issue-13560, r=brson
authorbors <bors@rust-lang.org>
Thu, 17 Apr 2014 22:51:27 +0000 (15:51 -0700)
committerbors <bors@rust-lang.org>
Thu, 17 Apr 2014 22:51:27 +0000 (15:51 -0700)
commit4c50cf38a079ec6ad26a931f30e86b38ee2ccafe
tree56f5529c0c40eb6223b1150f4438be0ba7809ffb
parent99c258cd742f11de76ca3e57364b4d6438c20cf1
parent4ba94e2c24faf7b327567f67a7cf1e49cf0ffcce
auto merge of #13565 : alexcrichton/rust/issue-13560, r=brson

Syntax-only crates are no longer registered with the cstore, so there's no need
to allocate crate numbers to them. This ends up leaving gaps in the crate
numbering scheme which is not expected in the rest of the compiler.

Closes #13560