summaryrefslogtreecommitdiffstats
path: root/tests/ui/associated-inherent-types/assoc-inherent-unstable.rs
blob: 34b4e47bf462e7d8324b74587d379074f949da76 (plain)
1
2
3
4
5
6
// aux-crate:aux=assoc-inherent-unstable.rs
// edition: 2021

type Data = aux::Owner::Data; //~ ERROR use of unstable library feature 'data'

fn main() {}