mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
b8066f94fd
Signed-off-by: xizheyin <xizheyin@smail.nju.edu.cn>
10 lines
273 B
Plaintext
10 lines
273 B
Plaintext
error[E0635]: feature `try_trait` has been renamed to `try_trait_v2`
|
|
--> $DIR/renamed_feature.rs:1:12
|
|
|
|
|
LL | #![feature(try_trait)]
|
|
| ^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|
|
For more information about this error, try `rustc --explain E0635`.
|