摘要: fn main(){ for i in 1..10 { for j in 1..i+1 { print!("{}*{}={:<2} ",j,i,i*j); } print!("\n"); } } 阅读全文
posted @ 2020-05-14 13:13 浪浪辛 阅读(265) 评论(0) 推荐(0)
摘要: Available codegen options: -C ar=val -- this option is deprecated and does nothing -C linker=val -- system linker to link outputs with -C link-arg=val 阅读全文
posted @ 2020-05-14 10:25 浪浪辛 阅读(890) 评论(0) 推荐(0)
摘要: ➜ hello_cargo git:(master) ✗ rustc --print code-models Available code models: small kernel medium large 阅读全文
posted @ 2020-05-14 10:14 浪浪辛 阅读(194) 评论(0) 推荐(0)
摘要: Available CPUs for this target: native - Select the CPU of the current host (currently haswell). amdfam10 athlon athlon-4 athlon-fx athlon-mp athlon-t 阅读全文
posted @ 2020-05-14 10:13 浪浪辛 阅读(757) 评论(0) 推荐(0)