You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems to work if you create a Foo or if you create a function type that contains Foo (eg. _ = fn() -> Foo;). It doesn't work if you reference Foo by itself (_ = Foo;) or underneath a pointer.
This is ok, but if you delete the line
_ = Foo { ... };
you get this insteadIt seems to work if you create a
Foo
or if you create a function type that containsFoo
(eg._ = fn() -> Foo;
). It doesn't work if you referenceFoo
by itself (_ = Foo;
) or underneath a pointer.(Also, 12 isn't the right alignment, cf. #37?)
The text was updated successfully, but these errors were encountered: