summaryrefslogtreecommitdiffstats
path: root/tests/ui/associated-type-bounds/fn-aux.rs
blob: 434bdbe996c63202e4c8c24dd4e8f1e3bcb59dee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// run-pass
// aux-build:fn-aux.rs

#![feature(associated_type_bounds)]

extern crate fn_aux;

use fn_aux::*;

fn main() {
    desugared();
}