diff options
| author | Nick Cameron <ncameron@mozilla.com> | 2015-08-31 17:06:30 +1200 |
|---|---|---|
| committer | Nick Cameron <ncameron@mozilla.com> | 2015-08-31 17:06:30 +1200 |
| commit | ef4853041a091f928a44aac28abf431965ce6fa2 (patch) | |
| tree | 9c56441e6667822a8228a3d255169c6fa0af6a88 /src/libsyntax/codemap.rs | |
| parent | 8f28c9b01ee5ff7e73bb81b3364f26b6ad4060a2 (diff) | |
| download | rust-ef4853041a091f928a44aac28abf431965ce6fa2.tar.gz rust-ef4853041a091f928a44aac28abf431965ce6fa2.zip | |
Closures are not generated code.
Diffstat (limited to 'src/libsyntax/codemap.rs')
| -rw-r--r-- | src/libsyntax/codemap.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libsyntax/codemap.rs b/src/libsyntax/codemap.rs index e07cd7b5847..56a15ce895c 100644 --- a/src/libsyntax/codemap.rs +++ b/src/libsyntax/codemap.rs @@ -275,7 +275,6 @@ pub enum CompilerExpansionFormat { PlacementIn, WhileLet, ForLoop, - Closure, } impl CompilerExpansionFormat { @@ -285,7 +284,6 @@ impl CompilerExpansionFormat { CompilerExpansionFormat::PlacementIn => "placement-in expansion", CompilerExpansionFormat::WhileLet => "while let expansion", CompilerExpansionFormat::ForLoop => "for loop expansion", - CompilerExpansionFormat::Closure => "closure expansion", } } } |
