]> git.proxmox.com Git - rustc.git/blame - src/tools/rustfmt/tests/target/associated_type_defaults.rs
Update upstream source from tag 'upstream/1.52.1+dfsg1'
[rustc.git] / src / tools / rustfmt / tests / target / associated_type_defaults.rs
CommitLineData
f20569fa
XL
1#![feature(associated_type_defaults)]
2trait Foo {
3 type Bar = ();
4}