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 bc70d0d commit 9a785e0Copy full SHA for 9a785e0
library/proc_macro/src/bridge/mod.rs
@@ -176,7 +176,7 @@ macro_rules! with_api {
176
}
177
178
// FIXME(eddyb) this calls `encode` for each argument, but in reverse,
179
-// to avoid borrow conflicts from borrows started by `&mut` arguments.
+// to match the ordering in `reverse_decode`.
180
macro_rules! reverse_encode {
181
($writer:ident;) => {};
182
($writer:ident; $first:ident $(, $rest:ident)*) => {
0 commit comments