Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
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
()
{}