summary refs log tree commit diff
path: root/src/libstd/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2016-01-29 13:45:03 +0000
committerbors <bors@rust-lang.org>2016-01-29 13:45:03 +0000
commitebe92e55f7113c5e444c7b68802d296862cc51ef (patch)
tree80a0224f4bcb49e344a467ec06b06fbacfc4c799 /src/libstd/sys/unix/stack_overflow.rs
parentf030d1fba198e00d981de9e1cefe596e263aa880 (diff)
parentd2d2144656fadfae2909a6e7995a9c519b41d646 (diff)
downloadrust-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