I found the issue.
Installed clang-15.0.7-2.fc38.x86_64 (installed:nobara-appstream) A C language family front-end for LLVM
Installed clang-libs-15.0.7-2.fc38.x86_64 (installed:nobara-appstream) Runtime library for clang
Installed clang-resource-filesystem-15.0.7-2.fc38.x86_64 (installed:nobara-appstream) Filesystem package that owns the clang resource directory
Installed clang15-libs-15.0.7-4.fc38.x86_64 (installed:anaconda) Runtime library for clang
Installed clang15-resource-filesystem-15.0.7-4.fc38.x86_64 (installed:anaconda) Filesystem package that owns the clang resource directory
I removed the last two. Now it working.
sudo dnf remove clang15-libs-15.0.7-4.fc38.x86_64 clang15-resource-filesystem-15.0.7-4.fc38.x86_64 -y
I don't know why those two are there. lol
R. Belmont yeah that confused the hell of it.