Skip to content

Commit 8e1ec75

Browse files
authored
Rollup merge of rust-lang#153229 - BennoLossin:frt-fmt, r=ytmimi
rustfmt: add test for field representing type builtin syntax As requested by @ytmimi in rust-lang#152730 (comment). Not sure if you want/need a more complex example. Just let me know.
2 parents 358ae92 + d41e16b commit 8e1ec75

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
type FRT = builtin # field_of(Type, ident);
2+
type FRT2 = builtin # field_of(Type<A, B>, ident);

0 commit comments

Comments
 (0)