]> git.lizzy.rs Git - rust.git/blob - src/test/ui/associated-type-bounds/fn-aux.rs
Auto merge of #103894 - mati865:gnullvm-libunwind-changes, r=thomcc
[rust.git] / src / test / ui / associated-type-bounds / fn-aux.rs
1 // run-pass
2 // aux-build:fn-aux.rs
3
4 #![feature(associated_type_bounds)]
5
6 extern crate fn_aux;
7
8 use fn_aux::*;
9
10 fn main() {
11     desugared();
12 }