diff options
| author | bors <bors@rust-lang.org> | 2016-01-29 13:45:03 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2016-01-29 13:45:03 +0000 |
| commit | ebe92e55f7113c5e444c7b68802d296862cc51ef (patch) | |
| tree | 80a0224f4bcb49e344a467ec06b06fbacfc4c799 /src/libstd/sys/unix/stack_overflow.rs | |
| parent | f030d1fba198e00d981de9e1cefe596e263aa880 (diff) | |
| parent | d2d2144656fadfae2909a6e7995a9c519b41d646 (diff) | |
| download | rust-ebe92e55f7113c5e444c7b68802d296862cc51ef.tar.gz rust-ebe92e55f7113c5e444c7b68802d296862cc51ef.zip | |
Auto merge of #31212 - jseyfried:fix_ICE_in_resolve, r=nrc
This fixes an ICE introduced by #31065 that occurs when a path cannot be resolved because of a certain class of unresolved import (`Indeterminate` imports).
For example, this currently causes an ICE:
```rust
mod foo { pub use self::*; }
fn main() { foo::f() }
```
r? @nrc
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions
