Closed
Description
error: expected identifier, found reserved keyword `try`
--> src/lib.rs:494:30
|
494 | important: input.try(cssparser::parse_important).is_ok(),
| ^^^ expected identifier, found reserved keyword
help: you can escape reserved keywords to use them as identifiers
|
494 | important: input.r#try(cssparser::parse_important).is_ok(),
| ^^^^^
Metadata
Metadata
Assignees
Labels
No labels