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 e22aa02 commit 4e45d71Copy full SHA for 4e45d71
src/libsyntax/ext/pipes/pipec.rs
@@ -368,7 +368,7 @@ pub impl protocol: gen_init {
368
ext_cx.block(
369
self.states.map_to_vec(
370
|s| ext_cx.parse_stmt(
371
- fmt!("data.%s.set_buffer_(buffer)",
+ fmt!("data.%s.set_buffer(buffer)",
372
s.name))),
373
ext_cx.parse_expr(
374
fmt!("::ptr::addr_of(&(data.%s))",
@@ -395,7 +395,7 @@ pub impl protocol: gen_init {
395
396
397
398
399
400
401
0 commit comments