mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
b8066f94fd
Signed-off-by: xizheyin <xizheyin@smail.nju.edu.cn>
4 lines
110 B
Rust
4 lines
110 B
Rust
#![feature(try_trait)] //~ ERROR feature `try_trait` has been renamed to `try_trait_v2` [E0635]
|
|
|
|
fn main() {}
|