]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #59545 - Zoxc:the-arena-3, r=eddyb,michaelwoerister
authorMazdak Farrokhzad <twingoow@gmail.com>
Thu, 23 May 2019 23:30:18 +0000 (01:30 +0200)
committerGitHub <noreply@github.com>
Thu, 23 May 2019 23:30:18 +0000 (01:30 +0200)
Use arenas to avoid Lrc in queries #2

The `Remove subtle Default impl for Value` makes the compilation stop due earlier due to cycle errors, since there's no longer a default value to continue the compilation with.

Based on https://github.com/rust-lang/rust/pull/59540.


Trivial merge