Changing LLVM and/or Rust to avoid special handling of main is a fair amount of work, and there could be other toolchains with similar special rules for functions named main, so rename the command entrypoint back to run.
We could potentially re-evaluate this in the future, such as in a preview3 timeframe, but for now, let's go with the simplest thing that works.
Changing LLVM and/or Rust to avoid special handling of
main
is a fair amount of work, and there could be other toolchains with similar special rules for functions namedmain
, so rename the command entrypoint back torun
.We could potentially re-evaluate this in the future, such as in a preview3 timeframe, but for now, let's go with the simplest thing that works.