Add more test case to check if the false note related to sealed trait suppressed by yuk1ty · Pull Request #144240 · rust-lang/rust · GitHub
DRANK

Closes #143121 I started to fix the issue but I found that this one has already been addressed in this PR (#143431). I added an additional test to prove the reported thing has been resolved just in...

github.com
Related Topics: GitHub Rust Git
2 comments
  • この不具合おもしろそうと思って取り組んでたら、他の人が直前に似た事象を直してくれてて私のやることがなくなったPRがこちらです🙋🏻‍♀️😂 せっかくだしテストケースだけ追加しといた。調査過程でトレイトリゾルバとsealed traitの判定にはちょっと詳しくなった github.com/rust-lang/rust…