diff options
Diffstat (limited to 'src/libsyntax/ext')
| -rw-r--r-- | src/libsyntax/ext/pipes/proto.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/ext/pipes/proto.rs b/src/libsyntax/ext/pipes/proto.rs index 100f248a7ad..9e44ce7acda 100644 --- a/src/libsyntax/ext/pipes/proto.rs +++ b/src/libsyntax/ext/pipes/proto.rs @@ -109,7 +109,7 @@ fn protocol(name: ident, +span: span) -> protocol { @protocol_(name, span) } -class protocol_ { +struct protocol_ { let name: ident; let span: span; let states: DVec<state>; |
