Mercurial > public > mercurial-scm > hg-stable
comparison rust/hg-cpython/src/exceptions.rs @ 44539:f96b28aa4b79
rust-status: update rust-cpython bridge to account for the changes in core
Differential Revision: https://phab.mercurial-scm.org/D7930
author | Rapha?l Gom?s <rgomes@octobus.net> |
---|---|
date | Fri, 17 Jan 2020 15:09:02 +0100 |
parents | 9804badd5970 |
children | 35ebe6f824be |
comparison
equal
deleted
inserted
replaced
44538:c8891bca40fb | 44539:f96b28aa4b79 |
---|---|
38 } | 38 } |
39 } | 39 } |
40 } | 40 } |
41 | 41 |
42 py_exception!(rustext, HgPathPyError, RuntimeError); | 42 py_exception!(rustext, HgPathPyError, RuntimeError); |
43 py_exception!(rustext, FallbackError, RuntimeError); | |
44 py_exception!(shared_ref, AlreadyBorrowed, RuntimeError); |