提交 1fd8e57c 编写于 作者: J Josh Triplett

Rust 2018: Disable catch_expr, not targeted for 2018 edition

Fixes #52604
上级 b2397437
......@@ -323,7 +323,7 @@ pub fn use_extern_macros(&self) -> bool {
(active, abi_x86_interrupt, "1.17.0", Some(40180), None),
// Allows the `catch {...}` expression
(active, catch_expr, "1.17.0", Some(31436), Some(Edition::Edition2018)),
(active, catch_expr, "1.17.0", Some(31436), None),
// Used to preserve symbols (see llvm.used)
(active, used, "1.18.0", Some(40289), None),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册