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
I don't quite see why but the regions being generated for c and cc in test/run-pass/estr-slice.rs are no longer popular with the compiler as of the fix for compiling const slices. Uncommenting the cases there makes them fail to compile, despite appearing almost identical to the a and b cases above.
The text was updated successfully, but these errors were encountered:
ok, I tracked this down. It's kind of a general problem with the inference heuristics. They don't appear to work so great for regions. I am planning to reimplement the region inference, which is a far more limited problem than type inference. This'll be additional test case to consider.
I don't quite see why but the regions being generated for
c
andcc
intest/run-pass/estr-slice.rs
are no longer popular with the compiler as of the fix for compiling const slices. Uncommenting the cases there makes them fail to compile, despite appearing almost identical to thea
andb
cases above.The text was updated successfully, but these errors were encountered: