rust/src/tools
bors b76f818cad Auto merge of #32390 - japaric:untry, r=pnkfelix
convert 99.9% of `try!`s to `?`s

The first commit is an automated conversion using the [untry] tool and the following command:

```
$ find -name '*.rs' -type f | xargs untry
```

at the root of the Rust repo.

[untry]: https://github.com/japaric/untry

cc @rust-lang/lang @alexcrichton @brson
2016-03-23 08:59:10 -07:00
..
cargotest Introduce 'cargotest' and the check-cargotest buildstep 2016-03-22 21:46:21 +00:00
error_index_generator fix alignment 2016-03-22 22:03:54 -05:00
linkchecker linkchecker: Fix path checks on Windows 2016-03-14 14:56:49 -07:00
rustbook fix alignment 2016-03-22 22:03:54 -05:00