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 2e527f0 commit 7a1b672Copy full SHA for 7a1b672
tests/ui/macros/borrowck-error-in-macro.rs
@@ -1,5 +1,6 @@
1
//@ aux-build: borrowck-error-in-macro.rs
2
//@ error-pattern: a call in this macro requires a mutable binding due to mutable borrow of `d`
3
+//FIXME: remove error-pattern (see #141896)
4
5
extern crate borrowck_error_in_macro as a;
6
0 commit comments