-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-macrosArea: All kinds of macros (custom derive, macro_rules!, proc macros, ..)Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)A-stabilityArea: `#[stable]`, `#[unstable]` etc.Area: `#[stable]`, `#[unstable]` etc.P-highHigh priorityHigh priorityT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.regression-from-stable-to-nightlyPerformance or correctness regression from stable to nightly.Performance or correctness regression from stable to nightly.
Description
Setting high priority as this affects performance collection.
Sample error, likely possible to see more at https://perf.rust-lang.org/status.html
error[E0658]: type ascription is experimental
--> components/style/stylesheets/viewport_rule.rs:290:43
|
290 | declaration!($declaration(value: try!($parse(input)),
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
...
325 | "orientation" => ok!(Orientation(Orientation::parse)),
| ------------------------------------ in this macro invocation
|
= note: for more information, see https://github.com/rust-lang/rust/issues/23416
= help: add `#![feature(type_ascription)]` to the crate attributes to enable
Metadata
Metadata
Assignees
Labels
A-macrosArea: All kinds of macros (custom derive, macro_rules!, proc macros, ..)Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)A-stabilityArea: `#[stable]`, `#[unstable]` etc.Area: `#[stable]`, `#[unstable]` etc.P-highHigh priorityHigh priorityT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.regression-from-stable-to-nightlyPerformance or correctness regression from stable to nightly.Performance or correctness regression from stable to nightly.