qt6-qlatin1stringchar-to-u creates code that doesn't compile STEPS TO REPRODUCE 1. run clazy fix for e.g. QLatin1String("hello world"); OBSERVED RESULT clazy will fix it to u"hello world", which cannot be assigned to QString EXPECTED RESULT clazy should fix it to u"hello world"_qs