You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/ui/borrowck/move-error-snippets.stderr
+5
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,11 @@ LL | let a = $c;
9
9
LL | sss!();
10
10
| ------ in this macro invocation
11
11
|
12
+
note: if `A` implemented `Clone`, you could clone the value
13
+
--> $DIR/move-error-snippets.rs:9:1
14
+
|
15
+
LL | struct A;
16
+
| ^^^^^^^^
12
17
= note: this error originates in the macro `aaa` which comes from the expansion of the macro `sss` (in Nightly builds, run with -Z macro-backtrace for more info)
0 commit comments