move never type tests to subdirectories and add some comments#153346
move never type tests to subdirectories and add some comments#153346rust-bors[bot] merged 2 commits intorust-lang:mainfrom
Conversation
|
rustbot has assigned @petrochenkov. Use Why was this reviewer chosen?The reviewer was selected based on:
|
This comment has been minimized.
This comment has been minimized.
|
r? me |
There was a problem hiding this comment.
Nice. Looks good, though you'll need to rebless the issues.txt list or give the regress/issue-*.rs ones more descriptive test names.
@rustbot author
0558b3c to
0e5e529
Compare
0e5e529 to
d1a3f24
Compare
There was a problem hiding this comment.
there is no way to make this test actually test something interesting. it used to test the cycle detection in inhabitedness check, but since we no longer follow references for it, there is no way to get a cycle without causing the type to be infinitely sized.
|
@rustbot review |
This comment was marked as outdated.
This comment was marked as outdated.
|
Actually just to avoid easy oopsie, r=me after PR CI is green :D |
This comment has been minimized.
This comment has been minimized.
d1a3f24 to
b7eee61
Compare
There was a problem hiding this comment.
Just noticed this one problem, you can r=me after
@rustbot author
b7eee61 to
05174fb
Compare
|
@bors r=jieyouxu |
…uwer Rollup of 5 pull requests Successful merges: - #149937 (spliit out `linker-info` from `linker-messages`) - #153503 (Fallback to fat LTO for -Clto=thin in cg_gcc) - #153346 (move never type tests to subdirectories and add some comments) - #153371 (Fix LegacyKeyValueFormat report from docker build: arm) - #153508 (Clean up the eager formatting API)
Rollup merge of #153346 - WaffleLapkin:sometimes-test, r=jieyouxu move never type tests to subdirectories and add some comments This hopefully makes things a little bit clearer
This hopefully makes things a little bit clearer