Skip to content

Commit

Permalink
Update rustc-ap-* -> 148
Browse files Browse the repository at this point in the history
  • Loading branch information
alexheretic committed May 28, 2018
1 parent 173ae0d commit 5473c3f
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 38 deletions.
68 changes: 34 additions & 34 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ env_logger = "0.5"
getopts = "0.2"
derive-new = "0.5"
cargo_metadata = "0.5.1"
rustc-ap-rustc_target = "147.0.0"
rustc-ap-syntax = "147.0.0"
rustc-ap-rustc_target = "148.0.0"
rustc-ap-syntax = "148.0.0"
failure = "0.1.1"

[dev-dependencies]
Expand Down
2 changes: 0 additions & 2 deletions src/expr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,6 @@ pub fn format_expr(
))
}
}
// FIXME(#2743)
ast::ExprKind::ObsoleteInPlace(..) => unimplemented!(),
};

expr_rw
Expand Down

0 comments on commit 5473c3f

Please sign in to comment.