Upgrade to rustc 0.8-pre (0ac3e02 2013-08-30 05:45:45 -0700)

This commit is contained in:
Simon Sapin 2013-08-30 17:15:21 +01:00
parent 7ea10ff8af
commit 0c726b4581
11 changed files with 30 additions and 24 deletions

View file

@ -307,7 +307,7 @@ impl LayoutTask {
ctx: &layout_ctx,
};
let display_list = ~Cell::new(DisplayList::new::<AbstractNode<()>>());
let display_list = ~Cell::new(DisplayList::<AbstractNode<()>>::new());
// TODO: Set options on the builder before building.
// TODO: Be smarter about what needs painting.