// See #3657 - https://github.com/rust-lang/rustfmt/issues/3657 #![feature(associated_type_bounds)] fn f>() {} fn g>() {} fn h>() {} fn i>() {} fn j>() {}