# Pastebin MULBU2aM error: expected `,` --> components/style_traits/values.rs:482:39 | 482 | $($css => Ok($name::$variant),)+ | ^^ | ::: components/style_traits/viewport.rs:12:1 | 12 | / define_css_keyword_enum! { 13 | | pub enum UserZoom { 14 | | Zoom = "zoom", 15 | | Fixed = "fixed", 16 | | } 17 | | } | |_- in this macro invocation error: expected `,` --> components/style_traits/values.rs:482:39 | 482 | $($css => Ok($name::$variant),)+ | ^^ | ::: components/style_traits/viewport.rs:19:1 | 19 | / define_css_keyword_enum! { 20 | | pub enum Orientation { 21 | | Auto = "auto", 22 | | Portrait = "portrait", 23 | | Landscape = "landscape", 24 | | } 25 | | } | |_- in this macro invocation error[E0425]: cannot find value `MAX_LENGTH` in module `cssparser_internal` --> components/style_traits/viewport.rs:12:1 | 12 | / define_css_keyword_enum! { 13 | | pub enum UserZoom { 14 | | Zoom = "zoom", 15 | | Fixed = "fixed", 16 | | } 17 | | } | | ^ | | | | |_not found in `cssparser_internal` | in this macro invocation | = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) error[E0425]: cannot find value `MAX_LENGTH` in module `cssparser_internal` --> components/style_traits/viewport.rs:19:1 | 19 | / define_css_keyword_enum! { 20 | | pub enum Orientation { 21 | | Auto = "auto", 22 | | Portrait = "portrait", 23 | | Landscape = "landscape", 24 | | } 25 | | } | | ^ | | | | |_not found in `cssparser_internal` | in this macro invocation | = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) error: aborting due to 4 previous errors For more information about this error, try `rustc --explain E0425`.