diff options
| author | Patrick Walton <pcwalton@mimiga.net> | 2012-08-03 19:49:12 -0700 |
|---|---|---|
| committer | Patrick Walton <pcwalton@mimiga.net> | 2012-08-03 19:49:12 -0700 |
| commit | f23674394f2e77b7aa4686a5ae9f2f60d6faa428 (patch) | |
| tree | 4c4d8d805f80254a9aa2f2788d288e053d88fe62 /src/rustc/metadata/tyencode.rs | |
| parent | 51a5a4ad0e2501b260a8059a72e4b0eebe78d6f9 (diff) | |
| download | rust-f23674394f2e77b7aa4686a5ae9f2f60d6faa428.tar.gz rust-f23674394f2e77b7aa4686a5ae9f2f60d6faa428.zip | |
rustc: Merge fn& and fn in favor of fn&.
This is a step on the way to moving the function "proto" sigil out front.
Diffstat (limited to 'src/rustc/metadata/tyencode.rs')
| -rw-r--r-- | src/rustc/metadata/tyencode.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rustc/metadata/tyencode.rs b/src/rustc/metadata/tyencode.rs index 02a6b0f826a..01fc90cc19d 100644 --- a/src/rustc/metadata/tyencode.rs +++ b/src/rustc/metadata/tyencode.rs @@ -311,7 +311,6 @@ fn enc_proto(w: io::writer, proto: proto) { proto_uniq { w.write_str(&"f~"); } proto_box { w.write_str(&"f@"); } proto_block { w.write_str(~"f&"); } - proto_any { w.write_str(&"f*"); } proto_bare { w.write_str(&"fn"); } } } |
