```py d: dict # error l: list # error s: set # error t: type # no error ``` https://mypy-play.net/?mypy=latest&python=3.10&flags=disallow-any-generics&gist=9bb896250b5e40e0b9cbf0234d46281e One of the causes of: #12300