Correctly get source for metatdata-only crate type Closes #40535 However, I'm not sure how to approach writing a regression test since I'm still working on a reduced test case from the code that caused the ICE in the first place. It's not enough to have an unknown `extern crate` in a metadata crate, it depends on a few extra arguments but I'm not sure which yet. Also replaced the `unwrap()` with a more informative `expect()`. r? @jseyfried |
||
|---|---|---|
| .. | ||
| astencode.rs | ||
| Cargo.toml | ||
| creader.rs | ||
| cstore.rs | ||
| cstore_impl.rs | ||
| decoder.rs | ||
| diagnostics.rs | ||
| encoder.rs | ||
| index.rs | ||
| index_builder.rs | ||
| lib.rs | ||
| locator.rs | ||
| schema.rs | ||