我的代码:
extern crate time; fn main() { println!("{}", time::get_time()); }
我的错误是:
Error 'the trait bound time::Timespec: std::fmt::Display is not satisfied
rust
rust ×1