Skip to content

Commit 5473c3f

Browse files
committed
Update rustc-ap-* -> 148
1 parent 173ae0d commit 5473c3f

File tree

3 files changed

+36
-38
lines changed

3 files changed

+36
-38
lines changed

Cargo.lock

+34-34
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ env_logger = "0.5"
4747
getopts = "0.2"
4848
derive-new = "0.5"
4949
cargo_metadata = "0.5.1"
50-
rustc-ap-rustc_target = "147.0.0"
51-
rustc-ap-syntax = "147.0.0"
50+
rustc-ap-rustc_target = "148.0.0"
51+
rustc-ap-syntax = "148.0.0"
5252
failure = "0.1.1"
5353

5454
[dev-dependencies]

src/expr.rs

-2
Original file line numberDiff line numberDiff line change
@@ -336,8 +336,6 @@ pub fn format_expr(
336336
))
337337
}
338338
}
339-
// FIXME(#2743)
340-
ast::ExprKind::ObsoleteInPlace(..) => unimplemented!(),
341339
};
342340

343341
expr_rw

0 commit comments

Comments
 (0)