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
Auto merge of #138093 - oli-obk:sized-tuples, r=<try>
Make tuples implicitly sized
Since #137728 there is no sound way to create unsized tuples anymore.
Let's see if we can get away with making tuples unsized at least as far as crater is concerned. With that information we can then discuss whether to actually do this or what path forward we have.
r? `@ghost`
0 commit comments