You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fnfoo() -> String{let x = std::default::Default::default();drop(x.clone());
x
}fnmain(){}
test.rs:3:10: 3:19 error: the type of this value must be known in this context
test.rs:3 drop(x.clone());
^~~~~~~~~
error: aborting due to previous error