]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/source/issue-3639.rs
Rollup merge of #107166 - petrochenkov:nooptable, r=oli-obk
[rust.git] / src / tools / rustfmt / tests / source / issue-3639.rs
1 trait Foo where {}
2 struct Bar where {}
3 struct Bax where;
4 struct Baz(String) where;
5 impl<> Foo<> for Bar<> where {}