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 c0140f5 commit fd0f616Copy full SHA for fd0f616
src/libsyntax/ext/pipes/pipec.rs
@@ -361,7 +361,7 @@ impl protocol: gen_init {
361
}
362
363
364
- cx.ty_path_ast_builder(path(@~"buffer", self.span)
+ cx.ty_path_ast_builder(path(@~"__Buffer", self.span)
365
.add_tys(cx.ty_vars(params)))
366
367
@@ -383,7 +383,7 @@ impl protocol: gen_init {
383
};
384
385
cx.item_ty_poly(
386
- @~"buffer",
+ @~"__Buffer",
387
cx.ty_rec(fields),
388
params)
389
0 commit comments