summary refs log tree commit diff
path: root/src/test/run-make/save-analysis-fail
AgeCommit message (Collapse)AuthorLines
2018-02-05save-analysis: avoid implicit unwrapNick Cameron-0/+8
When looking up a field defintion, since the name might be incorrect in the field init shorthand case. cc https://github.com/rust-lang-nursery/rls/issues/699
2017-06-20Remove the in-tree `flate` crateAlex Crichton-2/+0
A long time coming this commit removes the `flate` crate in favor of the `flate2` crate on crates.io. The functionality in `flate2` originally flowered out of `flate` itself and is additionally the namesake for the crate. This will leave a gap in the naming (there's not `flate` crate), which will likely cause a particle collapse of some form somewhere.
2017-04-04save-analysis: index extern blocksNick Cameron-0/+5
2016-11-23Fix a bunch of bugs shown by the testNick Cameron-3/+1
2016-11-23Add a testNick Cameron-0/+541