Why is this becoming illegal? 👿 So much code is broken!

#include <print>

enum { Fps = 60 };

auto main() -> int
{
  std::println("frame time: {} sec", 1.f / Fps);
}

Previous