mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update nightly rustc.
This commit is contained in:
parent
74f1eb199e
commit
01681e79c4
20 changed files with 33 additions and 28 deletions
|
@ -108,7 +108,7 @@ pub fn parse_counter_style_body<'i, 't>(
|
|||
Some(ContextualParseError::InvalidCounterStyleWithoutSymbols(
|
||||
system,
|
||||
))
|
||||
}
|
||||
},
|
||||
ref system @ System::Alphabetic | ref system @ System::Numeric
|
||||
if rule.symbols().unwrap().0.len() < 2 =>
|
||||
{
|
||||
|
@ -116,7 +116,7 @@ pub fn parse_counter_style_body<'i, 't>(
|
|||
Some(ContextualParseError::InvalidCounterStyleNotEnoughSymbols(
|
||||
system,
|
||||
))
|
||||
}
|
||||
},
|
||||
System::Additive if rule.additive_symbols.is_none() => {
|
||||
Some(ContextualParseError::InvalidCounterStyleWithoutAdditiveSymbols)
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue