]> git.lizzy.rs Git - rust.git/commitdiff
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)
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


Trivial merge