]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/associated_type_defaults.rs
Merge commit '23d11428de3e973b34a5090a78d62887f821c90e' into clippyup
[rust.git] / src / tools / rustfmt / tests / target / associated_type_defaults.rs
1 #![feature(associated_type_defaults)]
2 trait Foo {
3     type Bar = ();
4 }