mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-01 05:25:38 +00:00
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() {}
|