We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7ad623 commit 1e79f60Copy full SHA for 1e79f60
test-module/tests/main.el
@@ -275,7 +275,7 @@
275
;; FIX: Don't rely on error's string representation.
276
(should (equal (cdr (should-error (t/ref-cell-unwrap-and-call r (lambda () (t/ref-cell-inc r)))
277
:type 'rust-error))
278
- '("already borrowed")))))
+ '("RefCell already borrowed")))))
279
280
(ert-deftest transfer::type-check ()
281
(should-error (t/ref-cell-inc (t/vector-make 1 2))
0 commit comments