about summary refs log tree commit diff
path: root/tests/ui/stability-attribute/renamed_feature.stderr
blob: 293a2feffb22601e8b18e2d6e14286d8e3ee2179 (plain)
1
2
3
4
5
6
7
8
9
error[E0635]: feature `try_trait` has been renamed to `try_trait_v2`
  --> $DIR/renamed_feature.rs:1:12
   |
LL | #![feature(try_trait)]
   |            ^^^^^^^^^

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0635`.