Unnamed repository; edit this file 'description' to name the repository.
Rollup merge of #158279 - cjgillot:unreachable-goto, r=folkertdev
Follow goto and drop when linting unreachable code
Those drops and gotos are compiler-generated and do not correspond to user code. Skip them when looking for unreachable code to lint.