mizvekov wrote: I am also seeing breakages which are solved by reverting this change. The failure occurs when importing modules from within header files: ``` error: expected a module name after 'import' 11 | import std; ``` https://github.com/llvm/llvm-project/pull/90574