Skip to content

Commit 7a1b672

Browse files
committed
add fixme to improve error matching
1 parent 2e527f0 commit 7a1b672

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ui/macros/borrowck-error-in-macro.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//@ aux-build: borrowck-error-in-macro.rs
22
//@ error-pattern: a call in this macro requires a mutable binding due to mutable borrow of `d`
3+
//FIXME: remove error-pattern (see #141896)
34

45
extern crate borrowck_error_in_macro as a;
56

0 commit comments

Comments
 (0)