Skip to content

Commit

Permalink
Merge pull request #101 from SimonSapin/rustup
Browse files Browse the repository at this point in the history
Upgrade to rustc 1.16.0-nightly (c07a6ae77 2017-01-17)
  • Loading branch information
sfackler committed Jan 19, 2017
2 parents 76581a3 + dc756bf commit 8889199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phf_macros/src/lib.rs
Expand Up @@ -264,7 +264,7 @@ fn parse_key(cx: &mut ExtCtxt, e: &Expr) -> Option<Key> {
}
}
}
ExprKind::Vec(ref v) => {
ExprKind::Array(ref v) => {
let bytes: Vec<Option<u8>> = v.iter().map(|expr|
if let ExprKind::Lit(ref p) = expr.node {
match p.node {
Expand Down

0 comments on commit 8889199

Please sign in to comment.