Built-in Targets

rustc ships with the ability to compile to many targets automatically, wecall these "built-in" targets, and they generally correspond to targets thatthe team is supporting directly.

To see the list of built-in targets, you can run rustc —print target-list,or look at the APIdocs.Each module there defines a builder for a particular target.