about summary refs log tree commit diff
path: root/tests/ui/associated-type-bounds/fn-aux.rs
blob: 26ba2cc40158af72fc8903d56f596ab14ff1714f (plain)
1
2
3
4
5
6
7
8
9
10
//@ run-pass
//@ aux-build:fn-aux.rs

extern crate fn_aux;

use fn_aux::*;

fn main() {
    desugared();
}