about summary refs log tree commit diff
path: root/tests/ui/stability-attribute/renamed_feature.rs
blob: 249c2abecff0ef3802f3de033b0c6e2034302dda (plain)
1
2
3
#![feature(try_trait)] //~ ERROR feature `try_trait` has been renamed to `try_trait_v2` [E0635]

fn main() {}