about summary refs log tree commit diff
path: root/tests/ui/unstable-feature-bound/unstable-feature-cross-crate-require-bound.fail.stderr
blob: 87a2ad41fc13aee0cb29a1ce160f80069fd68e13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
error[E0658]: use of unstable library feature `feat_bar`
  --> $DIR/unstable-feature-cross-crate-require-bound.rs:12:5
   |
LL |     Bar::foo();
   |     ^^^
   |
   = help: add `#![feature(feat_bar)]` to the crate attributes to enable
   = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
   = note: required for `Bar` to implement `Foo`

error: aborting due to 1 previous error

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