Merge branch 'master' into wasi

This commit is contained in:
newpavlov 2019-08-20 19:04:16 +03:00
commit 7daf890d75
152 changed files with 3851 additions and 3078 deletions

View file

@ -26,7 +26,7 @@ unwind = { path = "../libunwind" }
hashbrown = { version = "0.5.0", features = ['rustc-dep-of-std'] }
[dependencies.backtrace]
version = "0.3.34"
version = "0.3.35"
default-features = false # don't use coresymbolication on OSX
features = [
"rustc-dep-of-std", # enable build support for integrating into libstd

View file

@ -155,7 +155,7 @@ impl Command {
_f: Box<dyn FnMut() -> io::Result<()> + Send + Sync>,
) {
// Fork() is not supported in vxWorks so no way to run the closure in the new procecss.
unimplemented!();;
unimplemented!();
}
pub fn stdin(&mut self, stdin: Stdio) {