summaryrefslogtreecommitdiffstats
path: root/tests/ui/associated-inherent-types/assoc-inherent-unstable.stderr
blob: c0be8bfd79bfc09626a9058d8901140ff79344b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0658]: use of unstable library feature 'data'
  --> $DIR/assoc-inherent-unstable.rs:4:13
   |
LL | type Data = aux::Owner::Data;
   |             ^^^^^^^^^^^^^^^^
   |
   = help: add `#![feature(data)]` to the crate attributes to enable

error: aborting due to previous error

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