Closed
Description
As explained in symfony/symfony#22851, you can't always use FQCN as service IDs. Specifically, classes that don't use namespaces won't work (e.g. anything related to Twig).
Although the error message is clear, let's make sure that we mention this limitation somewhere.