Update Rust to 1.12.0-nightly (9316ae515 2016-07-24)

This commit is contained in:
Eduard Burtescu 2016-07-12 14:40:30 +03:00 committed by Anthony Ramine
parent d6266c7cee
commit 3d8eab424c
26 changed files with 225 additions and 222 deletions

View file

@ -59,6 +59,7 @@ pub enum LogEntry {
/// Messages from the script to the constellation.
#[derive(Deserialize, Serialize)]
#[serde(bound = "")] // Prevent serde from generating cyclic bounds.
pub enum ScriptMsg {
/// Indicates whether this pipeline is currently running animations.
ChangeRunningAnimationsState(PipelineId, AnimationState),