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