Merge branch 'master' into wasi
This commit is contained in:
commit
7daf890d75
152 changed files with 3851 additions and 3078 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue