diff options
| author | Eric Holk <eric.holk@gmail.com> | 2012-07-24 16:58:48 -0700 |
|---|---|---|
| committer | Eric Holk <eric.holk@gmail.com> | 2012-07-25 12:12:25 -0700 |
| commit | 1dde5e7fc2ed6c1530919a0298bd3691feca3e2f (patch) | |
| tree | 5af656f1318fe06b7e51ad4c37c3592362f37677 /src/libcore | |
| parent | 7ecddb2771922bcd0f117a3a3f681da9bcb8b70c (diff) | |
| download | rust-1dde5e7fc2ed6c1530919a0298bd3691feca3e2f.tar.gz rust-1dde5e7fc2ed6c1530919a0298bd3691feca3e2f.zip | |
Thread spans through the pipe compiler. They aren't perfect, but they make debugging far easier than core.rc:0:0.
Changed the is_bounded check, so we fail compiling core right now due to not supporting type parameters.
Diffstat (limited to 'src/libcore')
| -rw-r--r-- | src/libcore/pipes.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/pipes.rs b/src/libcore/pipes.rs index d46452097bd..27cd8ef7caf 100644 --- a/src/libcore/pipes.rs +++ b/src/libcore/pipes.rs @@ -8,7 +8,7 @@ import arc::methods; // Things used by code generated by the pipe compiler. export entangle, get_buffer, drop_buffer; export send_packet_buffered, recv_packet_buffered; -export packet, mk_packet, entangle_buffer, has_buffer; +export packet, mk_packet, entangle_buffer, has_buffer, buffer_header; // export these so we can find them in the buffer_resource // destructor. This is probably another metadata bug. |
