rust/src/libsyntax/diagnostics
Jorge Aparicio 0f02309e4b try! -> ?
Automated conversion using the untry tool [1] and the following command:

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

at the root of the Rust repo.

[1]: https://github.com/japaric/untry
2016-03-22 22:01:37 -05:00
..
macros.rs
metadata.rs try! -> ? 2016-03-22 22:01:37 -05:00
plugin.rs
registry.rs