Sign in
rust
/
rust-lang
/
rust
/
refs/heads/lcnr/rustc-dev-guide
/
.
/
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
()
{}