Feature summary:
There should be a special page at [[Special:BrokenSectionRedirects]] to list section redirects whose target heading doesn't exist. These can happen when a section in the target page is deleted, renamed, etc (there are 1-2 other ways to break it too).
Benefits:
Would allow the detection (and fixing) of broken section redirects.
Notes:
With redirect.rd_fragment now implemented, [what does this mean?] it should be possible to list redirects where the target contains a broken section anchor. For example, if the redirect page "Baz" contains "#REDIRECT [[Foo#Bar]]" and the "Bar" section no longer exists on the page "Foo", "Baz" would be listed somewhere in the user interface.
Note that section headers on special pages function a bit differently, so it's important that they don't generate false positives. It'd be even better if section redirects to special pages were checked for errors as well -- this methodology might be a little different, though.