输出可以指定的编译目标

使用rustc --print target-list可以输出目前本机可以编译的目标。使用示例如下:

  1. rustc --print target-list | pr -tw100 --columns 3