Sign in
rust
/
rust
/
36ba2c7712052d731a7082d0eba5ed3d9d56c133
/
.
/
tests
/
ui
/
stability-attribute
/
renamed_feature.rs
blob: 249c2abecff0ef3802f3de033b0c6e2034302dda [
file
]
#![
feature
(
try_trait
)]
//~ ERROR feature `try_trait` has been renamed to `try_trait_v2` [E0635]
fn
main
()
{}