rust/hg-cpython/src/exceptions.rs
changeset 42752 30320c7bf79f
parent 42609 326fdce22fb2
child 42957 7a01778bc7b7
--- a/rust/hg-cpython/src/exceptions.rs	Tue Jul 09 14:53:34 2019 +0200
+++ b/rust/hg-cpython/src/exceptions.rs	Tue Jul 09 15:15:54 2019 +0200
@@ -67,3 +67,5 @@
         }
     }
 }
+
+py_exception!(shared_ref, AlreadyBorrowed, RuntimeError);