Right now we track the latest stable rustc's for the list of built-in targets, which will give undesired results for people using older versions of Rust that have targets rustc has deprecated/removed. We should probably generate a list of all targets for every release, and every target that is not present on stable should be marked as deprecated, but can still be evaluated.
Right now we track the latest stable rustc's for the list of built-in targets, which will give undesired results for people using older versions of Rust that have targets rustc has deprecated/removed. We should probably generate a list of all targets for every release, and every target that is not present on stable should be marked as deprecated, but can still be evaluated.