summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/associated_type_defaults.rs
blob: d0a08133725a59e44fd2dba559d5aa8cb1fc67b3 (plain)
1
2
3
4
#![feature(associated_type_defaults)]
trait Foo {
    type Bar = ();
}