diff options
| author | bors <bors@rust-lang.org> | 2014-01-03 04:32:07 -0800 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-01-03 04:32:07 -0800 |
| commit | b9c39c6a27a4597571cbc5bfef66dbfb5cce6caa (patch) | |
| tree | a36ddd17930b37372ad4bdb856f800d1310ac9fa /src/rustllvm/RustWrapper.cpp | |
| parent | bfde02924777711986fa783288fd9e65efe1ba5e (diff) | |
| parent | b74613bdc4c25fd2dc1c93db9de2eca8cd6d3399 (diff) | |
| download | rust-b9c39c6a27a4597571cbc5bfef66dbfb5cce6caa.tar.gz rust-b9c39c6a27a4597571cbc5bfef66dbfb5cce6caa.zip | |
auto merge of #11228 : sfackler/rust/syntaxenv, r=pcwalton
I'd really like to be able to do something like
```rust
struct MapChain<'next, K, V> {
info: BlockInfo,
map: HashMap<K, V>,
next: Option<&'next mut MapChain<'next, K, V>
}
```
but I can't get the lifetimes to work out.
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions
