Update to latest Rust.

This commit is contained in:
Jack Moffitt 2013-10-14 23:11:35 -06:00
parent 8b47221ff8
commit 94202661c0
100 changed files with 439 additions and 379 deletions

View file

@ -82,7 +82,7 @@ impl<T: Send> GenericSmartChan<Msg<T>> for RenderChan<T> {
}
}
struct RenderTask<C,T> {
pub struct RenderTask<C,T> {
id: PipelineId,
port: Port<Msg<T>>,
compositor: C,