Upgrade to rustc 1.35.0-nightly (4c27fb19b 2019-03-25)

This commit is contained in:
Simon Sapin 2019-03-26 15:12:55 +01:00
parent c9b5b8fad3
commit 389e69bafe
7 changed files with 17 additions and 13 deletions

View file

@ -117,8 +117,8 @@ fn has_invalid_blend_constants(arg1: u32, arg2: u32) -> bool {
}
}
/// Set of bitflags for texture unpacking (texImage2d, etc...)
bitflags! {
/// Set of bitflags for texture unpacking (texImage2d, etc...)
#[derive(JSTraceable, MallocSizeOf)]
struct TextureUnpacking: u8 {
const FLIP_Y_AXIS = 0x01;