diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2011-12-09 16:56:48 -0800 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2011-12-14 14:32:18 -0800 |
| commit | aa1cd61c84199c8a1e44645e4af3f8c15c6dd018 (patch) | |
| tree | 96473fff23d43ceb7527e4bad10ef81e631e429f /src/comp/syntax/print | |
| parent | c28ada0368de78034e0930e01406f5e03a70d610 (diff) | |
| download | rust-aa1cd61c84199c8a1e44645e4af3f8c15c6dd018.tar.gz rust-aa1cd61c84199c8a1e44645e4af3f8c15c6dd018.zip | |
push changes through to get things compiling, if not running.
Diffstat (limited to 'src/comp/syntax/print')
| -rw-r--r-- | src/comp/syntax/print/pprust.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/comp/syntax/print/pprust.rs b/src/comp/syntax/print/pprust.rs index 16b9f89bf63..5899cf95d7e 100644 --- a/src/comp/syntax/print/pprust.rs +++ b/src/comp/syntax/print/pprust.rs @@ -1600,6 +1600,7 @@ fn proto_to_str(p: ast::proto) -> str { ret alt p { ast::proto_bare. { "fn" } ast::proto_block. { "block" } + ast::proto_send. { "lambda[send]" } ast::proto_shared(ast::sugar_normal.) { "fn@" } ast::proto_shared(ast::sugar_sexy.) { "lambda" } }; |
