Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1503031 - use ::nserror::nsresult everywhere in IDL-generated Rus…
…t files r=froydnj After bug 1496622, the IDL parser converts some references to `nsresult` in IDL files to `::nserror::nsresult` in IDL-generated Rust files. But it doesn't convert others. It should convert them all consistently, and this patch makes it do so by adding conversion of the return type of attribute getters/setters and references generated by the IDL parser's Typedef class. MozReview-Commit-ID: 838K8XGjvTx Differential Revision: https://phabricator.services.mozilla.com/D10121 --HG-- extra : moz-landing-system : lando
- Loading branch information