输出可以指定的编译目标 输出可以指定的编译目标使用rustc --print target-list可以输出目前本机可以编译的目标。使用示例如下: rustc --print target-list | pr -tw100 --columns 3