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.
I don't quite see why but the regions being generated for
candccintest/run-pass/estr-slice.rsare 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 theaandbcases above.